diff --git a/ChangeLog.md b/ChangeLog.md index 7510c51d2427..0edd4cc96db9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,119 @@ +## 6.6.0 - November 2021 +#### Az.Accounts +* Added new version of AAD service client using Microsoft Graph API + +#### Az.Aks +* Added support for new parameters 'NetworkPolicy', 'PodCidr', 'ServiceCidr', 'DnsServiceIP', 'DockerBridgeCidr', 'NodePoolLabel', 'AksCustomHeader' in 'New-AzAksCluster'. [#13795] +* Added warnings of upcoming breaking change of migrating to Microsoft Graph. +* Added support for changing the number of nodes in a node pool. [#12379] + +#### Az.ApiManagement +* Fixed a bug in 'Get-AzApiManagementTenantGitAccess' cmdlet. + +#### Az.Batch +* Removed assembly 'System.Text.Encodings.Web.dll' [#16062] + +#### Az.Compute +* Added cmdlets for adding VMGalleryApplication property to VM/VMSS + - New-AzVmGalleryApplication + - New-AzVmssGalleryApplication + - Add-AzVmGalleryApplication + - Add-AzVmssGalleryApplication + - Remove-AzVmGalleryApplication + - Remove-AzVmssGalleryApplication +* Added support for proxy and debug settings for VM Extension for SAP (AEM) +* Updated New-AzGalleryImageVersion to take in the 'Encryption' property correctly from '-TargetRegion' parameter. +* Updated Set-AzVmBootDiagnostic to default to managed storage account if not provided. +* Edited New-AzVmss defaulting behavior when 'OrchestrationMode' is set to Flexible. + - Removed NAT Pool. + - Removed UpgradePolicy. Throws an error if provided. + - SinglePlacementGroup must be false. Throws an error if true. + - Networking Profile's API version is 2020-11-01 or later. + - Networking Profile IP Configurations Primary property is set to true. + +#### Az.CosmosDB +* Introduced Get-AzCosmosDBMongoDBBackupInformation to retrieve latest backup information for MongoDB. +* Updated New-AzCosmosDBAccount, Update-AzCosmosDBAccount to accept BackupStorageRedundancy +* Introduced Get-AzCosmosDBLocation to list Azure CosmosDB Account and its locations properties. + +#### Az.DataFactory +* Added PublicNetworkAccess to Update_AzDataFactoryV2 Command +* Updated ADF .Net SDK version to 4.26.0 + +#### Az.DesktopVirtualization +* Upgraded api version to 2021-07-12. + +#### Az.EventHub +* Added support for Premium sku and namesapce and optional switch parameter 'DisableLocalAuth' to 'New-AzEventHubNamespace' and 'Set-AzEventHubNamespace' + +#### Az.Functions +* Set site config netFrameworkVersion for Windows V4 apps only +* Enabled function app creation for Functions V4 stacks [#15919] + +#### Az.IotHub +* Updated IoT Hub Management SDK to version 4.1.0 (api-version 2021-07-10) + +#### Az.KeyVault +* Added warning message of upcoming breaking change to 'New-AzKeyVaultRoleDefinition' and 'Get-AzKeyVaultRoleDefinition'. + - To comply with the syntax of 'New-AzRoleDefinition' and 'Get-AzRoleDefinition' we are going to rename some of the properties of 'PSKeyVaultPermission' model, which might affect these two cmdlets. +* Added warnings of upcoming breaking change of migrating to Microsoft Graph. + +#### Az.Migrate +* Added check for invalid IP address + +#### Az.OperationalInsights +* Fixed a bug in 'Set-AzOperationalInsightsLinkedService: when linked service does not exist, perform create(update) instead of failing' + +#### Az.RecoveryServices +* Azure Backup fixed issues with StorageConfig +* Azure Backup added NodesList and AutoProtectionPolicy to Get-AzRecoveryServicesBackupProtectableItem Cmdlets. +* Azure Backup fixed GetItemsForContainerParamSet to support fetching the MAB backup item. +* Azure Backup fixed Get-AzRecoveryServicesBackupContainer to support BackupManagementType MAB instead of MARS. +* Added breaking change warning: 'Get-AzRecoveryServicesBackupJob', 'Get-AzRecoveryServicesBackupContainer' and 'Get-AzRecoveryServicesBackupProtectableItem' commands will only support 'BackupManagementType MAB' instead of 'MARS' alias, changes will take effect from upcoming breaking release. +* Added support for ZRS disk type for Azure to Azure replication. +* Added Availability zone information in replicated protected item response for Azure to Azure replication. + +#### Az.RedisCache +* Created new examples in documentation of 'New-AzRedisCache' and 'Set-AzRedisCache'. + +#### Az.Resources +* Fixed a bug about the exitcode of Bicep [#16055] +* Added breaking change warnings for AAD cmdlets +* Added property 'UIFormDefinition' to Template Spec Versions, 'Export-AzTemplateSpec' will now include a Template Spec Version's UIFormDefinition (if any) as part of the export. +* Added error catching for role assignment creation fail while creating a Service Principal +* Performance improvement for Get-AzPolicyAlias when -NamespaceMatch matches a single RP namespace + +#### Az.Security +* Updated Security .NET SDK package reference to version 3.0.0 + +#### Az.ServiceBus +* Added support for ZoneRedundant and optional switch parameter 'DisableLocalAuth' to 'New-AzServiceBusNamespace' and 'Set-AzServiceBusNamespace' + +#### Az.SignalR +* Added Web PubSub cmdlets + - 'New-AzWebPubSub' + - 'Get-AzWebPubSub' + - 'Update-AzWebPubSub' + - 'Restart-AzWebPubSub' + - 'Remove-AzWebPubSub' + - 'New-AzWebPubSubHub' + - 'Get-AzWebPubSubHub' + - 'Remove-AzWebPubSubHub' + - 'New-AzWebPubSubKey' + - 'Get-AzWebPubSubKey' + - 'Get-AzWebPubSubSku' + - 'Get-AzWebPubSubUsage' + - 'Test-AzWebPubSubNameAvailability' + +### Thanks to our community contributors +* bgomezangulo (@beagam), Update Resume-AzNetAppFilesReplication.md (#16040) +* Jim McCormick (@eimajtrebor), Fixed typo (#16091) +* Lampson Nguyen (@lampson), Update Get-AzDataShare.md (#16015) +* @MaxMeng1985, Update Get-AzSynapseSqlPoolRestorePoint.md (#16138) +* Reggie Gibson (@regedit32), New-AzBotService: Fix AppSecret conversion to plaintext on Windows PowerShell (#16160) +* Mötz Jensen (@Splaxi), BusinessIdentities details doesn't match the current implementation (#16141) + + ## 6.5.0 - October 2021 #### Az.Accounts * Supported getting the access token for Microsoft Graph. diff --git a/setup/generate.ps1 b/setup/generate.ps1 index 5d3a3bacfef5..42fa5cbb7b49 100644 --- a/setup/generate.ps1 +++ b/setup/generate.ps1 @@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n $outputName ="Az-Cmdlets" # generate the product name from the current month/year. -$productName = "Microsoft Azure PowerShell - October 2021" +$productName = "Microsoft Azure PowerShell - November 2021" # where to put temp files $tmp = Join-Path $env:temp azure-cmdlets-tmp diff --git a/src/ADDomainServices/Az.ADDomainServices.psd1 b/src/ADDomainServices/Az.ADDomainServices.psd1 index 9e31e0611e9b..13cf5bb28258 100644 --- a/src/ADDomainServices/Az.ADDomainServices.psd1 +++ b/src/ADDomainServices/Az.ADDomainServices.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ADDomainServices.private.dll' diff --git a/src/Accounts/Accounts/Az.Accounts.psd1 b/src/Accounts/Accounts/Az.Accounts.psd1 index 16a9a67c51f3..e90e254117f7 100644 --- a/src/Accounts/Accounts/Az.Accounts.psd1 +++ b/src/Accounts/Accounts/Az.Accounts.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/21/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.6.0' +ModuleVersion = '2.6.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -146,8 +146,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added ''-FederatedToken'' on ''Connect-AzAccount'' -* Updated Azure.Core from 1.19.0 to 1.20.0.' + ReleaseNotes = '* Added new version of AAD service client using Microsoft Graph API' # Prerelease string of this module # Prerelease = '' diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index 5dcf679bddc7..026889b69d30 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 2.6.1 * Added new version of AAD service client using Microsoft Graph API ## Version 2.6.0 diff --git a/src/Accounts/Accounts/Properties/AssemblyInfo.cs b/src/Accounts/Accounts/Properties/AssemblyInfo.cs index 70f9d9e60b4c..288c3ab37ffa 100644 --- a/src/Accounts/Accounts/Properties/AssemblyInfo.cs +++ b/src/Accounts/Accounts/Properties/AssemblyInfo.cs @@ -43,8 +43,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.6.0")] -[assembly: AssemblyFileVersion("2.6.0")] +[assembly: AssemblyVersion("2.6.1")] +[assembly: AssemblyFileVersion("2.6.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")] #endif diff --git a/src/Accounts/Authentication/Properties/AssemblyInfo.cs b/src/Accounts/Authentication/Properties/AssemblyInfo.cs index 5d46f683fd42..03bdf77c8904 100644 --- a/src/Accounts/Authentication/Properties/AssemblyInfo.cs +++ b/src/Accounts/Authentication/Properties/AssemblyInfo.cs @@ -43,5 +43,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("2.6.0")] -[assembly: AssemblyFileVersion("2.6.0")] +[assembly: AssemblyVersion("2.6.1")] +[assembly: AssemblyFileVersion("2.6.1")] diff --git a/src/Accounts/Authenticators/Properties/AssemblyInfo.cs b/src/Accounts/Authenticators/Properties/AssemblyInfo.cs index a32f9b37622b..311ab849043e 100644 --- a/src/Accounts/Authenticators/Properties/AssemblyInfo.cs +++ b/src/Accounts/Authenticators/Properties/AssemblyInfo.cs @@ -48,5 +48,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("2.6.0")] -[assembly: AssemblyFileVersion("2.6.0")] +[assembly: AssemblyVersion("2.6.1")] +[assembly: AssemblyFileVersion("2.6.1")] diff --git a/src/Advisor/Advisor/Az.Advisor.psd1 b/src/Advisor/Advisor/Az.Advisor.psd1 index 52ba5e4a90b2..0e4e71e6f3b0 100644 --- a/src/Advisor/Advisor/Az.Advisor.psd1 +++ b/src/Advisor/Advisor/Az.Advisor.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll' diff --git a/src/Aks/Aks.Autorest/Az.Aks.psd1 b/src/Aks/Aks.Autorest/Az.Aks.psd1 index f4246d3050a9..09d4d2c2516e 100644 --- a/src/Aks/Aks.Autorest/Az.Aks.psd1 +++ b/src/Aks/Aks.Autorest/Az.Aks.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Aks.private.dll' diff --git a/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs b/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs index ee2082ae08e1..2355e3470bc4 100644 --- a/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs +++ b/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")] -[assembly: AssemblyVersion("2.4.0")] -[assembly: AssemblyFileVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0")] +[assembly: AssemblyFileVersion("2.5.0")] diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index e51929e1d119..9de8487eb2c0 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 9/1/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.4.0' +ModuleVersion = '2.5.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -118,7 +118,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Made ''-Subscription '' available in all Aks cmdlets. You can manage Aks resources in other subscriptions without switching the context.' + ReleaseNotes = '* Added support for new parameters ''NetworkPolicy'', ''PodCidr'', ''ServiceCidr'', ''DnsServiceIP'', ''DockerBridgeCidr'', ''NodePoolLabel'', ''AksCustomHeader'' in ''New-AzAksCluster''. [#13795] +* Added warnings of upcoming breaking change of migrating to Microsoft Graph. +* Added support for changing the number of nodes in a node pool. [#12379]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Aks/Aks/ChangeLog.md b/src/Aks/Aks/ChangeLog.md index 23f06b9cfeaa..ae71e30326ac 100644 --- a/src/Aks/Aks/ChangeLog.md +++ b/src/Aks/Aks/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.5.0 * Added support for new parameters `NetworkPolicy`, `PodCidr`, `ServiceCidr`, `DnsServiceIP`, `DockerBridgeCidr`, `NodePoolLabel`, `AksCustomHeader` in `New-AzAksCluster`. [#13795] * Added warnings of upcoming breaking change of migrating to Microsoft Graph. * Added support for changing the number of nodes in a node pool. [#12379] diff --git a/src/Aks/Aks/Properties/AssemblyInfo.cs b/src/Aks/Aks/Properties/AssemblyInfo.cs index 730c96c2a021..4e48f520404c 100644 --- a/src/Aks/Aks/Properties/AssemblyInfo.cs +++ b/src/Aks/Aks/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")] -[assembly: AssemblyVersion("2.4.0")] -[assembly: AssemblyFileVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0")] +[assembly: AssemblyFileVersion("2.5.0")] diff --git a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 index 646c153140d5..93277ff7e6f3 100644 --- a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 +++ b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll' diff --git a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 index 30215d698ba4..5614351d8298 100644 --- a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 +++ b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll' diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs index da957f9c8a6a..f56b2a4ffe1e 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyFileVersion("2.3.0")] +[assembly: AssemblyVersion("2.3.1")] +[assembly: AssemblyFileVersion("2.3.1")] diff --git a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 index 9ea19df056be..e4a60821cb34 100644 --- a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 +++ b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 9/1/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.3.0' +ModuleVersion = '2.3.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -209,25 +209,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added new ''Sync-AzApiManagementKeyVaultSecret'' cmdlet. -* Added new ''New-AzApiManagementKeyVaultObject'' cmdlet. -* Added new optional [-useFromLocation] parameter to the ''Get-ApiManagementCache'' ''New-ApiManagementCache''''Update-ApiManagementCache'' cmdlet. -* Updated cmdlet **New-AzApiManagement** to manage ApiManagement service - - Added support for the new ''Isolated'' SKU - - Added support for managing Availability Zones using ''Zone'' property - - Added support for Disabling Gateway in a Region using ''DisableGateway'' property - - Added support for managing the minimum Api Version to allow for Control Plane using ''MinimalControlPlaneApiVersion'' property. -* Updated cmdlet **New-AzApiManagementRegion** to manage ApiManagement service - - Added support for managing Availability Zones using ''Zone'' property - - Added support for Disabling Gateway in a Region using ''DisableGateway'' property -* Updated cmdlet **Add-AzApiManagementRegion** to manage ApiManagement service - - Added support for managing Availability Zones using ''Zone'' property - - Added support for Disabling Gateway in a Region using ''DisableGateway'' property -* Updated cmdlet **Update-AzApiManagementRegion** to manage ApiManagement service - - Added support for managing Availability Zones using ''Zone'' property - - Added support for Disabling Gateway in a Region using ''DisableGateway'' property -* Updated cmdlet **New-AzApiManagementCustomHostnameConfiguration** to manage Custom Hostname Configuration - - Added support for specifying ''IdentityClientId'' to provide Managed Identity User Assigned ClientId to use with KeyVault' + ReleaseNotes = '* Fixed a bug in ''Get-AzApiManagementTenantGitAccess'' cmdlet.' # Prerelease string of this module # Prerelease = '' diff --git a/src/ApiManagement/ApiManagement/ChangeLog.md b/src/ApiManagement/ApiManagement/ChangeLog.md index 69c6da84072a..768e279df157 100644 --- a/src/ApiManagement/ApiManagement/ChangeLog.md +++ b/src/ApiManagement/ApiManagement/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.3.1 * Fixed a bug in `Get-AzApiManagementTenantGitAccess` cmdlet. ## Version 2.3.0 diff --git a/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs b/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs index 6536b7970998..8fcc17ba6b55 100644 --- a/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs +++ b/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyFileVersion("2.3.0")] +[assembly: AssemblyVersion("2.3.1")] +[assembly: AssemblyFileVersion("2.3.1")] diff --git a/src/AppConfiguration/Az.AppConfiguration.psd1 b/src/AppConfiguration/Az.AppConfiguration.psd1 index 9abbf2d682e0..851f41dab417 100644 --- a/src/AppConfiguration/Az.AppConfiguration.psd1 +++ b/src/AppConfiguration/Az.AppConfiguration.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.AppConfiguration.private.dll' diff --git a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 index 80449605c7c8..9d282588efb1 100644 --- a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 +++ b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ApplicationInsights.dll' diff --git a/src/Attestation/Attestation/Az.Attestation.psd1 b/src/Attestation/Attestation/Az.Attestation.psd1 index 6cb7133e0503..cc4f577876e0 100644 --- a/src/Attestation/Attestation/Az.Attestation.psd1 +++ b/src/Attestation/Attestation/Az.Attestation.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll', diff --git a/src/Automation/Automation/Az.Automation.psd1 b/src/Automation/Automation/Az.Automation.psd1 index 2b2b5c587355..676367696c70 100644 --- a/src/Automation/Automation/Az.Automation.psd1 +++ b/src/Automation/Automation/Az.Automation.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll' diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1 index ca62d6870766..44552bac269f 100644 --- a/src/Batch/Batch/Az.Batch.psd1 +++ b/src/Batch/Batch/Az.Batch.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 6/17/2020 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.1.0' +ModuleVersion = '3.1.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -152,8 +152,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated Az.Batch to use ''Microsoft.Azure.Management.Batch'' SDK version to 11.0.0 -* Added the ability to set the BatchAccount Identity in the ''New-AzBatchAccount'' cmdlet' + ReleaseNotes = '* Removed assembly ''System.Text.Encodings.Web.dll'' [#16062]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Batch/Batch/ChangeLog.md b/src/Batch/Batch/ChangeLog.md index 58cb359200b3..194ca64bd0b9 100644 --- a/src/Batch/Batch/ChangeLog.md +++ b/src/Batch/Batch/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.1.1 * Removed assembly `System.Text.Encodings.Web.dll` [#16062] ## Version 3.1.0 diff --git a/src/Batch/Batch/Properties/AssemblyInfo.cs b/src/Batch/Batch/Properties/AssemblyInfo.cs index 9c7572d1d816..d005489edc1d 100644 --- a/src/Batch/Batch/Properties/AssemblyInfo.cs +++ b/src/Batch/Batch/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")] -[assembly: AssemblyVersion("3.1.0")] -[assembly: AssemblyFileVersion("3.1.0")] +[assembly: AssemblyVersion("3.1.1")] +[assembly: AssemblyFileVersion("3.1.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Batch.Test")] #endif diff --git a/src/Billing/Billing/Az.Billing.psd1 b/src/Billing/Billing/Az.Billing.psd1 index 3b36b9c43b54..dd3c4b0e6b18 100644 --- a/src/Billing/Billing/Az.Billing.psd1 +++ b/src/Billing/Billing/Az.Billing.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Billing.dll', diff --git a/src/Blockchain/Az.Blockchain.psd1 b/src/Blockchain/Az.Blockchain.psd1 index 2c09c9ca63a8..83a4efdd910b 100644 --- a/src/Blockchain/Az.Blockchain.psd1 +++ b/src/Blockchain/Az.Blockchain.psd1 @@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Blockchain.private.dll' diff --git a/src/Blueprint/Blueprint/Az.Blueprint.psd1 b/src/Blueprint/Blueprint/Az.Blueprint.psd1 index 5d221faa1862..fe5b1fac3483 100644 --- a/src/Blueprint/Blueprint/Az.Blueprint.psd1 +++ b/src/Blueprint/Blueprint/Az.Blueprint.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Blueprint.dll' diff --git a/src/BotService/Az.BotService.psd1 b/src/BotService/Az.BotService.psd1 index 33afab75fe0f..b3c27b98901e 100644 --- a/src/BotService/Az.BotService.psd1 +++ b/src/BotService/Az.BotService.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 9/1/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.BotService.psm1' # Version number of this module. -ModuleVersion = '0.3.1' +ModuleVersion = '0.3.2' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.BotService.private.dll' @@ -110,7 +110,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed the issue that ''New-AzBotService'' will fail in WebApp mode. [#15608]' + ReleaseNotes = '* Fixed issue where New-AzBotService fails to convert ApplicationSecret to plain text on Windows PowerShell [#16131]' # Prerelease string of this module # Prerelease = '' diff --git a/src/BotService/Changelog.md b/src/BotService/Changelog.md index 4f81d73c80bc..aaabfb0f68a1 100644 --- a/src/BotService/Changelog.md +++ b/src/BotService/Changelog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.3.2 * Fixed issue where New-AzBotService fails to convert ApplicationSecret to plain text on Windows PowerShell [#16131] ## Version 0.3.1 diff --git a/src/BotService/Properties/AssemblyInfo.cs b/src/BotService/Properties/AssemblyInfo.cs index 43c5e4973581..3537a370e789 100644 --- a/src/BotService/Properties/AssemblyInfo.cs +++ b/src/BotService/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("6c8fcc3f-ad71-47de-810e-1add403cacb8")] -[assembly: AssemblyVersion("0.3.1")] -[assembly: AssemblyFileVersion("0.3.1")] +[assembly: AssemblyVersion("0.3.2")] +[assembly: AssemblyFileVersion("0.3.2")] diff --git a/src/Cdn/Cdn/Az.Cdn.psd1 b/src/Cdn/Cdn/Az.Cdn.psd1 index 0a83025f8e2a..b2d9bea2d7b1 100644 --- a/src/Cdn/Cdn/Az.Cdn.psd1 +++ b/src/Cdn/Cdn/Az.Cdn.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Cdn.dll' diff --git a/src/ChangeAnalysis/Az.ChangeAnalysis.psd1 b/src/ChangeAnalysis/Az.ChangeAnalysis.psd1 index 7ab0228117b3..5987b51e718e 100644 --- a/src/ChangeAnalysis/Az.ChangeAnalysis.psd1 +++ b/src/ChangeAnalysis/Az.ChangeAnalysis.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ChangeAnalysis.private.dll' diff --git a/src/CloudService/Az.CloudService.psd1 b/src/CloudService/Az.CloudService.psd1 index a7debf266fef..0ed4cde9fdf8 100644 --- a/src/CloudService/Az.CloudService.psd1 +++ b/src/CloudService/Az.CloudService.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.CloudService.private.dll' diff --git a/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 b/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 index e22e6dcd6899..e0473bdbf39c 100644 --- a/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 +++ b/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.CognitiveServices.dll' diff --git a/src/Communication/Az.Communication.psd1 b/src/Communication/Az.Communication.psd1 index a85a7ee19ae1..fa4cb2907099 100644 --- a/src/Communication/Az.Communication.psd1 +++ b/src/Communication/Az.Communication.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Communication.private.dll' diff --git a/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs b/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs index 1d05cb278f82..36fa94d61d05 100644 --- a/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs +++ b/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")] -[assembly: AssemblyVersion("4.17.1")] -[assembly: AssemblyFileVersion("4.17.1")] +[assembly: AssemblyVersion("4.18.0")] +[assembly: AssemblyFileVersion("4.18.0")] diff --git a/src/Compute/Compute/Az.Compute.psd1 b/src/Compute/Compute/Az.Compute.psd1 index 19811ec1e855..d0900f5357fa 100644 --- a/src/Compute/Compute/Az.Compute.psd1 +++ b/src/Compute/Compute/Az.Compute.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/4/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.17.1' +ModuleVersion = '4.18.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -180,8 +180,10 @@ CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet', 'New-AzRestorePointCollection', 'Get-AzRestorePointCollection', 'Update-AzRestorePointCollection', 'Remove-AzRestorePointCollection', 'New-AzRestorePoint', - 'Get-AzRestorePoint', 'Remove-AzRestorePoint', 'New-AzVmGalleryApplication', 'New-AzVmssGalleryApplication', - 'Add-AzVmGalleryApplication', 'Add-AzVmssGalleryApplication', 'Remove-AzVmGalleryApplication', 'Remove-AzVmssGalleryApplication' + 'Get-AzRestorePoint', 'Remove-AzRestorePoint', + 'New-AzVmGalleryApplication', 'New-AzVmssGalleryApplication', + 'Add-AzVmGalleryApplication', 'Add-AzVmssGalleryApplication', + 'Remove-AzVmGalleryApplication', 'Remove-AzVmssGalleryApplication' # Variables to export from this module # VariablesToExport = @() @@ -218,8 +220,22 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated Compute .NET SDK package reference to version 49.1.0 -* Fixed a bug in ''Get-AzVM'' that caused incorrect power status output.' + ReleaseNotes = '* Added cmdlets for adding VMGalleryApplication property to VM/VMSS + - New-AzVmGalleryApplication + - New-AzVmssGalleryApplication + - Add-AzVmGalleryApplication + - Add-AzVmssGalleryApplication + - Remove-AzVmGalleryApplication + - Remove-AzVmssGalleryApplication +* Added support for proxy and debug settings for VM Extension for SAP (AEM) +* Updated New-AzGalleryImageVersion to take in the ''Encryption'' property correctly from ''-TargetRegion'' parameter. +* Updated Set-AzVmBootDiagnostic to default to managed storage account if not provided. +* Edited New-AzVmss defaulting behavior when ''OrchestrationMode'' is set to Flexible. + - Removed NAT Pool. + - Removed UpgradePolicy. Throws an error if provided. + - SinglePlacementGroup must be false. Throws an error if true. + - Networking Profile''s API version is 2020-11-01 or later. + - Networking Profile IP Configurations Primary property is set to true.' # Prerelease string of this module # Prerelease = '' diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index 963fa625e844..581cef41febd 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -20,6 +20,8 @@ --> ## Upcoming Release + +## Version 4.18.0 * Added cmdlets for adding VMGalleryApplication property to VM/VMSS - New-AzVmGalleryApplication - New-AzVmssGalleryApplication diff --git a/src/Compute/Compute/Properties/AssemblyInfo.cs b/src/Compute/Compute/Properties/AssemblyInfo.cs index 1b7a161de9aa..5d61dacda743 100644 --- a/src/Compute/Compute/Properties/AssemblyInfo.cs +++ b/src/Compute/Compute/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")] -[assembly: AssemblyVersion("4.17.1")] -[assembly: AssemblyFileVersion("4.17.1")] +[assembly: AssemblyVersion("4.18.0")] +[assembly: AssemblyFileVersion("4.18.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")] #endif diff --git a/src/Confluent/Az.Confluent.psd1 b/src/Confluent/Az.Confluent.psd1 index 9cd64ea7dfe0..c3e293a1e343 100644 --- a/src/Confluent/Az.Confluent.psd1 +++ b/src/Confluent/Az.Confluent.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Confluent.private.dll' diff --git a/src/ConnectedKubernetes/Az.ConnectedKubernetes.psd1 b/src/ConnectedKubernetes/Az.ConnectedKubernetes.psd1 index 7d318bf17314..a313b9795aec 100644 --- a/src/ConnectedKubernetes/Az.ConnectedKubernetes.psd1 +++ b/src/ConnectedKubernetes/Az.ConnectedKubernetes.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ConnectedKubernetes.private.dll' diff --git a/src/ConnectedMachine/Az.ConnectedMachine.psd1 b/src/ConnectedMachine/Az.ConnectedMachine.psd1 index 705690ea1a57..28079663b1b6 100644 --- a/src/ConnectedMachine/Az.ConnectedMachine.psd1 +++ b/src/ConnectedMachine/Az.ConnectedMachine.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'bin\Az.ConnectedMachine.private.dll' diff --git a/src/ContainerInstance/Az.ContainerInstance.psd1 b/src/ContainerInstance/Az.ContainerInstance.psd1 index d71510b378d7..fd345224c9ba 100644 --- a/src/ContainerInstance/Az.ContainerInstance.psd1 +++ b/src/ContainerInstance/Az.ContainerInstance.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ContainerInstance.private.dll' diff --git a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 index a7e492d3eb85..9b2402a52bea 100644 --- a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 +++ b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ContainerRegistry.dll', diff --git a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 index fb0dd4d27ce2..ccebc17a6ba3 100644 --- a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 +++ b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 8/24/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.3.1' +ModuleVersion = '1.4.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -172,8 +172,8 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer', 'Get-AzCosmosDBMongoDBRestorableDatabase', 'Get-AzCosmosDBMongoDBRestorableCollection', 'Get-AzCosmosDBMongoDBRestorableResource', - 'Get-AzCosmosDBSqlContainerBackupInformation', - 'Get-AzCosmosDBMongoDBCollectionBackupInformation', + 'Get-AzCosmosDBSqlContainerBackupInformation', + 'Get-AzCosmosDBMongoDBCollectionBackupInformation', 'Get-AzCosmosDBLocation' # Variables to export from this module @@ -209,7 +209,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed a bug where the restore of deleted database accounts fail.' + ReleaseNotes = '* Introduced Get-AzCosmosDBMongoDBBackupInformation to retrieve latest backup information for MongoDB. +* Updated New-AzCosmosDBAccount, Update-AzCosmosDBAccount to accept BackupStorageRedundancy +* Introduced Get-AzCosmosDBLocation to list Azure CosmosDB Account and its locations properties.' # Prerelease string of this module # Prerelease = '' diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md index d81cc1713379..8059a00df523 100644 --- a/src/CosmosDB/CosmosDB/ChangeLog.md +++ b/src/CosmosDB/CosmosDB/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 1.4.0 * Introduced Get-AzCosmosDBMongoDBBackupInformation to retrieve latest backup information for MongoDB. * Updated New-AzCosmosDBAccount, Update-AzCosmosDBAccount to accept BackupStorageRedundancy * Introduced Get-AzCosmosDBLocation to list Azure CosmosDB Account and its locations properties. diff --git a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs index 5781c10941cf..e7ac9f1e2c6a 100644 --- a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs +++ b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")] -[assembly: AssemblyVersion("1.3.1")] -[assembly: AssemblyFileVersion("1.3.1")] +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0")] diff --git a/src/CostManagement/Az.CostManagement.psd1 b/src/CostManagement/Az.CostManagement.psd1 index 8e84fd4ecc50..684a4ab1d75f 100644 --- a/src/CostManagement/Az.CostManagement.psd1 +++ b/src/CostManagement/Az.CostManagement.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.CostManagement.private.dll' diff --git a/src/CustomLocation/Az.CustomLocation.psd1 b/src/CustomLocation/Az.CustomLocation.psd1 index 3bffb3d1e76e..ca384f32afac 100644 --- a/src/CustomLocation/Az.CustomLocation.psd1 +++ b/src/CustomLocation/Az.CustomLocation.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.CustomLocation.private.dll' diff --git a/src/CustomProviders/Az.CustomProviders.psd1 b/src/CustomProviders/Az.CustomProviders.psd1 index eff73cda5714..5d7c769d6aa1 100644 --- a/src/CustomProviders/Az.CustomProviders.psd1 +++ b/src/CustomProviders/Az.CustomProviders.psd1 @@ -10,7 +10,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.CustomProviders.private.dll' - RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) + RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) FormatsToProcess = './Az.CustomProviders.format.ps1xml' FunctionsToExport = 'Get-AzCustomProvider', 'Get-AzCustomProviderAssociation', 'New-AzCustomProvider', 'New-AzCustomProviderAssociation', 'Remove-AzCustomProvider', 'Remove-AzCustomProviderAssociation', 'Update-AzCustomProvider' AliasesToExport = '*' diff --git a/src/DataBox/Az.DataBox.psd1 b/src/DataBox/Az.DataBox.psd1 index 78df48106f4a..4424122a7c26 100644 --- a/src/DataBox/Az.DataBox.psd1 +++ b/src/DataBox/Az.DataBox.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DataBox.private.dll' diff --git a/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 b/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 index 3c28dffce103..b5035525f1f7 100644 --- a/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 +++ b/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBoxEdge.dll' diff --git a/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs index a9825ebbc58d..bafb59eddd33 100644 --- a/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs +++ b/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")] -[assembly: AssemblyVersion("1.15.0")] -[assembly: AssemblyFileVersion("1.15.0")] +[assembly: AssemblyVersion("1.16.0")] +[assembly: AssemblyFileVersion("1.16.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactories.Test")] #endif diff --git a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 index 2afaffa5b868..8b1559b79f2e 100644 --- a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 +++ b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/4/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.15.0' +ModuleVersion = '1.16.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -173,9 +173,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added a DataFlowEnableQuickReuse argument for the ''Set-AzDataFactoryV2IntegrationRuntime'' cmdlet to enable quick reuse of clusters in next pipeline activities. -* Updated ADF .Net SDK version to 4.25.0 -* Added a VNetInjectionMethod argument for the ''Set-AzDataFactoryV2IntegrationRuntime'' cmdlet to support the express virtual network injection of Azure-SSIS Integration Runtime.' + ReleaseNotes = '* Added PublicNetworkAccess to Update_AzDataFactoryV2 Command +* Updated ADF .Net SDK version to 4.26.0' # Prerelease string of this module # Prerelease = '' diff --git a/src/DataFactory/DataFactoryV2/Changelog.md b/src/DataFactory/DataFactoryV2/Changelog.md index 513b93a8bc59..39e1cc2ae88b 100644 --- a/src/DataFactory/DataFactoryV2/Changelog.md +++ b/src/DataFactory/DataFactoryV2/Changelog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.16.0 * Added PublicNetworkAccess to Update_AzDataFactoryV2 Command * Updated ADF .Net SDK version to 4.26.0 diff --git a/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs index 66444c1e279a..902c7cfd94a7 100644 --- a/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs +++ b/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")] -[assembly: AssemblyVersion("1.15.0")] -[assembly: AssemblyFileVersion("1.15.0")] +[assembly: AssemblyVersion("1.16.0")] +[assembly: AssemblyFileVersion("1.16.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.Test")] #endif diff --git a/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 b/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 index 5490bd92ac71..3b74fc11220b 100644 --- a/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 +++ b/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataLake.Analytics.dll' diff --git a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 index ec9669d58d91..8b39cc3e34e0 100644 --- a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 +++ b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataLake.Store.dll', diff --git a/src/DataMigration/DataMigration/Az.DataMigration.psd1 b/src/DataMigration/DataMigration/Az.DataMigration.psd1 index 2ae9819a4f75..a5cc4129b8d3 100644 --- a/src/DataMigration/DataMigration/Az.DataMigration.psd1 +++ b/src/DataMigration/DataMigration/Az.DataMigration.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataMigration.dll' diff --git a/src/DataProtection/Az.DataProtection.psd1 b/src/DataProtection/Az.DataProtection.psd1 index 237ca2f8a885..c1fcdd0c5e3b 100644 --- a/src/DataProtection/Az.DataProtection.psd1 +++ b/src/DataProtection/Az.DataProtection.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DataProtection.private.dll' diff --git a/src/DataShare/DataShare/Az.DataShare.psd1 b/src/DataShare/DataShare/Az.DataShare.psd1 index 25104638570d..ad4c94b0867a 100644 --- a/src/DataShare/DataShare/Az.DataShare.psd1 +++ b/src/DataShare/DataShare/Az.DataShare.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataShare.dll' diff --git a/src/Databricks/Az.Databricks.psd1 b/src/Databricks/Az.Databricks.psd1 index fdf0e5a201ac..5ee2afac0458 100644 --- a/src/Databricks/Az.Databricks.psd1 +++ b/src/Databricks/Az.Databricks.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Databricks.private.dll' diff --git a/src/Datadog/Az.Datadog.psd1 b/src/Datadog/Az.Datadog.psd1 index 33f1b0b7a18a..c8e1f74898bc 100644 --- a/src/Datadog/Az.Datadog.psd1 +++ b/src/Datadog/Az.Datadog.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Datadog.private.dll' diff --git a/src/DedicatedHsm/Az.DedicatedHsm.psd1 b/src/DedicatedHsm/Az.DedicatedHsm.psd1 index 95c1addaab19..c65c272bc251 100644 --- a/src/DedicatedHsm/Az.DedicatedHsm.psd1 +++ b/src/DedicatedHsm/Az.DedicatedHsm.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DedicatedHsm.private.dll' diff --git a/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 b/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 index dbc25c908921..489300ecd9e9 100644 --- a/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 +++ b/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 @@ -52,7 +52,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DeploymentManager.dll' diff --git a/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 b/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 index 39fcd8e826ef..e34f1014f337 100644 --- a/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 +++ b/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/22/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.DesktopVirtualization.psm1' # Version number of this module. -ModuleVersion = '3.0.0' +ModuleVersion = '3.1.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DesktopVirtualization.private.dll' @@ -126,7 +126,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Upgraded api version to 2021-07-12.' # Prerelease string of this module # Prerelease = '' diff --git a/src/DesktopVirtualization/ChangeLog.md b/src/DesktopVirtualization/ChangeLog.md index 77af7c7652c8..caaaee69751c 100644 --- a/src/DesktopVirtualization/ChangeLog.md +++ b/src/DesktopVirtualization/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.1.0 * Upgraded api version to 2021-07-12. ## Version 3.0.0 diff --git a/src/DesktopVirtualization/Properties/AssemblyInfo.cs b/src/DesktopVirtualization/Properties/AssemblyInfo.cs index ae6a0b0a6460..5a8ccdca60d4 100644 --- a/src/DesktopVirtualization/Properties/AssemblyInfo.cs +++ b/src/DesktopVirtualization/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5FAC4032-09B2-4E1D-A7CB-078DEA39CAF1")] -[assembly: AssemblyVersion("3.0.0")] -[assembly: AssemblyFileVersion("3.0.0")] +[assembly: AssemblyVersion("3.1.0")] +[assembly: AssemblyFileVersion("3.1.0")] diff --git a/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 b/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 index 9c184794b89b..d73712f3c206 100644 --- a/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 +++ b/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DevSpaces.dll' diff --git a/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 b/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 index 0d86c5890f67..1c1d63423059 100644 --- a/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 +++ b/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DevTestLabs.dll' diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 index 1de3457bf469..d50ec1edee1f 100644 --- a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 +++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DeviceProvisioningServices.dll', diff --git a/src/DigitalTwins/Az.DigitalTwins.psd1 b/src/DigitalTwins/Az.DigitalTwins.psd1 index 36788d07a303..4ae4124cf28f 100644 --- a/src/DigitalTwins/Az.DigitalTwins.psd1 +++ b/src/DigitalTwins/Az.DigitalTwins.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DigitalTwins.private.dll' diff --git a/src/DiskPool/Az.DiskPool.psd1 b/src/DiskPool/Az.DiskPool.psd1 index 42da23358854..1f3e2bdc2329 100644 --- a/src/DiskPool/Az.DiskPool.psd1 +++ b/src/DiskPool/Az.DiskPool.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/22/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.DiskPool.psm1' # Version number of this module. -ModuleVersion = '0.2.0' +ModuleVersion = '0.3.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DiskPool.private.dll' @@ -114,7 +114,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Upgraded API version to 2021-08-01 and added two cmdlets: ''Invoke-AzDiskPoolRedeployment'' and ''Get-AzDiskPoolResourceSku'' ' # Prerelease string of this module # Prerelease = '' diff --git a/src/DiskPool/Changelog.md b/src/DiskPool/Changelog.md index 6d71ccbf52ed..371726a7a652 100644 --- a/src/DiskPool/Changelog.md +++ b/src/DiskPool/Changelog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.3.0 * Upgraded API version to 2021-08-01 and added two cmdlets: `Invoke-AzDiskPoolRedeployment` and `Get-AzDiskPoolResourceSku` ## Version 0.2.0 diff --git a/src/DiskPool/Properties/AssemblyInfo.cs b/src/DiskPool/Properties/AssemblyInfo.cs index 94a2384a1be8..c03acff0e152 100644 --- a/src/DiskPool/Properties/AssemblyInfo.cs +++ b/src/DiskPool/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("cab30302-f17b-4dd6-8c5f-2902b85e7cec")] -[assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyFileVersion("0.2.0")] +[assembly: AssemblyVersion("0.3.0")] +[assembly: AssemblyFileVersion("0.3.0")] diff --git a/src/Dns/Dns/Az.Dns.psd1 b/src/Dns/Dns/Az.Dns.psd1 index e9b480dd55be..9d0d03467412 100644 --- a/src/Dns/Dns/Az.Dns.psd1 +++ b/src/Dns/Dns/Az.Dns.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Dns.dll' diff --git a/src/Elastic/Az.Elastic.psd1 b/src/Elastic/Az.Elastic.psd1 index 0952bb581862..357476a89fc1 100644 --- a/src/Elastic/Az.Elastic.psd1 +++ b/src/Elastic/Az.Elastic.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Elastic.private.dll' diff --git a/src/EventGrid/EventGrid/Az.EventGrid.psd1 b/src/EventGrid/EventGrid/Az.EventGrid.psd1 index 8cec17ff4f3c..23e7b387d555 100644 --- a/src/EventGrid/EventGrid/Az.EventGrid.psd1 +++ b/src/EventGrid/EventGrid/Az.EventGrid.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.EventGrid.dll' diff --git a/src/EventHub/EventHub/Az.EventHub.psd1 b/src/EventHub/EventHub/Az.EventHub.psd1 index 573e5d30f0f4..08091aa06e7b 100644 --- a/src/EventHub/EventHub/Az.EventHub.psd1 +++ b/src/EventHub/EventHub/Az.EventHub.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 6/11/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.8.0' +ModuleVersion = '1.9.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -130,7 +130,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added functionality to accept input from pipeline for ''Get-AzEventHub'' from ''Get-AzEventHubNamespace''.' + ReleaseNotes = '* Added support for Premium sku and namesapce and optional switch parameter ''DisableLocalAuth'' to ''New-AzEventHubNamespace'' and ''Set-AzEventHubNamespace'' ' # Prerelease string of this module # Prerelease = '' diff --git a/src/EventHub/EventHub/ChangeLog.md b/src/EventHub/EventHub/ChangeLog.md index c21569fa4cc6..9444ec43d812 100644 --- a/src/EventHub/EventHub/ChangeLog.md +++ b/src/EventHub/EventHub/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.9.0 * Added support for Premium sku and namesapce and optional switch parameter 'DisableLocalAuth' to `New-AzEventHubNamespace` and `Set-AzEventHubNamespace` ## Version 1.8.0 diff --git a/src/EventHub/EventHub/Properties/AssemblyInfo.cs b/src/EventHub/EventHub/Properties/AssemblyInfo.cs index 7703d9de08f4..9191c80bf6f9 100644 --- a/src/EventHub/EventHub/Properties/AssemblyInfo.cs +++ b/src/EventHub/EventHub/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("3ea250fe-7987-426b-8ca0-2dd65deda73c")] -[assembly: AssemblyVersion("1.8.0")] -[assembly: AssemblyFileVersion("1.8.0")] +[assembly: AssemblyVersion("1.9.0")] +[assembly: AssemblyFileVersion("1.9.0")] diff --git a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 index aeb7e8ce4dc0..01cc57c40f1c 100644 --- a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 +++ b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.FrontDoor.dll' diff --git a/src/Functions/Az.Functions.psd1 b/src/Functions/Az.Functions.psd1 index 446883cf85e5..b3b9cdeaa761 100644 --- a/src/Functions/Az.Functions.psd1 +++ b/src/Functions/Az.Functions.psd1 @@ -12,7 +12,7 @@ RootModule = './Az.Functions.psm1' # Version number of this module. -ModuleVersion = '3.1.0' +ModuleVersion = '3.1.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Functions.private.dll' @@ -115,7 +115,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Set site config netFrameworkVersion for Windows V4 apps only + * Enabled function app creation for Functions V4 stacks [#15919]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Functions/ChangeLog.md b/src/Functions/ChangeLog.md index 3400387b8902..4d5735742b3e 100644 --- a/src/Functions/ChangeLog.md +++ b/src/Functions/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.1.1 * Set site config netFrameworkVersion for Windows V4 apps only * Enabled function app creation for Functions V4 stacks [#15919] diff --git a/src/Functions/Properties/AssemblyInfo.cs b/src/Functions/Properties/AssemblyInfo.cs index 88318a89d07c..320961f4c3e3 100644 --- a/src/Functions/Properties/AssemblyInfo.cs +++ b/src/Functions/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("A92CAC7D-41F1-47CA-BC10-F6736BCD4072")] -[assembly: AssemblyVersion("3.1.0")] -[assembly: AssemblyFileVersion("3.1.0")] +[assembly: AssemblyVersion("3.1.1")] +[assembly: AssemblyFileVersion("3.1.1")] diff --git a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 index 01e542aa70c9..f2c995679f23 100644 --- a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 +++ b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.GuestConfiguration.dll' diff --git a/src/HDInsight/HDInsight/Az.HDInsight.psd1 b/src/HDInsight/HDInsight/Az.HDInsight.psd1 index 5e770f648ba4..296edfc175d8 100644 --- a/src/HDInsight/HDInsight/Az.HDInsight.psd1 +++ b/src/HDInsight/HDInsight/Az.HDInsight.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.HDInsight.dll', diff --git a/src/HPCCache/HPCCache/Az.HPCCache.psd1 b/src/HPCCache/HPCCache/Az.HPCCache.psd1 index 8fa43c736aae..e0bdf784739d 100644 --- a/src/HPCCache/HPCCache/Az.HPCCache.psd1 +++ b/src/HPCCache/HPCCache/Az.HPCCache.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StorageCache.dll' diff --git a/src/HanaOnAzure/Az.HanaOnAzure.psd1 b/src/HanaOnAzure/Az.HanaOnAzure.psd1 index a36b6756672d..e873884baedc 100644 --- a/src/HanaOnAzure/Az.HanaOnAzure.psd1 +++ b/src/HanaOnAzure/Az.HanaOnAzure.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.HanaOnAzure.private.dll' diff --git a/src/HealthBot/Az.HealthBot.psd1 b/src/HealthBot/Az.HealthBot.psd1 index 56640079a6b0..8b7ecbc24025 100644 --- a/src/HealthBot/Az.HealthBot.psd1 +++ b/src/HealthBot/Az.HealthBot.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.HealthBot.private.dll' diff --git a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 index 5303e4aac8df..d7f8f92ca2fa 100644 --- a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 +++ b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.HealthcareApis.dll' diff --git a/src/ImageBuilder/Az.ImageBuilder.psd1 b/src/ImageBuilder/Az.ImageBuilder.psd1 index 27c889b2222a..fb842099fa2e 100644 --- a/src/ImageBuilder/Az.ImageBuilder.psd1 +++ b/src/ImageBuilder/Az.ImageBuilder.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ImageBuilder.private.dll' diff --git a/src/ImportExport/Az.ImportExport.psd1 b/src/ImportExport/Az.ImportExport.psd1 index 63d3c37e0745..f120a99a8369 100644 --- a/src/ImportExport/Az.ImportExport.psd1 +++ b/src/ImportExport/Az.ImportExport.psd1 @@ -10,7 +10,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.ImportExport.private.dll' - RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) + RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) FormatsToProcess = './Az.ImportExport.format.ps1xml' FunctionsToExport = 'Get-AzImportExport', 'Get-AzImportExportBitLockerKey', 'Get-AzImportExportLocation', 'New-AzImportExport', 'New-AzImportExportDriveListObject', 'Remove-AzImportExport', 'Update-AzImportExport' AliasesToExport = '*' diff --git a/src/IotCentral/IotCentral/Az.IotCentral.psd1 b/src/IotCentral/IotCentral/Az.IotCentral.psd1 index e44bbe3d4df4..22e96bb76573 100644 --- a/src/IotCentral/IotCentral/Az.IotCentral.psd1 +++ b/src/IotCentral/IotCentral/Az.IotCentral.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.IotCentral.dll' diff --git a/src/IotHub/IotHub/Az.IotHub.psd1 b/src/IotHub/IotHub/Az.IotHub.psd1 index 6b937a69da2a..035e0832a871 100644 --- a/src/IotHub/IotHub/Az.IotHub.psd1 +++ b/src/IotHub/IotHub/Az.IotHub.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/17/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.7.3' +ModuleVersion = '2.7.4' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -159,7 +159,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated IoT Hub Management SDK and models to version 3.0.0 (api-version 2020-03-01)' + ReleaseNotes = '* Updated IoT Hub Management SDK to version 4.1.0 (api-version 2021-07-10)' # Prerelease string of this module # Prerelease = '' diff --git a/src/IotHub/IotHub/ChangeLog.md b/src/IotHub/IotHub/ChangeLog.md index f7ef4ea2f2c2..d0c4376c34f0 100644 --- a/src/IotHub/IotHub/ChangeLog.md +++ b/src/IotHub/IotHub/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.7.4 * Updated IoT Hub Management SDK to version 4.1.0 (api-version 2021-07-10) ## Version 2.7.3 diff --git a/src/IotHub/IotHub/Properties/AssemblyInfo.cs b/src/IotHub/IotHub/Properties/AssemblyInfo.cs index 2677adb931e4..a4a6ddcc0edc 100644 --- a/src/IotHub/IotHub/Properties/AssemblyInfo.cs +++ b/src/IotHub/IotHub/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("2.5.0")] -[assembly: AssemblyVersion("2.7.3")] -[assembly: AssemblyFileVersion("2.7.3")] +[assembly: AssemblyVersion("2.7.4")] +[assembly: AssemblyFileVersion("2.7.4")] diff --git a/src/KeyVault/KeyVault/Az.KeyVault.psd1 b/src/KeyVault/KeyVault/Az.KeyVault.psd1 index 6a03a78a88a3..80af129047a2 100644 --- a/src/KeyVault/KeyVault/Az.KeyVault.psd1 +++ b/src/KeyVault/KeyVault/Az.KeyVault.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/4/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.6.0' +ModuleVersion = '3.6.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -163,12 +163,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Supported custom role definitions on managed HSM: - - Create via ''New-AzKeyVaultRoleDefinition'', - - Delete via ''Remove-AzKeyVaultRoleDefinition'', - - Filter all custom roles via ''Get-AzKeyVaultRoleDefinition -Custom''. -* Supported Encrypt/Decrypt/Wrap/Unwrap using keys [#15679] -* Enabled managing resources in other subscriptions without switching the context by adding ''-Subscription ''.' + ReleaseNotes = '* Added warning message of upcoming breaking change to ''New-AzKeyVaultRoleDefinition'' and ''Get-AzKeyVaultRoleDefinition''. + - To comply with the syntax of ''New-AzRoleDefinition'' and ''Get-AzRoleDefinition'' we are going to rename some of the properties of ''PSKeyVaultPermission'' model, which might affect these two cmdlets. +* Added warnings of upcoming breaking change of migrating to Microsoft Graph.' # Prerelease string of this module # Prerelease = '' diff --git a/src/KeyVault/KeyVault/ChangeLog.md b/src/KeyVault/KeyVault/ChangeLog.md index cee6ef122272..fabe369424b1 100644 --- a/src/KeyVault/KeyVault/ChangeLog.md +++ b/src/KeyVault/KeyVault/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.6.1 * Added warning message of upcoming breaking change to `New-AzKeyVaultRoleDefinition` and `Get-AzKeyVaultRoleDefinition`. - To comply with the syntax of `New-AzRoleDefinition` and `Get-AzRoleDefinition` we are going to rename some of the properties of `PSKeyVaultPermission` model, which might affect these two cmdlets. * Added warnings of upcoming breaking change of migrating to Microsoft Graph. diff --git a/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs b/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs index 1c0db5d5bb3f..3ffbdec6d903 100644 --- a/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs +++ b/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ [assembly: CLSCompliant(false)] [assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")] -[assembly: AssemblyVersion("3.6.0")] -[assembly: AssemblyFileVersion("3.6.0")] +[assembly: AssemblyVersion("3.6.1")] +[assembly: AssemblyFileVersion("3.6.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Test")] [assembly: InternalsVisibleTo("SecurityDomain.Test")] diff --git a/src/KubernetesConfiguration/Az.KubernetesConfiguration.psd1 b/src/KubernetesConfiguration/Az.KubernetesConfiguration.psd1 index 488036834a24..ba52d2462da5 100644 --- a/src/KubernetesConfiguration/Az.KubernetesConfiguration.psd1 +++ b/src/KubernetesConfiguration/Az.KubernetesConfiguration.psd1 @@ -12,7 +12,7 @@ RootModule = './Az.KubernetesConfiguration.psm1' # Version number of this module. -ModuleVersion = '0.4.0' +ModuleVersion = '0.5.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.KubernetesConfiguration.private.dll' @@ -84,7 +84,7 @@ CmdletsToExport = @() AliasesToExport = 'Get-AzK8sConfiguration', 'Get-AzK8sExtension', 'New-AzK8sConfiguration', 'New-AzK8sExtension', 'Remove-AzK8sConfiguration', 'Remove-AzK8sExtension', - 'Update-AzK8sExtension', '*' + 'Update-AzK8sExtension' # DSC resources to export from this module # DscResourcesToExport = @() @@ -113,7 +113,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Onboarded cmdlets ''New/Update/Get/Remove-AzKubernetesExtension'' and ''New/Get/Remove-AzKubernetesConfiguration'' +* Removed the plural form of parameter HelmOperatorChartValues, OperatorParameters and SshKnownHosts in ''New-AzKubernetesConfiguration''' # Prerelease string of this module # Prerelease = '' diff --git a/src/KubernetesConfiguration/ChangeLog.md b/src/KubernetesConfiguration/ChangeLog.md index 77a7652e135c..3a2051406a92 100644 --- a/src/KubernetesConfiguration/ChangeLog.md +++ b/src/KubernetesConfiguration/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.5.0 * Onboarded cmdlets `New/Update/Get/Remove-AzKubernetesExtension` and `New/Get/Remove-AzKubernetesConfiguration` * Removed the plural form of parameter HelmOperatorChartValues, OperatorParameters and SshKnownHosts in `New-AzKubernetesConfiguration` diff --git a/src/KubernetesConfiguration/Properties/AssemblyInfo.cs b/src/KubernetesConfiguration/Properties/AssemblyInfo.cs index ab296143a15f..612819506d1e 100644 --- a/src/KubernetesConfiguration/Properties/AssemblyInfo.cs +++ b/src/KubernetesConfiguration/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("D22E4B20-44C5-4DD8-A76B-35423C573AE0")] -[assembly: AssemblyVersion("0.4.0")] -[assembly: AssemblyFileVersion("0.4.0")] +[assembly: AssemblyVersion("0.5.0")] +[assembly: AssemblyFileVersion("0.5.0")] diff --git a/src/Kusto/Az.Kusto.psd1 b/src/Kusto/Az.Kusto.psd1 index 3cdf328fc27a..146e9a5acec5 100644 --- a/src/Kusto/Az.Kusto.psd1 +++ b/src/Kusto/Az.Kusto.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Kusto.private.dll' diff --git a/src/LogicApp/LogicApp/Az.LogicApp.psd1 b/src/LogicApp/LogicApp/Az.LogicApp.psd1 index 5816ebeba099..36ef9c40ca9a 100644 --- a/src/LogicApp/LogicApp/Az.LogicApp.psd1 +++ b/src/LogicApp/LogicApp/Az.LogicApp.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Logic.dll' diff --git a/src/Logz/Az.Logz.psd1 b/src/Logz/Az.Logz.psd1 index 23f2a1a8402c..7d73c69b78fd 100644 --- a/src/Logz/Az.Logz.psd1 +++ b/src/Logz/Az.Logz.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Logz.private.dll' diff --git a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 index ca841375dc6e..4a3202e009ab 100644 --- a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 +++ b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll' diff --git a/src/Maintenance/Maintenance/Az.Maintenance.psd1 b/src/Maintenance/Maintenance/Az.Maintenance.psd1 index 2ae23d9742d5..dfc338540f59 100644 --- a/src/Maintenance/Maintenance/Az.Maintenance.psd1 +++ b/src/Maintenance/Maintenance/Az.Maintenance.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Maintenance.dll' diff --git a/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 b/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 index 4ae5201bd4a8..b566c28a3f80 100644 --- a/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 +++ b/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagedServiceIdentity.dll' diff --git a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 index d3de2fdb3e95..93997c385429 100644 --- a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 +++ b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagedServices.dll' diff --git a/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 b/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 index 8feff8a8fb9e..0a0902f22790 100644 --- a/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 +++ b/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagementPartner.dll' diff --git a/src/Maps/Az.Maps.psd1 b/src/Maps/Az.Maps.psd1 index 83bea36002f5..5bede0f0cf30 100644 --- a/src/Maps/Az.Maps.psd1 +++ b/src/Maps/Az.Maps.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Maps.private.dll' diff --git a/src/MariaDb/Az.MariaDb.psd1 b/src/MariaDb/Az.MariaDb.psd1 index ab26f7c4bb0a..dbac20f98783 100644 --- a/src/MariaDb/Az.MariaDb.psd1 +++ b/src/MariaDb/Az.MariaDb.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.MariaDb.private.dll' diff --git a/src/Marketplace/Marketplace/Az.Marketplace.psd1 b/src/Marketplace/Marketplace/Az.Marketplace.psd1 index 8800a6092948..bb0fe62de14c 100644 --- a/src/Marketplace/Marketplace/Az.Marketplace.psd1 +++ b/src/Marketplace/Marketplace/Az.Marketplace.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Marketplace.dll' diff --git a/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 b/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 index cf6c833b259a..87f05a457d94 100644 --- a/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 +++ b/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MarketplaceOrdering.dll' diff --git a/src/Media/Media/Az.Media.psd1 b/src/Media/Media/Az.Media.psd1 index 133bfae8a038..17e361511478 100644 --- a/src/Media/Media/Az.Media.psd1 +++ b/src/Media/Media/Az.Media.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Media.dll' diff --git a/src/Migrate/Az.Migrate.psd1 b/src/Migrate/Az.Migrate.psd1 index 89fa1adfaee7..ea373f5f3c7f 100644 --- a/src/Migrate/Az.Migrate.psd1 +++ b/src/Migrate/Az.Migrate.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/25/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.Migrate.psm1' # Version number of this module. -ModuleVersion = '1.1.1' +ModuleVersion = '1.1.2' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Migrate.private.dll' @@ -128,7 +128,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Added check for invalid IP address' # Prerelease string of this module # Prerelease = '' diff --git a/src/Migrate/Changelog.md b/src/Migrate/Changelog.md index 9f3f74ec447d..2f7b0a78f6eb 100644 --- a/src/Migrate/Changelog.md +++ b/src/Migrate/Changelog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.1.2 * Added check for invalid IP address ## Version 1.1.1 diff --git a/src/Migrate/Properties/AssemblyInfo.cs b/src/Migrate/Properties/AssemblyInfo.cs index 3e38e4bf0f1e..a19ed677521f 100644 --- a/src/Migrate/Properties/AssemblyInfo.cs +++ b/src/Migrate/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("49de559e-8965-4e80-ba75-d2f2266a0abd")] -[assembly: AssemblyVersion("1.1.1")] -[assembly: AssemblyFileVersion("1.1.1")] +[assembly: AssemblyVersion("1.1.2")] +[assembly: AssemblyFileVersion("1.1.2")] diff --git a/src/MixedReality/MixedReality/Az.MixedReality.psd1 b/src/MixedReality/MixedReality/Az.MixedReality.psd1 index bd4e584b30ae..82ad5183151b 100644 --- a/src/MixedReality/MixedReality/Az.MixedReality.psd1 +++ b/src/MixedReality/MixedReality/Az.MixedReality.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MixedReality.dll' diff --git a/src/Monitor/Monitor/Az.Monitor.psd1 b/src/Monitor/Monitor/Az.Monitor.psd1 index 4775ff003ec8..3a2409b91355 100644 --- a/src/Monitor/Monitor/Az.Monitor.psd1 +++ b/src/Monitor/Monitor/Az.Monitor.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Monitor.dll', 'AutoMapper.dll' diff --git a/src/MonitoringSolutions/Az.MonitoringSolutions.psd1 b/src/MonitoringSolutions/Az.MonitoringSolutions.psd1 index b6b7c818b12d..c536ca9c36f9 100644 --- a/src/MonitoringSolutions/Az.MonitoringSolutions.psd1 +++ b/src/MonitoringSolutions/Az.MonitoringSolutions.psd1 @@ -10,7 +10,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.MonitoringSolutions.private.dll' - RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) + RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) FormatsToProcess = './Az.MonitoringSolutions.format.ps1xml' FunctionsToExport = 'Get-AzMonitorLogAnalyticsSolution', 'New-AzMonitorLogAnalyticsSolution', 'Remove-AzMonitorLogAnalyticsSolution', 'Update-AzMonitorLogAnalyticsSolution' AliasesToExport = '*' diff --git a/src/MySql/Az.MySql.psd1 b/src/MySql/Az.MySql.psd1 index bf6920de82d2..21fecc9892bd 100644 --- a/src/MySql/Az.MySql.psd1 +++ b/src/MySql/Az.MySql.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/25/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.MySql.psm1' # Version number of this module. -ModuleVersion = '0.7.0' +ModuleVersion = '0.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.MySql.private.dll' @@ -133,7 +133,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Changed API version to 2021-05-01 +* Fixed bugs for location capabilities' # Prerelease string of this module # Prerelease = '' diff --git a/src/MySql/ChangeLog.md b/src/MySql/ChangeLog.md index 2c8da1a82052..88883d6cd8d0 100644 --- a/src/MySql/ChangeLog.md +++ b/src/MySql/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.8.0 * Changed API version to 2021-05-01 * Fixed bugs for location capabilities diff --git a/src/MySql/Properties/AssemblyInfo.cs b/src/MySql/Properties/AssemblyInfo.cs index 7c05628db55b..41a023339d07 100644 --- a/src/MySql/Properties/AssemblyInfo.cs +++ b/src/MySql/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("00815AB0-DED8-4FE1-A7F0-5A98B87EAA3D")] -[assembly: AssemblyVersion("0.7.0")] -[assembly: AssemblyFileVersion("0.7.0")] +[assembly: AssemblyVersion("0.8.0")] +[assembly: AssemblyFileVersion("0.8.0")] diff --git a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 index 28964e86fa4f..e0fceda41356 100644 --- a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 +++ b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2021/7/29 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.7.0' +ModuleVersion = '0.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -154,12 +154,15 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added Administrators to ActiveDirectory -* Added LastTransferSize, LastTransferType,TotalTransferBytes to BackupStatus -* Added CoolAccess and QosType to CapacityPool -* Added CoolAccess, CoolnessPeriod and UnixPermissions to Volume -* Added ChownMode to ExportPolicyRule -* Added Get-Az-NetAppFilesVolumeRestoreStatus to get the status of a restore operation for a volume' + ReleaseNotes = '* Added list NetAppAccounts by subscription +* Added etags to response PSNetAppFilesVolume, PSNetAppFilesPool, PSNetAppFilesAccount, PSNetAppFilesBackupPolicy, PSNetAppFilesSnapshotPolicy +* Added EncryptionType to New-AzNetAppFilesPool and PSNetAppFilesPool +* Added CloneProgress, AvsDataStore,IsDefaultQuotaEnabled, DefaultUserQuotaInKiBs, DefaultGroupQuotaInKiBs, NetworkFeatures, NetworkSiblingSetId, StorageToNetworkProximity to PSNetAppFilesVolume +* Added CloneProgress, AvsDataStore,IsDefaultQuotaEnabled, DefaultUserQuotaInKiBs, DefaultGroupQuotaInKiBs, NetworkFeatures to New-AzNetAppFilesVolume +* Added IsDefaultQuotaEnabled, DefaultUserQuotaInKiBs, DefaultGroupQuotaInKiBs Update-AzNetAppFilesVolume +* Service level now supports StandardZRS +Breaking change: + - YearlyBackupsToKeep property is not supported by the service and has been removed from New-AzNetAppFilesBackupPolicy, Set-AzNetAppFilesBackupPolicy and output' # Prerelease string of this module # Prerelease = '' diff --git a/src/NetAppFiles/NetAppFiles/ChangeLog.md b/src/NetAppFiles/NetAppFiles/ChangeLog.md index 390c281a8494..b5190f4333a8 100644 --- a/src/NetAppFiles/NetAppFiles/ChangeLog.md +++ b/src/NetAppFiles/NetAppFiles/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.8.0 * Added list NetAppAccounts by subscription * Added etags to response PSNetAppFilesVolume, PSNetAppFilesPool, PSNetAppFilesAccount, PSNetAppFilesBackupPolicy, PSNetAppFilesSnapshotPolicy * Added EncryptionType to New-AzNetAppFilesPool and PSNetAppFilesPool diff --git a/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs b/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs index 9b89caa4a3ea..c3f3adbcdd4e 100644 --- a/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs +++ b/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("42656543-77AD-4968-BA4B-BE0778705625")] -[assembly: AssemblyVersion("0.7.0")] -[assembly: AssemblyFileVersion("0.7.0")] +[assembly: AssemblyVersion("0.8.0")] +[assembly: AssemblyFileVersion("0.8.0")] diff --git a/src/Network/Network/Az.Network.psd1 b/src/Network/Network/Az.Network.psd1 index 2def9955830c..426124b26049 100644 --- a/src/Network/Network/Az.Network.psd1 +++ b/src/Network/Network/Az.Network.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Network.dll' diff --git a/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 b/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 index d1ac1ec2fe4c..11cf8815efb8 100644 --- a/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 +++ b/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.NotificationHubs.dll' diff --git a/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 b/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 index 22396f600701..289e3e7c34cc 100644 --- a/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 +++ b/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 7/16/2020 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.3.0' +ModuleVersion = '2.3.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -45,7 +45,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -161,9 +161,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added ''-ForceDelete'' option for ''Remove-AzOperationalInsightsworkspace'' -* Added new cmdlet ''Get-AzOperationalInsightsDeletedWorkspace'' -* Added new cmdlet ''Restore-AzOperationalInsightsWorkspace''' + ReleaseNotes = '* Fixed a bug in ''Set-AzOperationalInsightsLinkedService: when linked service does not exist, perform create(update) instead of failing''' # Prerelease string of this module # Prerelease = '' diff --git a/src/OperationalInsights/OperationalInsights/ChangeLog.md b/src/OperationalInsights/OperationalInsights/ChangeLog.md index 17d3e5f6be74..e9cc4bc06bef 100644 --- a/src/OperationalInsights/OperationalInsights/ChangeLog.md +++ b/src/OperationalInsights/OperationalInsights/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.3.1 * Fixed a bug in `Set-AzOperationalInsightsLinkedService: when linked service does not exist, perform create(update) instead of failing` ## Version 2.3.0 diff --git a/src/OperationalInsights/OperationalInsights/Properties/AssemblyInfo.cs b/src/OperationalInsights/OperationalInsights/Properties/AssemblyInfo.cs index 1bb48bf25e16..799d9ffe780e 100644 --- a/src/OperationalInsights/OperationalInsights/Properties/AssemblyInfo.cs +++ b/src/OperationalInsights/OperationalInsights/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5be35a94-c20f-4659-aa29-9b9aebcfaf36")] -[assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyFileVersion("2.3.0")] +[assembly: AssemblyVersion("2.3.1")] +[assembly: AssemblyFileVersion("2.3.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Test")] #endif diff --git a/src/Peering/Peering/Az.Peering.psd1 b/src/Peering/Peering/Az.Peering.psd1 index 172048267d83..6ebfa7737c75 100644 --- a/src/Peering/Peering/Az.Peering.psd1 +++ b/src/Peering/Peering/Az.Peering.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Peering.dll', 'AutoMapper.dll' diff --git a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 index b03d6d661460..7bee71ed59e9 100644 --- a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 +++ b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PolicyInsights.dll' diff --git a/src/Portal/Az.Portal.psd1 b/src/Portal/Az.Portal.psd1 index 00f408fb8bfd..334ab8e2e7df 100644 --- a/src/Portal/Az.Portal.psd1 +++ b/src/Portal/Az.Portal.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Portal.private.dll' diff --git a/src/PostgreSql/Az.PostgreSql.psd1 b/src/PostgreSql/Az.PostgreSql.psd1 index afaede087898..b080e70619b7 100644 --- a/src/PostgreSql/Az.PostgreSql.psd1 +++ b/src/PostgreSql/Az.PostgreSql.psd1 @@ -1,9 +1,9 @@ # -# Module manifest for module 'Az.PostgreSQL' +# Module manifest for module 'Az.PostgreSql' # # Generated by: Microsoft Corporation # -# Generated on: 10/25/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.PostgreSql.psm1' # Version number of this module. -ModuleVersion = '0.7.0' +ModuleVersion = '0.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.PostgreSql.private.dll' @@ -138,7 +138,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Removed ''Location'' in ''Restore-AzPostgreSqlFlexibleServer'' +* Minor fixes for ''Get-AzPostgreSqlFlexibleServerLocationBasedCapability'', ''Test-AzPostgreSqlFlexibleServerConnect'' and ''New-AzPostgreSqlFlexibleServer''' # Prerelease string of this module # Prerelease = '' diff --git a/src/PostgreSql/ChangeLog.md b/src/PostgreSql/ChangeLog.md index d48a8affb3ae..edfec82aefdd 100644 --- a/src/PostgreSql/ChangeLog.md +++ b/src/PostgreSql/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.8.0 * Removed `Location` in `Restore-AzPostgreSqlFlexibleServer` * Minor fixes for `Get-AzPostgreSqlFlexibleServerLocationBasedCapability`, `Test-AzPostgreSqlFlexibleServerConnect` and `New-AzPostgreSqlFlexibleServer` diff --git a/src/PostgreSql/Properties/AssemblyInfo.cs b/src/PostgreSql/Properties/AssemblyInfo.cs index eab75b2ba1ba..e92b11596f2c 100644 --- a/src/PostgreSql/Properties/AssemblyInfo.cs +++ b/src/PostgreSql/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("1F0D566E-2A71-4345-9B58-B680585DCE4D")] -[assembly: AssemblyVersion("0.7.0")] -[assembly: AssemblyFileVersion("0.7.0")] +[assembly: AssemblyVersion("0.8.0")] +[assembly: AssemblyFileVersion("0.8.0")] diff --git a/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 b/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 index 043eb6fe8d1f..0608cf4487a8 100644 --- a/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 +++ b/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PowerBIEmbedded.dll', diff --git a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 index 41acac1326d0..3182f555a2bf 100644 --- a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 +++ b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PrivateDns.dll' diff --git a/src/ProviderHub/Az.ProviderHub.psd1 b/src/ProviderHub/Az.ProviderHub.psd1 index 285c2d05cffb..eeb46571bcc7 100644 --- a/src/ProviderHub/Az.ProviderHub.psd1 +++ b/src/ProviderHub/Az.ProviderHub.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ProviderHub.private.dll' diff --git a/src/Purview/Az.Purview.psd1 b/src/Purview/Az.Purview.psd1 index 3a3c8bfc8c87..d3f62cbab458 100644 --- a/src/Purview/Az.Purview.psd1 +++ b/src/Purview/Az.Purview.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Purview.private.dll' diff --git a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs index 09525b7b4233..3c0c4f82b29b 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs @@ -41,5 +41,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.0")] -[assembly: AssemblyVersion("4.7.0")] -[assembly: AssemblyFileVersion("4.7.0")] +[assembly: AssemblyVersion("4.8.0")] +[assembly: AssemblyFileVersion("4.8.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs index 09525b7b4233..3c0c4f82b29b 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs @@ -41,5 +41,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.0")] -[assembly: AssemblyVersion("4.7.0")] -[assembly: AssemblyFileVersion("4.7.0")] +[assembly: AssemblyVersion("4.8.0")] +[assembly: AssemblyFileVersion("4.8.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs index 09525b7b4233..3c0c4f82b29b 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs @@ -41,5 +41,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.0")] -[assembly: AssemblyVersion("4.7.0")] -[assembly: AssemblyFileVersion("4.7.0")] +[assembly: AssemblyVersion("4.8.0")] +[assembly: AssemblyFileVersion("4.8.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs index 09525b7b4233..3c0c4f82b29b 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs @@ -41,5 +41,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.0")] -[assembly: AssemblyVersion("4.7.0")] -[assembly: AssemblyFileVersion("4.7.0")] +[assembly: AssemblyVersion("4.8.0")] +[assembly: AssemblyFileVersion("4.8.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs index 09525b7b4233..3c0c4f82b29b 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs @@ -41,5 +41,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.0")] -[assembly: AssemblyVersion("4.7.0")] -[assembly: AssemblyFileVersion("4.7.0")] +[assembly: AssemblyVersion("4.8.0")] +[assembly: AssemblyFileVersion("4.8.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs index 43c97ce8e7e0..40465d9421a7 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs @@ -41,5 +41,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.0")] -[assembly: AssemblyVersion("4.7.0")] -[assembly: AssemblyFileVersion("4.7.0")] +[assembly: AssemblyVersion("4.8.0")] +[assembly: AssemblyFileVersion("4.8.0")] diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs index 97de5487b71a..77e482d3c918 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.7.0")] -[assembly: AssemblyFileVersion("4.7.0")] +[assembly: AssemblyVersion("4.8.0")] +[assembly: AssemblyFileVersion("4.8.0")] diff --git a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 index 6aa77d63028a..617b38b829af 100644 --- a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 +++ b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/4/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.7.0' +ModuleVersion = '4.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -275,8 +275,13 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Azure Site Recovery bug fixes for VMware to Azure Reprotect, Update policy and Disable scenarios. -* Azure Backup added the support for UserAssigned MSI in RecoveryServices Vault.' + ReleaseNotes = '* Azure Backup fixed issues with StorageConfig +* Azure Backup added NodesList and AutoProtectionPolicy to Get-AzRecoveryServicesBackupProtectableItem Cmdlets. +* Azure Backup fixed GetItemsForContainerParamSet to support fetching the MAB backup item. +* Azure Backup fixed Get-AzRecoveryServicesBackupContainer to support BackupManagementType MAB instead of MARS. +* Added breaking change warning: ''Get-AzRecoveryServicesBackupJob'', ''Get-AzRecoveryServicesBackupContainer'' and ''Get-AzRecoveryServicesBackupProtectableItem'' commands will only support ''BackupManagementType MAB'' instead of ''MARS'' alias, changes will take effect from upcoming breaking release. +* Added support for ZRS disk type for Azure to Azure replication. +* Added Availability zone information in replicated protected item response for Azure to Azure replication.' # Prerelease string of this module # Prerelease = '' diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md index 78f714390524..0abfd735d9d2 100644 --- a/src/RecoveryServices/RecoveryServices/ChangeLog.md +++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 4.8.0 * Azure Backup fixed issues with StorageConfig * Azure Backup added NodesList and AutoProtectionPolicy to Get-AzRecoveryServicesBackupProtectableItem Cmdlets. * Azure Backup fixed GetItemsForContainerParamSet to support fetching the MAB backup item. diff --git a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs index 5336120083b1..f371781f3c0d 100644 --- a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.7.0")] -[assembly: AssemblyFileVersion("4.7.0")] +[assembly: AssemblyVersion("4.8.0")] +[assembly: AssemblyFileVersion("4.8.0")] diff --git a/src/RedisCache/RedisCache/Az.RedisCache.psd1 b/src/RedisCache/RedisCache/Az.RedisCache.psd1 index c886846a8ff9..e53d1f817911 100644 --- a/src/RedisCache/RedisCache/Az.RedisCache.psd1 +++ b/src/RedisCache/RedisCache/Az.RedisCache.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2021/7/29 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.5.0' +ModuleVersion = '1.5.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -118,7 +118,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added ''RedisVersion'' parameter in ''New-AzRedisCache'' and ''Set-AzRedisCache''' + ReleaseNotes = '* Created new examples in documentation of ''New-AzRedisCache'' and ''Set-AzRedisCache''.' # Prerelease string of this module # Prerelease = '' diff --git a/src/RedisCache/RedisCache/ChangeLog.md b/src/RedisCache/RedisCache/ChangeLog.md index e75c6927d063..647f0cc0d014 100644 --- a/src/RedisCache/RedisCache/ChangeLog.md +++ b/src/RedisCache/RedisCache/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.5.1 * Created new examples in documentation of `New-AzRedisCache` and `Set-AzRedisCache`. ## Version 1.5.0 diff --git a/src/RedisCache/RedisCache/Properties/AssemblyInfo.cs b/src/RedisCache/RedisCache/Properties/AssemblyInfo.cs index f06d7332a8a0..fb580c38c089 100644 --- a/src/RedisCache/RedisCache/Properties/AssemblyInfo.cs +++ b/src/RedisCache/RedisCache/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("6D663ED9-C1A5-438F-B88A-D709562538C6")] -[assembly: AssemblyVersion("1.5.0")] -[assembly: AssemblyFileVersion("1.5.0")] +[assembly: AssemblyVersion("1.5.1")] +[assembly: AssemblyFileVersion("1.5.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.RedisCache.Test")] #endif diff --git a/src/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 b/src/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 index 0b8582d2d261..4e1b49a3dbe0 100644 --- a/src/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 +++ b/src/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.RedisEnterpriseCache.private.dll' diff --git a/src/Relay/Relay/Az.Relay.psd1 b/src/Relay/Relay/Az.Relay.psd1 index fe269d75a3b9..dd6a350961a1 100644 --- a/src/Relay/Relay/Az.Relay.psd1 +++ b/src/Relay/Relay/Az.Relay.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Relay.dll' diff --git a/src/Reservations/Reservations/Az.Reservations.psd1 b/src/Reservations/Reservations/Az.Reservations.psd1 index 9a9fa8b03711..6a9e45a681d5 100644 --- a/src/Reservations/Reservations/Az.Reservations.psd1 +++ b/src/Reservations/Reservations/Az.Reservations.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Reservations.dll' diff --git a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 index 040f5079b4d7..2f8a3b5494d0 100644 --- a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 +++ b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll', diff --git a/src/ResourceMover/Az.ResourceMover.psd1 b/src/ResourceMover/Az.ResourceMover.psd1 index 841cb2b2bd54..ffad10aca697 100644 --- a/src/ResourceMover/Az.ResourceMover.psd1 +++ b/src/ResourceMover/Az.ResourceMover.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ResourceMover.private.dll' diff --git a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs index b1f75d46eb6f..3a40007975ab 100644 --- a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs +++ b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e8f34267-c461-4eae-b156-5f3528553d10")] -[assembly: AssemblyVersion("4.4.0")] -[assembly: AssemblyFileVersion("4.4.0")] +[assembly: AssemblyVersion("4.4.1")] +[assembly: AssemblyFileVersion("4.4.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.MachineLearning.Test")] diff --git a/src/Resources/Resources/Az.Resources.psd1 b/src/Resources/Resources/Az.Resources.psd1 index 3f8081546726..5f55d4c2ca91 100644 --- a/src/Resources/Resources/Az.Resources.psd1 +++ b/src/Resources/Resources/Az.Resources.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/4/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.4.0' +ModuleVersion = '4.4.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -197,10 +197,11 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added a clearer error message for a case in which TemplateUri do not accept bicep file. -* Fixed typos with ManagementGroups breaking change descriptions [#15819]. -* Fixed resource tags casing issue - resource tags casing not being preserved. -* Updated to Microsoft.Azure.Management.Authorization 2.13.0-preview.' + ReleaseNotes = '* Fixed a bug about the exitcode of Bicep [#16055] +* Added breaking change warnings for AAD cmdlets +* Added property ''UIFormDefinition'' to Template Spec Versions, ''Export-AzTemplateSpec'' will now include a Template Spec Version''s UIFormDefinition (if any) as part of the export. +* Added error catching for role assignment creation fail while creating a Service Principal +* Performance improvement for Get-AzPolicyAlias when -NamespaceMatch matches a single RP namespace' # Prerelease string of this module # Prerelease = '' diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md index 4a37afe9723f..ede15d2eacf6 100644 --- a/src/Resources/Resources/ChangeLog.md +++ b/src/Resources/Resources/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 4.4.1 * Fixed a bug about the exitcode of Bicep [#16055] * Added breaking change warnings for AAD cmdlets * Added property `UIFormDefinition` to Template Spec Versions, `Export-AzTemplateSpec` will now include a Template Spec Version's UIFormDefinition (if any) as part of the export. diff --git a/src/Resources/Resources/Properties/AssemblyInfo.cs b/src/Resources/Resources/Properties/AssemblyInfo.cs index 83684ece35ce..36fa0a83dce4 100644 --- a/src/Resources/Resources/Properties/AssemblyInfo.cs +++ b/src/Resources/Resources/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")] -[assembly: AssemblyVersion("4.4.0")] -[assembly: AssemblyFileVersion("4.4.0")] +[assembly: AssemblyVersion("4.4.1")] +[assembly: AssemblyFileVersion("4.4.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/Resources/Tags/Properties/AssemblyInfo.cs b/src/Resources/Tags/Properties/AssemblyInfo.cs index af99263a843f..6aabab96ab1e 100644 --- a/src/Resources/Tags/Properties/AssemblyInfo.cs +++ b/src/Resources/Tags/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")] -[assembly: AssemblyVersion("4.4.0")] -[assembly: AssemblyFileVersion("4.4.0")] +[assembly: AssemblyVersion("4.4.1")] +[assembly: AssemblyFileVersion("4.4.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/Search/Search/Az.Search.psd1 b/src/Search/Search/Az.Search.psd1 index 661d12a3b070..04fb2d993bd1 100644 --- a/src/Search/Search/Az.Search.psd1 +++ b/src/Search/Search/Az.Search.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Search.dll' diff --git a/src/Security/Security/Az.Security.psd1 b/src/Security/Security/Az.Security.psd1 index 190437fe3899..9bf0156eccfa 100644 --- a/src/Security/Security/Az.Security.psd1 +++ b/src/Security/Security/Az.Security.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 7/2/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.0.1' +ModuleVersion = '1.1.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Security/Security/ChangeLog.md b/src/Security/Security/ChangeLog.md index a21de2daf548..fb76f0e7e2e4 100644 --- a/src/Security/Security/ChangeLog.md +++ b/src/Security/Security/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 1.1.1 * Updated Security .NET SDK package reference to version 3.0.0 ## Version 1.0.0 diff --git a/src/Security/Security/Properties/AssemblyInfo.cs b/src/Security/Security/Properties/AssemblyInfo.cs index de72efc3eb15..8dd3e5e81865 100644 --- a/src/Security/Security/Properties/AssemblyInfo.cs +++ b/src/Security/Security/Properties/AssemblyInfo.cs @@ -45,5 +45,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.1")] -[assembly: AssemblyFileVersion("1.0.1")] +[assembly: AssemblyVersion("1.1.1")] +[assembly: AssemblyFileVersion("1.1.1")] diff --git a/src/SecurityInsights/SecurityInsights/Az.SecurityInsights.psd1 b/src/SecurityInsights/SecurityInsights/Az.SecurityInsights.psd1 index 69f417f22667..296f04fdc738 100644 --- a/src/SecurityInsights/SecurityInsights/Az.SecurityInsights.psd1 +++ b/src/SecurityInsights/SecurityInsights/Az.SecurityInsights.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SecurityInsights.dll' diff --git a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 index 4e675e558f05..9f416c687bb0 100644 --- a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 +++ b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/17/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.5.0' +ModuleVersion = '1.6.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -139,7 +139,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed that ''New-AzServiceBusAuthorizationRuleSASToken'' returns invalid token. [#12975]' + ReleaseNotes = '* Added support for ZoneRedundant and optional switch parameter ''DisableLocalAuth'' to ''New-AzServiceBusNamespace'' and ''Set-AzServiceBusNamespace'' ' # Prerelease string of this module # Prerelease = '' diff --git a/src/ServiceBus/ServiceBus/ChangeLog.md b/src/ServiceBus/ServiceBus/ChangeLog.md index 7f57d0fcad31..004c8f31d622 100644 --- a/src/ServiceBus/ServiceBus/ChangeLog.md +++ b/src/ServiceBus/ServiceBus/ChangeLog.md @@ -19,6 +19,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.6.0 * Added support for ZoneRedundant and optional switch parameter 'DisableLocalAuth' to `New-AzServiceBusNamespace` and `Set-AzServiceBusNamespace` ## Version 1.5.0 diff --git a/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs b/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs index dc6e8615e43a..fe6c22669e07 100644 --- a/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs +++ b/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("3ea250fe-7987-426b-8ca0-2dd65deda73c")] -[assembly: AssemblyVersion("1.5.0")] -[assembly: AssemblyFileVersion("1.5.0")] +[assembly: AssemblyVersion("1.6.0")] +[assembly: AssemblyFileVersion("1.6.0")] diff --git a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 index d5a8951f996d..979e19432acd 100644 --- a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 +++ b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll', diff --git a/src/SignalR/SignalR.Autorest/Az.SignalR.psd1 b/src/SignalR/SignalR.Autorest/Az.SignalR.psd1 index 9e3adedac98b..5a44cfc41e27 100644 --- a/src/SignalR/SignalR.Autorest/Az.SignalR.psd1 +++ b/src/SignalR/SignalR.Autorest/Az.SignalR.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.SignalR.private.dll' diff --git a/src/SignalR/SignalR.Autorest/Properties/AssemblyInfo.cs b/src/SignalR/SignalR.Autorest/Properties/AssemblyInfo.cs index 2f82b4bf2d91..760aed533099 100644 --- a/src/SignalR/SignalR.Autorest/Properties/AssemblyInfo.cs +++ b/src/SignalR/SignalR.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("c2c5764f-91b3-49ce-8512-edcb4c6c02b5")] -[assembly: AssemblyVersion("1.3.0")] -[assembly: AssemblyFileVersion("1.3.0")] +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0")] diff --git a/src/SignalR/SignalR/Az.SignalR.psd1 b/src/SignalR/SignalR/Az.SignalR.psd1 index 5093b7ec08d5..b6dfcd065ac3 100644 --- a/src/SignalR/SignalR/Az.SignalR.psd1 +++ b/src/SignalR/SignalR/Az.SignalR.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/27/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.3.0' +ModuleVersion = '1.4.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -119,14 +119,20 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Changed to ''Allow'' and ''Deny'' parameters of ''Update-AzSignalRNetworkAcl'' cmdlet: - - Accepted ''Trace'' as a valid value. - - Accepted ''@()'' as empty collection to clear the list. -* Supported ''ResourceGroupCompleter'' and ''ResourceNameCompleter'' in the applicable cmdlets. -* Deprecated the ''HostNamePrefix'' property of output type ''PSSignalRResource'' of following cmdlets: - - ''Get-AzSignalR'' - - ''New-AzSignalR'' - - ''Update-AzSignalR''' + ReleaseNotes = '* Added Web PubSub cmdlets + - ''New-AzWebPubSub'' + - ''Get-AzWebPubSub'' + - ''Update-AzWebPubSub'' + - ''Restart-AzWebPubSub'' + - ''Remove-AzWebPubSub'' + - ''New-AzWebPubSubHub'' + - ''Get-AzWebPubSubHub'' + - ''Remove-AzWebPubSubHub'' + - ''New-AzWebPubSubKey'' + - ''Get-AzWebPubSubKey'' + - ''Get-AzWebPubSubSku'' + - ''Get-AzWebPubSubUsage'' + - ''Test-AzWebPubSubNameAvailability''' # Prerelease string of this module # Prerelease = '' diff --git a/src/SignalR/SignalR/ChangeLog.md b/src/SignalR/SignalR/ChangeLog.md index e0af5a643847..29f58b43410f 100644 --- a/src/SignalR/SignalR/ChangeLog.md +++ b/src/SignalR/SignalR/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.4.0 * Added Web PubSub cmdlets - `New-AzWebPubSub` - `Get-AzWebPubSub` diff --git a/src/SignalR/SignalR/Properties/AssemblyInfo.cs b/src/SignalR/SignalR/Properties/AssemblyInfo.cs index fa03bb0f4d48..51dda5198a84 100644 --- a/src/SignalR/SignalR/Properties/AssemblyInfo.cs +++ b/src/SignalR/SignalR/Properties/AssemblyInfo.cs @@ -46,5 +46,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.0")] -[assembly: AssemblyVersion("1.3.0")] -[assembly: AssemblyFileVersion("1.3.0")] +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0")] diff --git a/src/SpringCloud/Az.SpringCloud.psd1 b/src/SpringCloud/Az.SpringCloud.psd1 index 6e2444fa4ec1..755e9a00da37 100644 --- a/src/SpringCloud/Az.SpringCloud.psd1 +++ b/src/SpringCloud/Az.SpringCloud.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.SpringCloud.private.dll' diff --git a/src/Sql/Sql/Az.Sql.psd1 b/src/Sql/Sql/Az.Sql.psd1 index 22689da38739..6278d8b3a7f0 100644 --- a/src/Sql/Sql/Az.Sql.psd1 +++ b/src/Sql/Sql/Az.Sql.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Sql.dll', diff --git a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 index effffbd76a8a..2df34426c65b 100644 --- a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 +++ b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SqlVirtualMachine.dll' diff --git a/src/StackEdge/StackEdge/Az.StackEdge.psd1 b/src/StackEdge/StackEdge/Az.StackEdge.psd1 index f76e7b227ed9..04f15c65e2f5 100644 --- a/src/StackEdge/StackEdge/Az.StackEdge.psd1 +++ b/src/StackEdge/StackEdge/Az.StackEdge.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBoxEdge.dll' diff --git a/src/StackHCI/Az.StackHCI.psd1 b/src/StackHCI/Az.StackHCI.psd1 index a81254c3398b..d6f5f439a25d 100644 --- a/src/StackHCI/Az.StackHCI.psd1 +++ b/src/StackHCI/Az.StackHCI.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2021/7/29 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.StackHCI.psm1' # Version number of this module. -ModuleVersion = '0.9.0' +ModuleVersion = '0.9.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() @@ -108,8 +108,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Made changes to show Arc not supported error on 20H2 only if intent to enable Arc is specified by user. - - Show Arc not supported error on 20H2 only if -EnableAzureArc:True is specified in registration Cmdlet.' + ReleaseNotes = '* Added Support for AzureUSGovernment cloud + - EnvironmentName parameter in Register-AzStackHCI, Unregister-AzStackHCI and Test-AzStackHCIConnection now supports a new value ''AzureUSGovernment''' # Prerelease string of this module # Prerelease = '' diff --git a/src/StackHCI/ChangeLog.md b/src/StackHCI/ChangeLog.md index 2c75c801afa8..21930bf3129f 100644 --- a/src/StackHCI/ChangeLog.md +++ b/src/StackHCI/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.9.1 * Added Support for AzureUSGovernment cloud - EnvironmentName parameter in Register-AzStackHCI, Unregister-AzStackHCI and Test-AzStackHCIConnection now supports a new value "AzureUSGovernment" ## Version 0.9.0 diff --git a/src/StackHCI/Properties/AssemblyInfo.cs b/src/StackHCI/Properties/AssemblyInfo.cs index 796b9a60b57f..47bef8223a41 100644 --- a/src/StackHCI/Properties/AssemblyInfo.cs +++ b/src/StackHCI/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("8853A329-2E41-4A6A-808B-9D1170A5BBB4")] -[assembly: AssemblyVersion("0.9.0")] -[assembly: AssemblyFileVersion("0.9.0")] +[assembly: AssemblyVersion("0.9.1")] +[assembly: AssemblyFileVersion("0.9.1")] diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1 index a854c008de9b..73e1710d97d8 100644 --- a/src/Storage/Storage.Management/Az.Storage.psd1 +++ b/src/Storage/Storage.Management/Az.Storage.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Storage.dll', diff --git a/src/StorageSync/StorageSync/Az.StorageSync.psd1 b/src/StorageSync/StorageSync/Az.StorageSync.psd1 index 4b284bd4e1a8..63655433b885 100644 --- a/src/StorageSync/StorageSync/Az.StorageSync.psd1 +++ b/src/StorageSync/StorageSync/Az.StorageSync.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StorageSync.dll', diff --git a/src/StreamAnalytics/Az.StreamAnalytics.psd1 b/src/StreamAnalytics/Az.StreamAnalytics.psd1 index a50ea9f6c208..668ab8fec6ec 100644 --- a/src/StreamAnalytics/Az.StreamAnalytics.psd1 +++ b/src/StreamAnalytics/Az.StreamAnalytics.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.StreamAnalytics.private.dll' diff --git a/src/Subscription/Subscription/Az.Subscription.psd1 b/src/Subscription/Subscription/Az.Subscription.psd1 index 5bab5cc0c596..1cd6bc4dbe09 100644 --- a/src/Subscription/Subscription/Az.Subscription.psd1 +++ b/src/Subscription/Subscription/Az.Subscription.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Subscription.dll' diff --git a/src/Support/Support/Az.Support.psd1 b/src/Support/Support/Az.Support.psd1 index 45b533ac927c..4dfdd5d98694 100644 --- a/src/Support/Support/Az.Support.psd1 +++ b/src/Support/Support/Az.Support.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Support.dll' diff --git a/src/Synapse/Synapse.Autorest/Az.Synapse.psd1 b/src/Synapse/Synapse.Autorest/Az.Synapse.psd1 index 3f93fee54e37..d4ea8ecea9bc 100644 --- a/src/Synapse/Synapse.Autorest/Az.Synapse.psd1 +++ b/src/Synapse/Synapse.Autorest/Az.Synapse.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Synapse.private.dll' diff --git a/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs b/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs index 6206badfa09b..37a799de3d38 100644 --- a/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs +++ b/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5d7a7ddc-7a46-429d-bc2a-3edcc831ca5a")] -[assembly: AssemblyVersion("0.17.0")] -[assembly: AssemblyFileVersion("0.17.0")] +[assembly: AssemblyVersion("0.18.0")] +[assembly: AssemblyFileVersion("0.18.0")] diff --git a/src/Synapse/Synapse/Az.Synapse.psd1 b/src/Synapse/Synapse/Az.Synapse.psd1 index f4941e44d10e..857effbe7902 100644 --- a/src/Synapse/Synapse/Az.Synapse.psd1 +++ b/src/Synapse/Synapse/Az.Synapse.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/27/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.17.0' +ModuleVersion = '0.18.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -61,7 +61,7 @@ RequiredAssemblies = 'Microsoft.Azure.Management.Synapse.dll', 'Azure.Analytics.Synapse.AccessControl.dll', 'Azure.Analytics.Synapse.Artifacts.dll', 'Azure.Analytics.Synapse.ManagedPrivateEndpoints.dll', - 'Microsoft.DataTransfer.Gateway.Encryption.dll', + 'Microsoft.DataTransfer.Gateway.Encryption.dll', 'Synapse.Autorest\bin\Az.Synapse.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. @@ -71,10 +71,12 @@ RequiredAssemblies = 'Microsoft.Azure.Management.Synapse.dll', # TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = 'Synapse.format.ps1xml', 'Synapse.Autorest\Az.Synapse.format.ps1xml' +FormatsToProcess = 'Synapse.format.ps1xml', + 'Synapse.Autorest\Az.Synapse.format.ps1xml' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess -NestedModules = @('Az.Synapse.psm1','Synapse.Autorest\Az.Synapse.psm1') +NestedModules = @('Az.Synapse.psm1', + 'Synapse.Autorest\Az.Synapse.psm1') # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = 'Add-AzSynapseKustoPoolLanguageExtension', 'Get-AzSynapseKustoPool', @@ -268,20 +270,35 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added cmdlets for Synapse Integration Runtime - - Added ''Start-AzSynapseIntegrationRuntime'' cmdlet - - Added ''Stop-AzSynapseIntegrationRuntime'' cmdlet -* Added cmdlets for Synapse trigger run - - Added ''Stop-AzSynapseTriggerRun'' cmdlet - - Added ''Invoke-AzSynapseTriggerRun'' cmdlet -* Added ''New-AzSynapseLinkedServiceEncryptedCredential'' cmdlet to encrypt credential in linked service -* Upgraded some package version - - Upgraded Azure.Analytics.Synapse.AccessControl to 1.0.0-preview.5 - - Upgraded Azure.Analytics.Synapse.ManagedPrivateEndpoints to 1.0.0-beta.5 - - Upgraded Azure.Analytics.Synapse.Spark to 1.0.0-preview.7 - - Upgraded Microsoft.Azure.Management.Synapse to 2.2.0-preview -* Updated ''New-AzSynapseSparkPool'' and ''Update-AzSynapseSparkPool'' to support for uploading spark configuration properties file by ''SparkConfigFilePath'' -* Updated ''Restore-AzSynapseSqlPool'' to support for restoring SQL pool from a backup of a deleted SQL pool.' + ReleaseNotes = '* Added cmdlets for Synapse Kusto pool + - Added ''Get/New/Remove/Update/Start/Stop-AzSynapseKustoPool'' cmdlet + - Added ''Get-AzSynapseKustoPoolSku'' cmdlet +* Added cmdlets for Synapse Kusto pool language extension + - Added ''Add/Remove/Get-AzSynapseKustoPoolLanguageExtension'' cmdlet +* Added cmdlets for Synapse Kusto pool principal assignment + - Added ''Get/New/Remove-AzSynapseKustoPoolPrincipalAssignment'' cmdlet +* Added ''Get-AzSynapseKustoPoolFollowerDatabase'' cmdlet +* Added ''Invoke-AzSynapseDetachKustoPoolFollowerDatabase'' cmdlet +* Added cmdlets for Synapse Kusto database + - Added ''Get/New/Remove/Update-AzSynapseKustoPoolDatabase'' cmdlet +* Added cmdlets for Synapse Kusto database principal assignment + - Added ''Get/New/Remove-AzSynapseKustoPoolDatabasePrincipalAssignment'' cmdlet +* Added cmdlets for Synapse Kusto data connection + - Added ''Get/New/Remove/Update-AzSynapseKustoPoolDataConnection'' cmdlet +* Added cmdlets for Synapse Kusto pool attached database configuration + - Added ''Get/New/Remove-AzSynaspeKustoPoolAttachedDatabaseConfiguration'' cmdlet +* Added support for Synapse data flow debug session + - Added ''Start-AzSynapseDataFlowDebugSession'' cmdlet to start a Synapse Analytics data flow debug session. + - Added ''Add-AzSynapseDataFlowDebugSessionPackage'' cmdlet + - Added ''Invoke-AzSynapseDataFlowDebugSessionCommand'' cmdlet + - Added ''Get-AzSynapseDataFlowDebugSession'' cmdlet + - Added ''Stop-AzSynapseDataFlowDebugSession''cmdlet to Stop a data flow debug session by ''SessionId'' +* Fixed the format of notebook file exported by ''Export-AzSynapseNotebook'' +* Added support for Synapse sql script + - Added ''Get-AzSynapseSqlScript'' cmdlet + - Added ''Remove-AzSynapseSqlScript'' cmdlet + - Added ''Export-AzSynapseSqlScript'' cmdlet + - Added ''Set-AzSynapseSqlScript'' cmdlet' # Prerelease string of this module # Prerelease = '' diff --git a/src/Synapse/Synapse/ChangeLog.md b/src/Synapse/Synapse/ChangeLog.md index ad9bac2e011c..6d81d803f7c0 100644 --- a/src/Synapse/Synapse/ChangeLog.md +++ b/src/Synapse/Synapse/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 0.18.0 * Added cmdlets for Synapse Kusto pool - Added `Get/New/Remove/Update/Start/Stop-AzSynapseKustoPool` cmdlet - Added `Get-AzSynapseKustoPoolSku` cmdlet diff --git a/src/Synapse/Synapse/Properties/AssemblyInfo.cs b/src/Synapse/Synapse/Properties/AssemblyInfo.cs index ed75c3f72732..500f85063b96 100644 --- a/src/Synapse/Synapse/Properties/AssemblyInfo.cs +++ b/src/Synapse/Synapse/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ // by using the '*' as shown below: -[assembly: AssemblyVersion("0.17.0")] -[assembly: AssemblyFileVersion("0.17.0")] +[assembly: AssemblyVersion("0.18.0")] +[assembly: AssemblyFileVersion("0.18.0")] diff --git a/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 b/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 index 92b2b0a12268..1842847458ea 100644 --- a/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 +++ b/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.TimeSeriesInsights.private.dll' diff --git a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 index 8178a70274c2..ba12a6c53d2f 100644 --- a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 +++ b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.TrafficManager.dll' diff --git a/src/VMware/Az.VMware.psd1 b/src/VMware/Az.VMware.psd1 index 9ac2274eb8a5..1c340e90f221 100644 --- a/src/VMware/Az.VMware.psd1 +++ b/src/VMware/Az.VMware.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.VMware.private.dll' diff --git a/src/Websites/Websites/Az.Websites.psd1 b/src/Websites/Websites/Az.Websites.psd1 index 1595675b709d..75fe8a71c750 100644 --- a/src/Websites/Websites/Az.Websites.psd1 +++ b/src/Websites/Websites/Az.Websites.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Websites.dll', diff --git a/src/WindowsIotServices/Az.WindowsIotServices.psd1 b/src/WindowsIotServices/Az.WindowsIotServices.psd1 index 56a76295dec4..bb35acedc1ca 100644 --- a/src/WindowsIotServices/Az.WindowsIotServices.psd1 +++ b/src/WindowsIotServices/Az.WindowsIotServices.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.WindowsIotServices.private.dll' diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index 3b73d4b43d3b..03a189c15249 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/4/2021 +# Generated on: 10/28/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '6.5.0' +ModuleVersion = '6.6.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -52,41 +52,41 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }, +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }, @{ModuleName = 'Az.Advisor'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Aks'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'Az.Aks'; RequiredVersion = '2.5.0'; }, @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; }, - @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '2.3.0'; }, + @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '2.3.1'; }, @{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.2.0'; }, @{ModuleName = 'Az.Attestation'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.7.1'; }, - @{ModuleName = 'Az.Batch'; RequiredVersion = '3.1.0'; }, + @{ModuleName = 'Az.Batch'; RequiredVersion = '3.1.1'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.8.1'; }, @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.9.0'; }, - @{ModuleName = 'Az.Compute'; RequiredVersion = '4.17.1'; }, + @{ModuleName = 'Az.Compute'; RequiredVersion = '4.18.0'; }, @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '2.1.0'; }, @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '2.2.3'; }, - @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.3.1'; }, + @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.4.0'; }, @{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Databricks'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.15.0'; }, + @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.16.0'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.0'; }, @{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '3.0.0'; }, + @{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '3.1.0'; }, @{ModuleName = 'Az.DeploymentManager'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.3.0'; }, - @{ModuleName = 'Az.EventHub'; RequiredVersion = '1.8.0'; }, + @{ModuleName = 'Az.EventHub'; RequiredVersion = '1.9.0'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.9.0'; }, - @{ModuleName = 'Az.Functions'; RequiredVersion = '3.1.0'; }, + @{ModuleName = 'Az.Functions'; RequiredVersion = '3.1.1'; }, @{ModuleName = 'Az.HDInsight'; RequiredVersion = '4.3.0'; }, @{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '1.3.1'; }, - @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.3'; }, - @{ModuleName = 'Az.KeyVault'; RequiredVersion = '3.6.0'; }, + @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.4'; }, + @{ModuleName = 'Az.KeyVault'; RequiredVersion = '3.6.1'; }, @{ModuleName = 'Az.Kusto'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.5.0'; }, @{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; }, @@ -94,25 +94,25 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; }, @{ModuleName = 'Az.ManagedServices'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.Media'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Migrate'; RequiredVersion = '1.1.1'; }, + @{ModuleName = 'Az.Migrate'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.Monitor'; RequiredVersion = '2.7.0'; }, @{ModuleName = 'Az.Network'; RequiredVersion = '4.12.0'; }, @{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '2.3.0'; }, + @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '2.3.1'; }, @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.4.1'; }, @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; }, - @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '4.7.0'; }, - @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.5.0'; }, + @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '4.8.0'; }, + @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.5.1'; }, @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.Resources'; RequiredVersion = '4.4.0'; }, - @{ModuleName = 'Az.Security'; RequiredVersion = '1.0.1'; }, + @{ModuleName = 'Az.Resources'; RequiredVersion = '4.4.1'; }, + @{ModuleName = 'Az.Security'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.5.0'; }, + @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.6.0'; }, @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.0.1'; }, - @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.3.0'; }, + @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.4.0'; }, @{ModuleName = 'Az.Sql'; RequiredVersion = '3.5.1'; }, @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Storage'; RequiredVersion = '3.12.0'; }, @@ -176,103 +176,111 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '6.5.0 - October 2021 + ReleaseNotes = '6.6.0 - November 2021 Az.Accounts -* Supported getting the access token for Microsoft Graph. -* Added AuthorizeRequestDelegate to allow service module to adjust token audience. -* Utilized [AssemblyLoadContext](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext) to resolve assembly conflict issues in PowerShell. -* Updated Azure.Core from 1.16.0 to 1.19.0. +* Added new version of AAD service client using Microsoft Graph API -Az.Attestation -* General availability of ''Az.Attestation'' module +Az.Aks +* Added support for new parameters ''NetworkPolicy'', ''PodCidr'', ''ServiceCidr'', ''DnsServiceIP'', ''DockerBridgeCidr'', ''NodePoolLabel'', ''AksCustomHeader'' in ''New-AzAksCluster''. [#13795] +* Added warnings of upcoming breaking change of migrating to Microsoft Graph. +* Added support for changing the number of nodes in a node pool. [#12379] -Az.Cdn -* Fixed null reference exception and typos in ''New-AzFrontDoorCdnRule'' cmdlet +Az.ApiManagement +* Fixed a bug in ''Get-AzApiManagementTenantGitAccess'' cmdlet. + +Az.Batch +* Removed assembly ''System.Text.Encodings.Web.dll'' [#16062] Az.Compute -* Updated Compute .NET SDK package reference to version 49.1.0 -* Fixed a bug in ''Get-AzVM'' that caused incorrect power status output. +* Added cmdlets for adding VMGalleryApplication property to VM/VMSS + - New-AzVmGalleryApplication + - New-AzVmssGalleryApplication + - Add-AzVmGalleryApplication + - Add-AzVmssGalleryApplication + - Remove-AzVmGalleryApplication + - Remove-AzVmssGalleryApplication +* Added support for proxy and debug settings for VM Extension for SAP (AEM) +* Updated New-AzGalleryImageVersion to take in the ''Encryption'' property correctly from ''-TargetRegion'' parameter. +* Updated Set-AzVmBootDiagnostic to default to managed storage account if not provided. +* Edited New-AzVmss defaulting behavior when ''OrchestrationMode'' is set to Flexible. + - Removed NAT Pool. + - Removed UpgradePolicy. Throws an error if provided. + - SinglePlacementGroup must be false. Throws an error if true. + - Networking Profile''s API version is 2020-11-01 or later. + - Networking Profile IP Configurations Primary property is set to true. + +Az.CosmosDB +* Introduced Get-AzCosmosDBMongoDBBackupInformation to retrieve latest backup information for MongoDB. +* Updated New-AzCosmosDBAccount, Update-AzCosmosDBAccount to accept BackupStorageRedundancy +* Introduced Get-AzCosmosDBLocation to list Azure CosmosDB Account and its locations properties. Az.DataFactory -* Added a DataFlowEnableQuickReuse argument for the ''Set-AzDataFactoryV2IntegrationRuntime'' cmdlet to enable quick reuse of clusters in next pipeline activities. -* Updated ADF .Net SDK version to 4.25.0 -* Added a VNetInjectionMethod argument for the ''Set-AzDataFactoryV2IntegrationRuntime'' cmdlet to support the express virtual network injection of Azure-SSIS Integration Runtime. +* Added PublicNetworkAccess to Update_AzDataFactoryV2 Command +* Updated ADF .Net SDK version to 4.26.0 + +Az.DesktopVirtualization +* Upgraded api version to 2021-07-12. + +Az.EventHub +* Added support for Premium sku and namesapce and optional switch parameter ''DisableLocalAuth'' to ''New-AzEventHubNamespace'' and ''Set-AzEventHubNamespace'' + +Az.Functions +* Enabled function app creation for Functions V4 stacks [#15919] -Az.FrontDoor -* Allowed rule engine action creation without RouteConfigurationOverride for ''New-AzFrontDoorRulesEngineActionObject''. -* Fixed DynamicCompression parameter being ignored issue of ''New-AzFrontDoorRulesEngineActionObject''. +Az.IotHub +* Updated IoT Hub Management SDK to version 4.1.0 (api-version 2021-07-10) Az.KeyVault -* Supported custom role definitions on managed HSM: - - Create via ''New-AzKeyVaultRoleDefinition'', - - Delete via ''Remove-AzKeyVaultRoleDefinition'', - - Filter all custom roles via ''Get-AzKeyVaultRoleDefinition -Custom''. -* Supported Encrypt/Decrypt/Wrap/Unwrap using keys [#15679] -* Enabled managing resources in other subscriptions without switching the context by adding ''-Subscription ''. - -Az.Maintenance -* Added Guest patch maintenance support. - -Az.Network -* Support for Sku, ScaleUnits parameters of BastionHost resource. - - ''New-AzBastion'' - - ''Set-AzBastion'' -* Onboard Azure Resource Manager to Private Link Common Cmdlets -* Updated cmdlets to add properties to enable/disable BgpRouteTranslationForNat for VpnGateway. - - ''New-AzVpnGateway'' - - ''Update-AzVpnGateway'' -* Updated cmdlet to add property to disable InternetSecurity for P2SVpnGateway. - - ''New-AzP2sVpnGateway'' -* Added new cmdlets for HubBgpConnection child resource of VirtualHub. - - ''Get-AzVirtualHubBgpConnection'' - - ''New-AzVirtualHubBgpConnection'' - - ''Update-AzVirtualHubBgpConnection'' - - ''Remove-AzVirtualHubBgpConnection'' -* Onboard Azure HDInsight to Private Link Common Cmdlets +* Added warning message of upcoming breaking change to ''New-AzKeyVaultRoleDefinition'' and ''Get-AzKeyVaultRoleDefinition''. + - To comply with the syntax of ''New-AzRoleDefinition'' and ''Get-AzRoleDefinition'' we are going to rename some of the properties of ''PSKeyVaultPermission'' model, which might affect these two cmdlets. +* Added warnings of upcoming breaking change of migrating to Microsoft Graph. + +Az.Migrate +* Added check for invalid IP address + +Az.OperationalInsights +* Fixed a bug in ''Set-AzOperationalInsightsLinkedService: when linked service does not exist, perform create(update) instead of failing'' Az.RecoveryServices -* Azure Site Recovery bug fixes for VMware to Azure Reprotect, Update policy and Disable scenarios. -* Azure Backup added the support for UserAssigned MSI in RecoveryServices Vault. +* Azure Backup fixed issues with StorageConfig +* Azure Backup added NodesList and AutoProtectionPolicy to Get-AzRecoveryServicesBackupProtectableItem Cmdlets. +* Azure Backup fixed GetItemsForContainerParamSet to support fetching the MAB backup item. +* Azure Backup fixed Get-AzRecoveryServicesBackupContainer to support BackupManagementType MAB instead of MARS. +* Added breaking change warning: ''Get-AzRecoveryServicesBackupJob'', ''Get-AzRecoveryServicesBackupContainer'' and ''Get-AzRecoveryServicesBackupProtectableItem'' commands will only support ''BackupManagementType MAB'' instead of ''MARS'' alias, changes will take effect from upcoming breaking release. +* Added support for ZRS disk type for Azure to Azure replication. +* Added Availability zone information in replicated protected item response for Azure to Azure replication. + +Az.RedisCache +* Created new examples in documentation of ''New-AzRedisCache'' and ''Set-AzRedisCache''. Az.Resources -* Added a clearer error message for a case in which TemplateUri do not accept bicep file. -* Fixed typos with ManagementGroups breaking change descriptions [#15819]. -* Fixed resource tags casing issue - resource tags casing not being preserved. -* Updated to Microsoft.Azure.Management.Authorization 2.13.0-preview. - -Az.Sql -* Fixed ''Get-AzSqlDatabaseImportExportStatus'' to report the error encountered - -Az.Storage -* Upgraded Azure.Storage.Blobs to 12.10.0 -* Upgraded Azure.Storage.Files.Shares to 12.8.0 -* Upgraded Azure.Storage.Files.DataLake to 12.8.0 -* Upgraded Azure.Storage.Queues to 12.8.0 -* Supported upgrade storage account to enable HierarchicalNamespace - - ''Invoke-AzStorageAccountHierarchicalNamespaceUpgrade'' - - ''Stop-AzStorageAccountHierarchicalNamespaceUpgrade'' -* Supported AccessTierInferred, Tags in blob inventory policy schema - - ''New-AzStorageBlobInventoryPolicyRule'' -* Supported create/update storage account with PublicNetworkAccess enabled/disabled - - ''New-AzStorageAccount'' - - ''Set-AzStorageAccount'' -* Supported create/update storage blob container with RootSquash - - ''New-AzRmStorageContainer'' - - ''Update-AzRmStorageContainer'' -* Supported AllowProtectedAppendWriteAll in set container Immutability Policy, and add container LegalHold - - ''Set-AzRmStorageContainerImmutabilityPolicy'' - - ''Add-AzRmStorageContainerLegalHold'' - -Az.StorageSync -* Fixed a bug where not all properties of PSSyncSessionStatus and PSSyncActivityStatus objects were being populated properly. -* This affected the ''Get-AzStorageSyncServerEndpoint'' cmdlet when trying to access the following properties of the output: - - SyncStatus.UploadStatus - - SyncStatus.DownloadStatus - - SyncStatus.UploadActivity - - SyncStatus.DownloadActivity - -Az.Websites -* Updated ''Import-AzWebAppKeyVaultCertificate1'' to set the default name with combination of keyvault name and cert name +* Fixed a bug about the exitcode of Bicep [#16055] +* Added breaking change warnings for AAD cmdlets +* Added property ''UIFormDefinition'' to Template Spec Versions, ''Export-AzTemplateSpec'' will now include a Template Spec Version''s UIFormDefinition (if any) as part of the export. +* Added error catching for role assignment creation fail while creating a Service Principal +* Performance improvement for Get-AzPolicyAlias when -NamespaceMatch matches a single RP namespace + +Az.Security +* Updated Security .NET SDK package reference to version 3.0.0 + +Az.ServiceBus +* Added support for ZoneRedundant and optional switch parameter ''DisableLocalAuth'' to ''New-AzServiceBusNamespace'' and ''Set-AzServiceBusNamespace'' + +Az.SignalR +* Added Web PubSub cmdlets + - ''New-AzWebPubSub'' + - ''Get-AzWebPubSub'' + - ''Update-AzWebPubSub'' + - ''Restart-AzWebPubSub'' + - ''Remove-AzWebPubSub'' + - ''New-AzWebPubSubHub'' + - ''Get-AzWebPubSubHub'' + - ''Remove-AzWebPubSubHub'' + - ''New-AzWebPubSubKey'' + - ''Get-AzWebPubSubKey'' + - ''Get-AzWebPubSubSku'' + - ''Get-AzWebPubSubUsage'' + - ''Test-AzWebPubSubNameAvailability'' ' # Prerelease string of this module diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index d42cc283cc7d..729c1705c915 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '6.5.0' +ModuleVersion = '6.6.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -52,41 +52,42 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; }, +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; }, @{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.Advisor'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Aks'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'Az.Aks'; RequiredVersion = '2.5.0'; }, @{ModuleName = 'Az.AlertsManagement'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; }, - @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '2.3.0'; }, + @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '2.3.1'; }, @{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.2.0'; }, @{ModuleName = 'Az.Attestation'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.7.1'; }, - @{ModuleName = 'Az.Batch'; RequiredVersion = '3.1.0'; }, + @{ModuleName = 'Az.Batch'; RequiredVersion = '3.1.1'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Blockchain'; RequiredVersion = '0.4.0'; }, @{ModuleName = 'Az.Blueprint'; RequiredVersion = '0.4.0'; }, - @{ModuleName = 'Az.BotService'; RequiredVersion = '0.3.1'; }, + @{ModuleName = 'Az.BotService'; RequiredVersion = '0.3.2'; }, @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.8.1'; }, @{ModuleName = 'Az.ChangeAnalysis'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.CloudService'; RequiredVersion = '0.5.0'; }, @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.9.0'; }, @{ModuleName = 'Az.Communication'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.Compute'; RequiredVersion = '4.17.1'; }, + @{ModuleName = 'Az.Compute'; RequiredVersion = '4.18.0'; }, @{ModuleName = 'Az.Confluent'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '2.1.0'; }, @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '2.2.3'; }, - @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.3.1'; }, + @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.4.0'; }, @{ModuleName = 'Az.CostManagement'; RequiredVersion = '0.2.0'; }, + @{ModuleName = 'Az.CustomLocation'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.CustomProviders'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.DataBox'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Databricks'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Datadog'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.15.0'; }, + @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.16.0'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.0'; }, @{ModuleName = 'Az.DataMigration'; RequiredVersion = '0.7.4'; }, @@ -94,18 +95,18 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; }, @{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.DedicatedHsm'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.DeploymentManager'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '3.0.0'; }, + @{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '3.1.0'; }, @{ModuleName = 'Az.DeviceProvisioningServices'; RequiredVersion = '0.10.0'; }, @{ModuleName = 'Az.DevSpaces'; RequiredVersion = '0.7.3'; }, @{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.DigitalTwins'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.DiskPool'; RequiredVersion = '0.2.0'; }, + @{ModuleName = 'Az.DiskPool'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.Elastic'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.3.0'; }, - @{ModuleName = 'Az.EventHub'; RequiredVersion = '1.8.0'; }, + @{ModuleName = 'Az.EventHub'; RequiredVersion = '1.9.0'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.9.0'; }, - @{ModuleName = 'Az.Functions'; RequiredVersion = '3.1.0'; }, + @{ModuleName = 'Az.Functions'; RequiredVersion = '3.1.1'; }, @{ModuleName = 'Az.GuestConfiguration'; RequiredVersion = '0.10.8'; }, @{ModuleName = 'Az.HanaOnAzure'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.HDInsight'; RequiredVersion = '4.3.0'; }, @@ -115,11 +116,12 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; }, @{ModuleName = 'Az.ImageBuilder'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.ImportExport'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.IotCentral'; RequiredVersion = '0.9.0'; }, - @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.3'; }, - @{ModuleName = 'Az.KeyVault'; RequiredVersion = '3.6.0'; }, - @{ModuleName = 'Az.KubernetesConfiguration'; RequiredVersion = '0.4.0'; }, + @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.4'; }, + @{ModuleName = 'Az.KeyVault'; RequiredVersion = '3.6.1'; }, + @{ModuleName = 'Az.KubernetesConfiguration'; RequiredVersion = '0.5.0'; }, @{ModuleName = 'Az.Kusto'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.5.0'; }, + @{ModuleName = 'Az.Logz'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; }, @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.2.0'; }, @{ModuleName = 'Az.ManagedServiceIdentity'; RequiredVersion = '0.7.3'; }, @@ -130,48 +132,48 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; }, @{ModuleName = 'Az.Marketplace'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.Media'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Migrate'; RequiredVersion = '1.1.1'; }, + @{ModuleName = 'Az.Migrate'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.MixedReality'; RequiredVersion = '0.1.4'; }, @{ModuleName = 'Az.Monitor'; RequiredVersion = '2.7.0'; }, @{ModuleName = 'Az.MonitoringSolutions'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.MySql'; RequiredVersion = '0.7.0'; }, - @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.7.0'; }, + @{ModuleName = 'Az.MySql'; RequiredVersion = '0.8.0'; }, + @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.8.0'; }, @{ModuleName = 'Az.Network'; RequiredVersion = '4.12.0'; }, @{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '2.3.0'; }, + @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '2.3.1'; }, @{ModuleName = 'Az.Peering'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.4.1'; }, @{ModuleName = 'Az.Portal'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.PostgreSql'; RequiredVersion = '0.7.0'; }, + @{ModuleName = 'Az.PostgreSql'; RequiredVersion = '0.8.0'; }, @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.ProviderHub'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.Purview'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '4.7.0'; }, - @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.5.0'; }, + @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '4.8.0'; }, + @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.5.1'; }, @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.Reservations'; RequiredVersion = '0.9.0'; }, @{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '0.11.0'; }, @{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.Resources'; RequiredVersion = '4.4.0'; }, + @{ModuleName = 'Az.Resources'; RequiredVersion = '4.4.1'; }, @{ModuleName = 'Az.Search'; RequiredVersion = '0.8.0'; }, - @{ModuleName = 'Az.Security'; RequiredVersion = '1.0.0'; }, + @{ModuleName = 'Az.Security'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.5.0'; }, + @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.6.0'; }, @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.0.1'; }, - @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.3.0'; }, + @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.4.0'; }, @{ModuleName = 'Az.SpringCloud'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.Sql'; RequiredVersion = '3.5.1'; }, @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.StackEdge'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.StackHCI'; RequiredVersion = '0.9.0'; }, + @{ModuleName = 'Az.StackHCI'; RequiredVersion = '0.9.1'; }, @{ModuleName = 'Az.Storage'; RequiredVersion = '3.12.0'; }, @{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.6.1'; }, @{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Subscription'; RequiredVersion = '0.8.0'; }, @{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.Synapse'; RequiredVersion = '0.17.0'; }, + @{ModuleName = 'Az.Synapse'; RequiredVersion = '0.18.0'; }, @{ModuleName = 'Az.TimeSeriesInsights'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.0.4'; }, @{ModuleName = 'Az.VMware'; RequiredVersion = '0.3.0'; }, diff --git a/tools/Docs/az-ps-latest.csv b/tools/Docs/az-ps-latest.csv index f8ba59b067d6..19afd4e9a0cf 100644 --- a/tools/Docs/az-ps-latest.csv +++ b/tools/Docs/az-ps-latest.csv @@ -1,126 +1,128 @@ -pac0,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Accounts,2.5.4 +pac0,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Accounts,2.6.1 pac1,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ADDomainServices,0.1.0 pac2,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Advisor,1.1.1 -pac3,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Aks,2.4.0 +pac3,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Aks,2.5.0 pac4,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.AlertsManagement,0.3.0 pac5,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.AnalysisServices,1.1.4 -pac6,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ApiManagement,2.3.0 +pac6,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ApiManagement,2.3.1 pac7,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.AppConfiguration,1.0.0 pac8,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ApplicationInsights,1.2.0 pac9,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Attestation,1.0.0 pac10,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Automation,1.7.1 -pac11,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Batch,3.1.0 +pac11,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Batch,3.1.1 pac12,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Billing,2.0.0 pac13,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Blockchain,0.4.0 pac14,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Blueprint,0.4.0 -pac15,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.BotService,0.3.1 +pac15,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.BotService,0.3.2 pac16,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Cdn,1.8.1 pac17,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ChangeAnalysis,0.1.0 pac18,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.CloudService,0.5.0 pac19,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.CognitiveServices,1.9.0 pac20,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Communication,0.1.0 -pac21,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Compute,4.17.1 +pac21,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Compute,4.18.0 pac22,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Confluent,0.2.0 pac23,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ConnectedKubernetes,0.2.0 pac24,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ConnectedMachine,0.2.0 pac25,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ContainerInstance,2.1.0 pac26,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ContainerRegistry,2.2.3 -pac27,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.CosmosDB,1.3.1 +pac27,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.CosmosDB,1.4.0 pac28,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.CostManagement,0.2.0 -pac29,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.CustomProviders,0.1.0 -pac30,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataBox,0.2.0 -pac31,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataBoxEdge,1.1.0 -pac32,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Databricks,1.1.0 -pac33,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Datadog,0.1.0 -pac34,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataFactory,1.15.0 -pac35,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataLakeAnalytics,1.0.2 -pac36,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataLakeStore,1.3.0 -pac37,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataMigration,0.7.4 -pac38,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataProtection,0.3.0 -pac39,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataShare,1.0.0 -pac40,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DedicatedHsm,0.2.0 -pac41,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DeploymentManager,1.1.0 -pac42,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DesktopVirtualization,3.0.0 -pac43,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DeviceProvisioningServices,0.10.0 -pac44,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DevSpaces,0.7.3 -pac45,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DevTestLabs,1.0.2 -pac46,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DigitalTwins,0.1.0 -pac47,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DiskPool,0.2.0 -pac48,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Dns,1.1.2 -pac49,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Elastic,0.1.0 -pac50,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.EventGrid,1.3.0 -pac51,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.EventHub,1.8.0 -pac52,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.FrontDoor,1.9.0 -pac53,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Functions,3.1.0 -pac54,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.GuestConfiguration,0.10.8 -pac55,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.HanaOnAzure,0.3.0 -pac56,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.HDInsight,4.3.0 -pac57,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.HealthBot,0.1.0 -pac58,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.HealthcareApis,1.3.1 -pac59,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.HPCCache,0.1.1 -pac60,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ImageBuilder,0.2.0 -pac61,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ImportExport,0.1.0 -pac62,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.IotCentral,0.9.0 -pac63,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.IotHub,2.7.3 -pac64,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.KeyVault,3.6.0 -pac65,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.KubernetesConfiguration,0.4.0 -pac66,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Kusto,2.0.0 -pac67,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.LogicApp,1.5.0 -pac68,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MachineLearning,1.1.3 -pac69,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Maintenance,1.2.0 -pac70,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ManagedServiceIdentity,0.7.3 -pac71,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ManagedServices,2.0.0 -pac72,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ManagementPartner,0.7.2 -pac73,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Maps,0.8.0 -pac74,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MariaDb,0.2.0 -pac75,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Marketplace,0.2.0 -pac76,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MarketplaceOrdering,1.0.2 -pac77,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Media,1.1.1 -pac78,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Migrate,1.1.1 -pac79,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MixedReality,0.1.4 -pac80,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Monitor,2.7.0 -pac81,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MonitoringSolutions,0.1.0 -pac82,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MySql,0.7.0 -pac83,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.NetAppFiles,0.7.0 -pac84,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Network,4.12.0 -pac85,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.NotificationHubs,1.1.1 -pac86,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.OperationalInsights,2.3.0 -pac87,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Peering,0.3.0 -pac88,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.PolicyInsights,1.4.1 -pac89,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Portal,0.1.0 -pac90,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.PostgreSql,0.7.0 -pac91,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.PowerBIEmbedded,1.1.2 -pac92,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.PrivateDns,1.0.3 -pac93,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ProviderHub,0.2.0 -pac94,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Purview,0.1.0 -pac95,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.RecoveryServices,4.7.0 -pac96,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.RedisCache,1.5.0 -pac97,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.RedisEnterpriseCache,1.0.0 -pac98,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Relay,1.0.3 -pac99,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Reservations,0.9.0 -pac100,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ResourceGraph,0.11.0 -pac101,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ResourceMover,1.0.0 -pac102,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Resources,4.4.0 -pac103,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Search,0.8.0 -pac104,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Security,1.0.0 -pac105,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.SecurityInsights,1.1.0 -pac106,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ServiceBus,1.5.0 -pac107,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ServiceFabric,3.0.1 -pac108,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.SignalR,1.3.0 -pac109,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.SpringCloud,0.2.0 -pac110,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Sql,3.5.1 -pac111,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.SqlVirtualMachine,1.1.0 -pac112,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.StackEdge,0.1.0 -pac113,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.StackHCI,0.9.0 -pac114,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Storage,3.12.0 -pac115,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.StorageSync,1.6.1 -pac116,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.StreamAnalytics,2.0.0 -pac117,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Subscription,0.8.0 -pac118,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Support,1.0.0 -pac119,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Synapse,0.17.0 -pac120,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.TimeSeriesInsights,0.2.0 -pac121,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.TrafficManager,1.0.4 -pac122,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.VMware,0.3.0 -pac123,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Websites,2.8.3 -pac124,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.WindowsIotServices,0.1.0 +pac29,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.CustomLocation,0.1.0 +pac30,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.CustomProviders,0.1.0 +pac31,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataBox,0.2.0 +pac32,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataBoxEdge,1.1.0 +pac33,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Databricks,1.1.0 +pac34,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Datadog,0.1.0 +pac35,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataFactory,1.16.0 +pac36,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataLakeAnalytics,1.0.2 +pac37,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataLakeStore,1.3.0 +pac38,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataMigration,0.7.4 +pac39,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataProtection,0.3.0 +pac40,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DataShare,1.0.0 +pac41,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DedicatedHsm,0.2.0 +pac42,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DeploymentManager,1.1.0 +pac43,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DesktopVirtualization,3.1.0 +pac44,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DeviceProvisioningServices,0.10.0 +pac45,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DevSpaces,0.7.3 +pac46,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DevTestLabs,1.0.2 +pac47,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DigitalTwins,0.1.0 +pac48,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.DiskPool,0.3.0 +pac49,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Dns,1.1.2 +pac50,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Elastic,0.1.0 +pac51,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.EventGrid,1.3.0 +pac52,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.EventHub,1.9.0 +pac53,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.FrontDoor,1.9.0 +pac54,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Functions,3.1.1 +pac55,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.GuestConfiguration,0.10.8 +pac56,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.HanaOnAzure,0.3.0 +pac57,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.HDInsight,4.3.0 +pac58,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.HealthBot,0.1.0 +pac59,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.HealthcareApis,1.3.1 +pac60,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.HPCCache,0.1.1 +pac61,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ImageBuilder,0.2.0 +pac62,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ImportExport,0.1.0 +pac63,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.IotCentral,0.9.0 +pac64,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.IotHub,2.7.4 +pac65,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.KeyVault,3.6.1 +pac66,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.KubernetesConfiguration,0.5.0 +pac67,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Kusto,2.0.0 +pac68,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.LogicApp,1.5.0 +pac69,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Logz,0.1.0 +pac70,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MachineLearning,1.1.3 +pac71,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Maintenance,1.2.0 +pac72,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ManagedServiceIdentity,0.7.3 +pac73,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ManagedServices,2.0.0 +pac74,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ManagementPartner,0.7.2 +pac75,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Maps,0.8.0 +pac76,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MariaDb,0.2.0 +pac77,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Marketplace,0.2.0 +pac78,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MarketplaceOrdering,1.0.2 +pac79,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Media,1.1.1 +pac80,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Migrate,1.1.2 +pac81,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MixedReality,0.1.4 +pac82,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Monitor,2.7.0 +pac83,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MonitoringSolutions,0.1.0 +pac84,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.MySql,0.8.0 +pac85,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.NetAppFiles,0.8.0 +pac86,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Network,4.12.0 +pac87,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.NotificationHubs,1.1.1 +pac88,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.OperationalInsights,2.3.1 +pac89,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Peering,0.3.0 +pac90,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.PolicyInsights,1.4.1 +pac91,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Portal,0.1.0 +pac92,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.PostgreSql,0.8.0 +pac93,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.PowerBIEmbedded,1.1.2 +pac94,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.PrivateDns,1.0.3 +pac95,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ProviderHub,0.2.0 +pac96,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Purview,0.1.0 +pac97,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.RecoveryServices,4.8.0 +pac98,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.RedisCache,1.5.1 +pac99,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.RedisEnterpriseCache,1.0.0 +pac100,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Relay,1.0.3 +pac101,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Reservations,0.9.0 +pac102,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ResourceGraph,0.11.0 +pac103,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ResourceMover,1.0.0 +pac104,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Resources,4.4.1 +pac105,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Search,0.8.0 +pac106,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Security,1.1.1 +pac107,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.SecurityInsights,1.1.0 +pac108,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ServiceBus,1.6.0 +pac109,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.ServiceFabric,3.0.1 +pac110,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.SignalR,1.4.0 +pac111,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.SpringCloud,0.2.0 +pac112,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Sql,3.5.1 +pac113,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.SqlVirtualMachine,1.1.0 +pac114,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.StackEdge,0.1.0 +pac115,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.StackHCI,0.9.1 +pac116,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Storage,3.12.0 +pac117,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.StorageSync,1.6.1 +pac118,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.StreamAnalytics,2.0.0 +pac119,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Subscription,0.8.0 +pac120,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Support,1.0.0 +pac121,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Synapse,0.18.0 +pac122,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.TimeSeriesInsights,0.2.0 +pac123,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.TrafficManager,1.0.4 +pac124,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.VMware,0.3.0 +pac125,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.Websites,2.8.3 +pac126,[ps=true;customSource=https://www.poshtestgallery.com/api/v2/]Az.WindowsIotServices,0.1.0 diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json index 54ccd2fd780e..1071e45fc65f 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Accounts", - "ModuleVersion": "2.6.0", + "ModuleVersion": "2.6.1", "Cmdlets": [ { "VerbName": "Add", @@ -451,7 +451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -975,7 +975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1275,7 +1275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1351,7 +1351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1397,7 +1397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1481,7 +1481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1546,7 +1546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1639,7 +1639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1719,7 +1719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1795,7 +1795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2129,7 +2129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2263,7 +2263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2475,7 +2475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2672,7 +2672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2914,7 +2914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3126,7 +3126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3365,7 +3365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3567,7 +3567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3806,7 +3806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4022,7 +4022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4079,7 +4079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication", "Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -4129,7 +4129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4164,7 +4164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4617,7 +4617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4671,7 +4671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4751,7 +4751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4822,7 +4822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4893,7 +4893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4954,7 +4954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5000,7 +5000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5057,7 +5057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication", "Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -5107,7 +5107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5142,7 +5142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5435,7 +5435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpiresOn": "System.DateTimeOffset", "Token": "System.String", @@ -5988,7 +5988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication", "Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -6038,7 +6038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6073,7 +6073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6126,7 +6126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -7081,7 +7081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7146,7 +7146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7207,7 +7207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7253,7 +7253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7306,7 +7306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Int32", "Headers": "System.Net.Http.Headers.HttpResponseHeaders", @@ -7874,7 +7874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common", "Name": "Microsoft.Azure.Commands.Common.VTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProfileName": "System.String" }, @@ -8035,7 +8035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8134,7 +8134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8210,7 +8210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8301,7 +8301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8459,7 +8459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8509,7 +8509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8669,7 +8669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8777,7 +8777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8868,7 +8868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8974,7 +8974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9042,7 +9042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorCategory": "System.Management.Automation.ErrorCategoryInfo", "ErrorDetails": "System.Management.Automation.ErrorDetails", @@ -9093,7 +9093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InnerException": "System.Boolean", "Exception": "System.Exception", @@ -9157,7 +9157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestMessage": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo", "ServerResponse": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo", @@ -9722,7 +9722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9791,7 +9791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9837,7 +9837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9898,7 +9898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10220,7 +10220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10329,7 +10329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10452,7 +10452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10577,7 +10577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10710,7 +10710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10824,7 +10824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10919,7 +10919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10975,7 +10975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -11042,7 +11042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11107,7 +11107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11168,7 +11168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11638,7 +11638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11846,7 +11846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12381,7 +12381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12681,7 +12681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13303,7 +13303,7 @@ "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]", "Verb": "System.String", @@ -13380,7 +13380,7 @@ "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.5.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]", "ResponseStatusCode": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Aks.json b/tools/Tools.Common/SerializedCmdlets/Az.Aks.json index 4923cfa0633a..5e208744e42a 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Aks.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Aks.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Aks", - "ModuleVersion": "2.4.0", + "ModuleVersion": "2.5.0", "Cmdlets": [ { "VerbName": "Disable", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -156,7 +156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -328,7 +328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -500,7 +500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -658,7 +658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -952,7 +952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -1092,7 +1092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -1536,7 +1536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -1612,7 +1612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -1773,7 +1773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -2019,7 +2019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorVersionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorVersionProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorVersionProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Upgrades": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile]", "DefaultProperty": "System.Nullable`1[System.Boolean]", @@ -2193,7 +2193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -2329,7 +2329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -3094,7 +3094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -3329,6 +3329,69 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "NetworkPolicy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PodCidr", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ServiceCidr", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DnsServiceIP", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DockerBridgeCidr", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NodePoolLabel", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AksCustomHeader", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "LoadBalancerSku", "Type": { @@ -3754,6 +3817,111 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NetworkPolicy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PodCidr", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServiceCidr", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DnsServiceIP", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DockerBridgeCidr", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NodePoolLabel", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AksCustomHeader", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "LoadBalancerSku", @@ -4317,6 +4485,111 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NetworkPolicy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PodCidr", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServiceCidr", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DnsServiceIP", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DockerBridgeCidr", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NodePoolLabel", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AksCustomHeader", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "LoadBalancerSku", @@ -4655,7 +4928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -4746,7 +5019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -5284,7 +5557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -5889,7 +6162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -6016,7 +6289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -6492,7 +6765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -6562,7 +6835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -6659,7 +6932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -7047,7 +7320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -7277,7 +7550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -7399,7 +7672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -7667,7 +7940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -9022,7 +9295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -9158,7 +9431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -9663,7 +9936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks", "Name": "Microsoft.Azure.Commands.Aks.KubeTunnelJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.KubeTunnelJob, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.KubeTunnelJob, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasMoreData": "System.Boolean", "ChildJobs": "System.Collections.Generic.IList`1[System.Management.Automation.Job]", @@ -9855,7 +10128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -9982,7 +10255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -10567,7 +10840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -10658,7 +10931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -10693,7 +10966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -10731,6 +11004,15 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "NodeCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "Type": { @@ -10864,6 +11146,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NodeCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -11021,7 +11318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -11056,6 +11353,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NodeCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -11198,7 +11510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -11229,6 +11541,21 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NodeCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -11383,6 +11710,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NodeCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -11519,6 +11861,21 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "NodeCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -11668,7 +12025,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfile, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfile, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Upgrade": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[]", "OSType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType", @@ -11727,7 +12084,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -11767,7 +12124,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11777,7 +12134,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11915,7 +12272,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11931,7 +12288,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11997,7 +12354,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -12055,7 +12412,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12071,7 +12428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12171,7 +12528,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12187,7 +12544,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12260,7 +12617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterUpgradeProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterUpgradeProfile, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterUpgradeProfile, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolProfile": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[]", "ControlPlaneProfileUpgrade": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[]", @@ -12314,7 +12671,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -12354,7 +12711,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12364,7 +12721,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12490,7 +12847,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12506,7 +12863,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12572,7 +12929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -12630,7 +12987,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12646,7 +13003,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12746,7 +13103,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12762,7 +13119,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12878,7 +13235,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -12927,7 +13284,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12937,7 +13294,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13095,7 +13452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13111,7 +13468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13207,7 +13564,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -13280,7 +13637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13296,7 +13653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13441,7 +13798,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13457,7 +13814,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13603,7 +13960,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -13652,7 +14009,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13662,7 +14019,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13820,7 +14177,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13836,7 +14193,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13932,7 +14289,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AgentPoolName": "System.String", "Id": "System.String", @@ -14005,7 +14362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14021,7 +14378,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14166,7 +14523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14182,7 +14539,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14318,7 +14675,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ssh": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration", "AdminUsername": "System.String" @@ -14369,7 +14726,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]" }, @@ -14415,7 +14772,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey" ] @@ -14423,7 +14780,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyData": "System.String" }, @@ -14474,7 +14831,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancerProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile", "NetworkPlugin": "System.String", @@ -14518,7 +14875,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedOutboundIPs": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs", "OutboundIPPrefixes": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes", @@ -14558,7 +14915,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]" }, @@ -14612,7 +14969,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPPrefixes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]" }, @@ -14649,7 +15006,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Aks.Models.PSResourceReference" ] @@ -14657,7 +15014,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSResourceReference": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -14694,7 +15051,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]" }, @@ -14731,7 +15088,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultSecretRef": "Microsoft.Azure.Commands.Aks.Models.PSKeyVaultSecretRef", "Secret": "System.String", @@ -14787,7 +15144,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSKeyVaultSecretRef": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKeyVaultSecretRef", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKeyVaultSecretRef, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKeyVaultSecretRef, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VaultID": "System.String", "SecretName": "System.String", @@ -14843,7 +15200,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAppID": "System.String", "ServerAppID": "System.String", @@ -14883,7 +15240,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizedIPRanges": "System.Collections.Generic.IList`1[System.String]", "EnablePrivateCluster": "System.Nullable`1[System.Boolean]" @@ -14937,7 +15294,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]", "TenantId": "System.String", @@ -14976,7 +15333,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType" ] @@ -14984,7 +15341,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -15076,7 +15433,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdminUsername": "System.String", "AdminPassword": "System.String" @@ -15114,7 +15471,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile" @@ -15123,7 +15480,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Config": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -15170,7 +15527,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile" @@ -15179,7 +15536,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String", "ClientId": "System.String", @@ -15232,7 +15589,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile" ] @@ -15240,7 +15597,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ports": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", "NodeTaints": "System.Collections.Generic.IList`1[System.String]", @@ -15428,7 +15785,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile" ] @@ -15436,7 +15793,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPreview": "System.Nullable`1[System.Boolean]", "OrchestratorVersion": "System.String", @@ -15620,13 +15977,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem" }, "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPreview": "System.Nullable`1[System.Boolean]", "KubernetesVersion": "System.String" @@ -15635,7 +15992,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -15713,7 +16070,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -15886,13 +16243,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile" }, "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Upgrade": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[]", "OSType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType", @@ -15903,13 +16260,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[], Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[], Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem" }, "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem, Az.Aks.private, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem, Az.Aks.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPreview": "System.Nullable`1[System.Boolean]", "KubernetesVersion": "System.String" diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json b/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json index 2ff0595a1a41..a9e5a173647c 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.ApiManagement", - "ModuleVersion": "2.3.0", + "ModuleVersion": "2.3.1", "Cmdlets": [ { "VerbName": "Add", @@ -29,7 +29,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -60,7 +60,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState" ] @@ -107,7 +107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -156,7 +156,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState" ] @@ -240,7 +240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -306,7 +306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -421,7 +421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -487,7 +487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -589,7 +589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -747,7 +747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -802,7 +802,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku" ] @@ -826,7 +826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -888,7 +888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -955,7 +955,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku" ] @@ -991,7 +991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -1096,7 +1096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -1162,7 +1162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -1264,7 +1264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -1665,7 +1665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -1696,7 +1696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1758,7 +1758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -1807,7 +1807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1898,7 +1898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -1947,7 +1947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2000,7 +2000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -2402,7 +2402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -2470,7 +2470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2554,7 +2554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2634,7 +2634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2699,7 +2699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2764,7 +2764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2829,7 +2829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -2886,7 +2886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -2947,7 +2947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3013,7 +3013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3177,7 +3177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRevision", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRevision, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRevision, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsOnline": "System.Nullable`1[System.Boolean]", "IsCurrent": "System.Nullable`1[System.Boolean]", @@ -3229,7 +3229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3286,7 +3286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3373,7 +3373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -3433,7 +3433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3499,7 +3499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3663,7 +3663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -3725,7 +3725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3782,7 +3782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3862,7 +3862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -3934,7 +3934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessTokenSendingMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", "AuthorizationRequestMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", @@ -4007,7 +4007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4064,7 +4064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4243,7 +4243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientSecret": "System.String" }, @@ -4288,7 +4288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4345,7 +4345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4524,7 +4524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", "Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", @@ -4590,7 +4590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4647,7 +4647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4826,7 +4826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -4887,7 +4887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -4944,7 +4944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5093,7 +5093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "ExpirationDate": "System.DateTime", @@ -5154,7 +5154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5211,7 +5211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5390,7 +5390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -5454,7 +5454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5520,7 +5520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5684,7 +5684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -5743,7 +5743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5791,7 +5791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5856,7 +5856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -5913,7 +5913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NegotiateClientCertificate": "System.Nullable`1[System.Boolean]", "Hostname": "System.String", @@ -5974,7 +5974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6031,7 +6031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6096,7 +6096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6176,7 +6176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6233,7 +6233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryKey": "System.String", "SecondaryKey": "System.String" @@ -6279,7 +6279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6327,7 +6327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6392,7 +6392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6449,7 +6449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType", "System": "System.Boolean", @@ -6501,7 +6501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6576,7 +6576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6656,7 +6656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6736,7 +6736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6816,7 +6816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6888,7 +6888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", "ClientId": "System.String", @@ -6945,7 +6945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -6958,7 +6958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6993,7 +6993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7043,7 +7043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7058,7 +7058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7115,7 +7115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientSecret": "System.String" }, @@ -7160,7 +7160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7173,7 +7173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7208,7 +7208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7258,7 +7258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7273,7 +7273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7330,7 +7330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType", "IsBuffered": "System.Nullable`1[System.Boolean]", @@ -7381,7 +7381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7429,7 +7429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7494,7 +7494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7551,7 +7551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "Secret": "System.Boolean", @@ -7613,7 +7613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7679,7 +7679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7744,7 +7744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7809,7 +7809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7874,7 +7874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -7931,7 +7931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValueSecretValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValueSecretValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValueSecretValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String" }, @@ -7976,7 +7976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8024,7 +8024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8089,7 +8089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8146,7 +8146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectivityStatus": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]", "Location": "System.String", @@ -8193,7 +8193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8292,7 +8292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8519,7 +8519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenIdConnectProviderId": "System.String", "Name": "System.String", @@ -8572,7 +8572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8629,7 +8629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8694,7 +8694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8759,7 +8759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8816,7 +8816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientSecret": "System.String" }, @@ -8861,7 +8861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8909,7 +8909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -8974,7 +8974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9031,7 +9031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TemplateParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", @@ -9087,7 +9087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9153,7 +9153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9233,7 +9233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9328,7 +9328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9398,7 +9398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9500,7 +9500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9610,7 +9610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9735,7 +9735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9875,7 +9875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -9977,7 +9977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState", "SubscriptionRequired": "System.Nullable`1[System.Boolean]", @@ -10032,7 +10032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10098,7 +10098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10163,7 +10163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10228,7 +10228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10293,7 +10293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10363,7 +10363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -10453,7 +10453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -10635,7 +10635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -10707,7 +10707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10782,7 +10782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10847,7 +10847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10927,7 +10927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -10992,7 +10992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11057,7 +11057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11122,7 +11122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11179,7 +11179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryKey": "System.String", "SecondaryKey": "System.String" @@ -11225,7 +11225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11273,7 +11273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11338,7 +11338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11395,7 +11395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Id": "System.String", @@ -11443,7 +11443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11482,7 +11482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11539,7 +11539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Id": "System.String", @@ -11587,7 +11587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11626,7 +11626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11683,7 +11683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Id": "System.String", @@ -11731,7 +11731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11770,7 +11770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11827,7 +11827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Id": "System.String", @@ -11875,7 +11875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11914,7 +11914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -11971,7 +11971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementTenantConfigurationSyncState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementTenantConfigurationSyncState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementTenantConfigurationSyncState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsExport": "System.Boolean", "IsSynced": "System.Boolean", @@ -12022,7 +12022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12061,7 +12061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12118,7 +12118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", "Identities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12173,7 +12173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12213,7 +12213,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState" ] @@ -12269,7 +12269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12334,7 +12334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12414,7 +12414,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState" ] @@ -12462,7 +12462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12532,7 +12532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12580,7 +12580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12652,7 +12652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -12720,7 +12720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12751,7 +12751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12805,7 +12805,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType" ] @@ -12817,7 +12817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -12880,7 +12880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -12929,7 +12929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12989,7 +12989,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType" ] @@ -13007,7 +13007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -13114,7 +13114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -13163,7 +13163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13223,7 +13223,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType" ] @@ -13241,7 +13241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -13348,7 +13348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -13397,7 +13397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13457,7 +13457,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType" ] @@ -13475,7 +13475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -13574,7 +13574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -13777,7 +13777,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku" ] @@ -13808,7 +13808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "None", @@ -13822,7 +13822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -13849,7 +13849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion" }, "ValidateNotNullOrEmpty": false @@ -13859,7 +13859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration" }, "ValidateNotNullOrEmpty": false @@ -13869,7 +13869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate" }, "ValidateNotNullOrEmpty": false @@ -13879,7 +13879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -14054,7 +14054,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku" ] @@ -14097,7 +14097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "None", @@ -14117,7 +14117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -14156,7 +14156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion" }, "ValidateNotNullOrEmpty": false @@ -14172,7 +14172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration" }, "ValidateNotNullOrEmpty": false @@ -14188,7 +14188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate" }, "ValidateNotNullOrEmpty": false @@ -14204,7 +14204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -14358,7 +14358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -14426,7 +14426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -14484,7 +14484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": true @@ -14639,7 +14639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -14733,7 +14733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": true @@ -14984,7 +14984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -15045,7 +15045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15120,7 +15120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15237,7 +15237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -15305,7 +15305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15389,7 +15389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15521,7 +15521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -15581,7 +15581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15665,7 +15665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15775,7 +15775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15885,7 +15885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -15987,7 +15987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -16049,7 +16049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16080,7 +16080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16142,7 +16142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16191,7 +16191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16289,7 +16289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessTokenSendingMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", "AuthorizationRequestMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", @@ -16362,7 +16362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16447,7 +16447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod" }, "ValidateNotNullOrEmpty": false @@ -16457,7 +16457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType" }, "ValidateNotNullOrEmpty": true @@ -16467,7 +16467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod" }, "ValidateNotNullOrEmpty": true @@ -16507,7 +16507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod" }, "ValidateNotNullOrEmpty": true @@ -16561,7 +16561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -16700,7 +16700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod" }, "ValidateNotNullOrEmpty": false @@ -16716,7 +16716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType" }, "ValidateNotNullOrEmpty": true @@ -16732,7 +16732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod" }, "ValidateNotNullOrEmpty": true @@ -16796,7 +16796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod" }, "ValidateNotNullOrEmpty": true @@ -16880,7 +16880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", "Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", @@ -16946,7 +16946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -17041,7 +17041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -17056,7 +17056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -17069,7 +17069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -17112,7 +17112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -17261,7 +17261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -17282,7 +17282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -17301,7 +17301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -17362,7 +17362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -17622,7 +17622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -17780,7 +17780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -18048,7 +18048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -18109,7 +18109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -18193,7 +18193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -18325,7 +18325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "ExpirationDate": "System.DateTime", @@ -18386,7 +18386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -18436,7 +18436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -18476,7 +18476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -18525,7 +18525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -18591,7 +18591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -18640,7 +18640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -18707,7 +18707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -18756,7 +18756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -18814,7 +18814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -19058,7 +19058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "HostnameType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", @@ -19120,7 +19120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19165,7 +19165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -19238,7 +19238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19253,7 +19253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -19349,7 +19349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19470,7 +19470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19644,7 +19644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -19708,7 +19708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -19757,7 +19757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -19770,7 +19770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -19783,7 +19783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -19822,7 +19822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -19901,7 +19901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -19920,7 +19920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -19939,7 +19939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -19996,7 +19996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -20055,7 +20055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20086,7 +20086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -20127,7 +20127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20176,7 +20176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -20235,7 +20235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NegotiateClientCertificate": "System.Nullable`1[System.Boolean]", "Hostname": "System.String", @@ -20296,7 +20296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20380,7 +20380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20512,7 +20512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType", "System": "System.Boolean", @@ -20564,7 +20564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20604,7 +20604,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType" ] @@ -20651,7 +20651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -20715,7 +20715,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType" ] @@ -20786,7 +20786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -20952,7 +20952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", "ClientId": "System.String", @@ -21009,7 +21009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21022,7 +21022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21139,7 +21139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21158,7 +21158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21347,7 +21347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -21506,7 +21506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType", "IsBuffered": "System.Nullable`1[System.Boolean]", @@ -21557,7 +21557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21653,7 +21653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21781,7 +21781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21876,7 +21876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -21963,7 +21963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "Secret": "System.Boolean", @@ -22025,7 +22025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22084,7 +22084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -22124,7 +22124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22219,7 +22219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -22277,7 +22277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenIdConnectProviderId": "System.String", "Name": "System.String", @@ -22330,7 +22330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22423,7 +22423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22570,7 +22570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TemplateParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", @@ -22626,7 +22626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22702,7 +22702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter" }, "ValidateNotNullOrEmpty": false @@ -22712,7 +22712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", @@ -22727,7 +22727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse" }, "ValidateNotNullOrEmpty": false @@ -22763,7 +22763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -22887,7 +22887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter" }, "ValidateNotNullOrEmpty": false @@ -22903,7 +22903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", @@ -22924,7 +22924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse" }, "ValidateNotNullOrEmpty": false @@ -22978,7 +22978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -23024,7 +23024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -23037,7 +23037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -23076,7 +23076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -23095,7 +23095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -23152,7 +23152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState", "SubscriptionRequired": "System.Nullable`1[System.Boolean]", @@ -23207,7 +23207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -23292,7 +23292,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState" ] @@ -23330,7 +23330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -23463,7 +23463,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState" ] @@ -23519,7 +23519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", "VirtualNetwork": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", @@ -23593,7 +23593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -23688,7 +23688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -23780,7 +23780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -23988,7 +23988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -24152,7 +24152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -24360,7 +24360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -24432,7 +24432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -24517,7 +24517,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -24555,7 +24555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -24649,7 +24649,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -24728,7 +24728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -24822,7 +24822,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -24901,7 +24901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -24995,7 +24995,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -25051,7 +25051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "EncodedCertificate": "System.String", @@ -25243,7 +25243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", "Identities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25298,7 +25298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -25356,7 +25356,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState" ] @@ -25403,7 +25403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -25497,7 +25497,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState" ] @@ -25568,7 +25568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserToken", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserToken, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserToken, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType", "TokenExpiry": "System.DateTime", @@ -25616,7 +25616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -25638,7 +25638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25685,7 +25685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -25719,7 +25719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25790,7 +25790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -25925,7 +25925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody", "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState", @@ -25984,7 +25984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26059,7 +26059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26338,7 +26338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26395,7 +26395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26495,7 +26495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26561,7 +26561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26676,7 +26676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26742,7 +26742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26857,7 +26857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -26870,7 +26870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -26942,7 +26942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27037,7 +27037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -27174,7 +27174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27205,7 +27205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -27275,7 +27275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27370,7 +27370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -27523,7 +27523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27554,7 +27554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -27616,7 +27616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27711,7 +27711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -27908,7 +27908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -27921,7 +27921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -27994,7 +27994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28074,7 +28074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -28273,7 +28273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28330,7 +28330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28430,7 +28430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28487,7 +28487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28587,7 +28587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28609,7 +28609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -28672,7 +28672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -28752,7 +28752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -28950,7 +28950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29007,7 +29007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29107,7 +29107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29138,7 +29138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -29204,7 +29204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29299,7 +29299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -29500,7 +29500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29522,7 +29522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -29583,7 +29583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29663,7 +29663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -29859,7 +29859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -29890,7 +29890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NegotiateClientCertificate": "System.Nullable`1[System.Boolean]", "Hostname": "System.String", @@ -29953,7 +29953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30048,7 +30048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NegotiateClientCertificate": "System.Nullable`1[System.Boolean]", "Hostname": "System.String", @@ -30246,7 +30246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30303,7 +30303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30403,7 +30403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30416,7 +30416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -30460,7 +30460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30479,7 +30479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -30560,7 +30560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30617,7 +30617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30717,7 +30717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30774,7 +30774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30874,7 +30874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -30931,7 +30931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31031,7 +31031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31106,7 +31106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31236,7 +31236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31311,7 +31311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31391,7 +31391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31471,7 +31471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31566,7 +31566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31651,7 +31651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31717,7 +31717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31832,7 +31832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -31898,7 +31898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32000,7 +32000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -32158,7 +32158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -32239,7 +32239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -32357,7 +32357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32379,7 +32379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -32453,7 +32453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32533,7 +32533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -32569,7 +32569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32664,7 +32664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32764,7 +32764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32830,7 +32830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -32945,7 +32945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33011,7 +33011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33113,7 +33113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -33501,7 +33501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody", "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState", @@ -33560,7 +33560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33626,7 +33626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -33728,7 +33728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -33886,7 +33886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -33995,7 +33995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -34146,7 +34146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -34214,7 +34214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -34236,7 +34236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -34307,7 +34307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -34416,7 +34416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -34510,7 +34510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -34678,7 +34678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -34779,7 +34779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -35007,7 +35007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -35182,7 +35182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -35247,7 +35247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -35324,7 +35324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -35346,7 +35346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -35417,7 +35417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -35541,7 +35541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -35635,7 +35635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -35803,7 +35803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", "IsOnline": "System.Boolean", @@ -35904,7 +35904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -36132,7 +36132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "ValidateNotNullOrEmpty": false @@ -36307,7 +36307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -36367,7 +36367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -36398,7 +36398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -36487,7 +36487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -36627,7 +36627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaId": "System.String", "ApiId": "System.String", @@ -36946,7 +36946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -37008,7 +37008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -37021,7 +37021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -37059,7 +37059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -37130,7 +37130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -37179,7 +37179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -37285,7 +37285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", "ApiVersionSetId": "System.String", @@ -37326,7 +37326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -37447,7 +37447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -37560,7 +37560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessTokenSendingMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", "AuthorizationRequestMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", @@ -37633,7 +37633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -37718,7 +37718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod" }, "ValidateNotNullOrEmpty": false @@ -37728,7 +37728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType" }, "ValidateNotNullOrEmpty": true @@ -37738,7 +37738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod" }, "ValidateNotNullOrEmpty": true @@ -37778,7 +37778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod" }, "ValidateNotNullOrEmpty": true @@ -37841,7 +37841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -37980,7 +37980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod" }, "ValidateNotNullOrEmpty": false @@ -37996,7 +37996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType" }, "ValidateNotNullOrEmpty": true @@ -38012,7 +38012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod" }, "ValidateNotNullOrEmpty": true @@ -38076,7 +38076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod" }, "ValidateNotNullOrEmpty": true @@ -38175,7 +38175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", "Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", @@ -38241,7 +38241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -38263,7 +38263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", "Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", @@ -38360,7 +38360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -38375,7 +38375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -38388,7 +38388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -38440,7 +38440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -38589,7 +38589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -38610,7 +38610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -38629,7 +38629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -38698,7 +38698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", "Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", @@ -38843,7 +38843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -38864,7 +38864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -38883,7 +38883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -39067,7 +39067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -39088,7 +39088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -39107,7 +39107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -39183,7 +39183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "ExpirationDate": "System.DateTime", @@ -39244,7 +39244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -39303,7 +39303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -39343,7 +39343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -39407,7 +39407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -39473,7 +39473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -39537,7 +39537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -39604,7 +39604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -39668,7 +39668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -39726,7 +39726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -39790,7 +39790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -39812,7 +39812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -39870,7 +39870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -39883,7 +39883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -39896,7 +39896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -39944,7 +39944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -40023,7 +40023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -40042,7 +40042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -40061,7 +40061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -40126,7 +40126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", "BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", @@ -40184,7 +40184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -40203,7 +40203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -40222,7 +40222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -40332,7 +40332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -40351,7 +40351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -40370,7 +40370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -40465,7 +40465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -40484,7 +40484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -40503,7 +40503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -40575,7 +40575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType", "System": "System.Boolean", @@ -40627,7 +40627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -40702,7 +40702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -40819,7 +40819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", "ClientId": "System.String", @@ -40876,7 +40876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -40889,7 +40889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -40898,7 +40898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", "ClientId": "System.String", @@ -41039,7 +41039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -41058,7 +41058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -41255,7 +41255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", "ClientId": "System.String", @@ -41656,7 +41656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType", "IsBuffered": "System.Nullable`1[System.Boolean]", @@ -41707,7 +41707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -41809,7 +41809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -41949,7 +41949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42059,7 +42059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42161,7 +42161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "Secret": "System.Boolean", @@ -42223,7 +42223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42320,7 +42320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42471,7 +42471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenIdConnectProviderId": "System.String", "Name": "System.String", @@ -42524,7 +42524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42626,7 +42626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42788,7 +42788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TemplateParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", @@ -42844,7 +42844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -42920,7 +42920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter" }, "ValidateNotNullOrEmpty": false @@ -42930,7 +42930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", @@ -42945,7 +42945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse" }, "ValidateNotNullOrEmpty": false @@ -42990,7 +42990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43114,7 +43114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter" }, "ValidateNotNullOrEmpty": false @@ -43130,7 +43130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", @@ -43151,7 +43151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse" }, "ValidateNotNullOrEmpty": false @@ -43233,7 +43233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43353,7 +43353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43493,7 +43493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43648,7 +43648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43818,7 +43818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -43950,7 +43950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState", "SubscriptionRequired": "System.Nullable`1[System.Boolean]", @@ -44005,7 +44005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -44090,7 +44090,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState" ] @@ -44137,7 +44137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -44270,7 +44270,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState" ] @@ -44341,7 +44341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -44413,7 +44413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -44435,7 +44435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -44510,7 +44510,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -44578,7 +44578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -44687,7 +44687,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -44784,7 +44784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", "CreatedDate": "System.DateTime", @@ -44895,7 +44895,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -45067,7 +45067,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState" ] @@ -45171,7 +45171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Id": "System.String", @@ -45219,7 +45219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -45276,7 +45276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -45363,7 +45363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", "Identities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -45418,7 +45418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -45476,7 +45476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -45529,7 +45529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -45623,7 +45623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -45706,7 +45706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -45762,7 +45762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "ExpirationDate": "System.DateTime", @@ -45781,7 +45781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "Secret": "System.Boolean", @@ -45873,7 +45873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "ExpirationDate": "System.DateTime", @@ -45898,7 +45898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", "Secret": "System.Boolean", @@ -45993,7 +45993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -46054,7 +46054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -46094,7 +46094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -46148,7 +46148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -46319,7 +46319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedDateTime": "System.Nullable`1[System.DateTime]", "UpdatedDateTime": "System.Nullable`1[System.DateTime]", @@ -46412,7 +46412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -46473,7 +46473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -46495,7 +46495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -46594,7 +46594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -46734,7 +46734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CacheId": "System.String", "Description": "System.String", @@ -47099,7 +47099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -47158,7 +47158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -47180,7 +47180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -47215,7 +47215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -47265,7 +47265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServiceName": "System.String" @@ -47314,7 +47314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -47381,7 +47381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", "GatewayId": "System.String", @@ -47419,7 +47419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -47516,7 +47516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -47598,7 +47598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -47672,7 +47672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -47830,7 +47830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -47885,7 +47885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -47903,7 +47903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -47965,7 +47965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -48032,7 +48032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -48062,7 +48062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -48187,7 +48187,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -48422,7 +48422,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "HostnameType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", @@ -48467,7 +48467,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -48511,7 +48511,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -48606,13 +48606,13 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration" }, "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentity": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation]", "PrincipalId": "System.String", @@ -48652,7 +48652,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation" @@ -48661,7 +48661,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -48695,7 +48695,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -48782,7 +48782,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -48827,13 +48827,13 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate" }, "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "EncodedCertificate": "System.String", @@ -48873,7 +48873,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -48917,7 +48917,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -49004,7 +49004,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion" ] @@ -49012,7 +49012,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", "VirtualNetwork": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", @@ -49087,13 +49087,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -49180,7 +49180,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -49267,13 +49267,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -49360,13 +49360,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -49453,13 +49453,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -49546,13 +49546,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -49639,7 +49639,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", "Certificate": "System.Collections.Generic.IEnumerable`1[System.String]", @@ -49679,7 +49679,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scheme": "System.String", "Parameter": "System.String" @@ -49725,7 +49725,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProxyCredentials": "System.Management.Automation.PSCredential", "Url": "System.String" @@ -49768,7 +49768,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerX509Names": "System.Collections.Hashtable", "MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]", @@ -49832,7 +49832,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", "IdentityClientId": "System.String", @@ -49871,7 +49871,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode", "TimeStampUtc": "System.DateTime", @@ -49910,7 +49910,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -49997,7 +49997,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", "Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic" @@ -50035,7 +50035,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", "HeadersToLog": "System.String[]" @@ -50073,7 +50073,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BodyBytesToLog": "System.Nullable`1[System.Int32]" }, @@ -50110,7 +50110,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SamplingPercentage": "System.Nullable`1[System.Double]", "SamplingType": "System.String" @@ -50156,7 +50156,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "City": "System.String", @@ -50196,7 +50196,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50283,7 +50283,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50370,7 +50370,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50457,13 +50457,13 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus" }, "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastUpdated": "System.DateTime", "LastStatusChange": "System.DateTime", @@ -50506,13 +50506,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Required": "System.Boolean", "Name": "System.String", @@ -50554,7 +50554,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", @@ -50594,13 +50594,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FormParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]", "ContentType": "System.String", @@ -50641,13 +50641,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Representations": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[]", "StatusCode": "System.Int32", @@ -50686,7 +50686,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50773,7 +50773,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50860,7 +50860,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50947,7 +50947,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -51034,7 +51034,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -51121,7 +51121,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[]", "Message": "System.String", @@ -51169,13 +51169,13 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField" }, "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String", @@ -51223,7 +51223,7 @@ "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Batch.json b/tools/Tools.Common/SerializedCmdlets/Az.Batch.json index 57471a0fb5c4..ec27089d723c 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Batch.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Batch.json @@ -1,5 +1,6 @@ { - "ProcessedTypes": {}, + "ModuleName": "Az.Batch", + "ModuleVersion": "3.1.1", "Cmdlets": [ { "VerbName": "Disable", @@ -8,7 +9,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.DisableBatchAutoScaleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -16,12 +16,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -31,25 +26,15 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -80,52 +65,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -144,21 +85,8 @@ "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 } ], @@ -169,20 +97,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -193,7 +112,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -224,52 +142,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -294,21 +168,8 @@ "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, @@ -318,8 +179,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Disable", @@ -328,7 +188,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.DisableBatchComputeNodeSchedulingCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "Id", "OutputTypes": [ @@ -336,12 +195,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -351,43 +205,24 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -414,66 +249,24 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DisableSchedulingOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -504,52 +297,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -568,21 +317,8 @@ "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 } ], @@ -593,20 +329,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -617,20 +344,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -641,22 +359,14 @@ { "ParameterMetadata": { "Name": "DisableSchedulingOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -667,7 +377,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -698,52 +407,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -768,21 +433,8 @@ "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, @@ -798,7 +450,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -825,41 +476,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -870,22 +488,14 @@ { "ParameterMetadata": { "Name": "DisableSchedulingOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -896,7 +506,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -927,52 +536,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -997,21 +562,8 @@ "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, @@ -1027,22 +579,14 @@ { "ParameterMetadata": { "Name": "DisableSchedulingOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1053,7 +597,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -1084,52 +627,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1154,21 +653,8 @@ "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, @@ -1178,8 +664,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Disable", @@ -1188,7 +673,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.DisableBatchJobCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -1196,12 +680,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -1211,128 +690,24 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DisableJobOption", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.DisableJobOption", - "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableJobOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableJobOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -1363,52 +738,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -1427,21 +758,8 @@ "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 } ], @@ -1452,20 +770,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1476,105 +785,11 @@ { "ParameterMetadata": { "Name": "DisableJobOption", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.DisableJobOption", - "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableJobOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableJobOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1585,7 +800,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -1616,52 +830,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1686,21 +856,8 @@ "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, @@ -1710,8 +867,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Disable", @@ -1720,7 +876,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.DisableBatchJobScheduleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -1728,12 +883,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -1743,25 +893,15 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -1792,52 +932,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -1856,21 +952,8 @@ "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 } ], @@ -1881,20 +964,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1905,7 +979,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -1936,52 +1009,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2006,21 +1035,8 @@ "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, @@ -2030,8 +1046,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Enable", @@ -2040,7 +1055,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.EnableBatchAutoScaleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -2048,12 +1062,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -2063,63 +1072,36 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AutoScaleFormula", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AutoScaleEvaluationInterval", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -2150,52 +1132,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -2214,21 +1152,8 @@ "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 } ], @@ -2239,20 +1164,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2263,20 +1179,11 @@ { "ParameterMetadata": { "Name": "AutoScaleFormula", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2287,22 +1194,14 @@ { "ParameterMetadata": { "Name": "AutoScaleEvaluationInterval", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2313,7 +1212,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -2344,52 +1242,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2414,21 +1268,8 @@ "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, @@ -2438,8 +1279,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Enable", @@ -2448,7 +1288,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.EnableBatchComputeNodeSchedulingCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "Id", "OutputTypes": [ @@ -2456,12 +1295,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -2471,43 +1305,24 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -2534,46 +1349,12 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -2604,52 +1385,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -2668,21 +1405,8 @@ "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 } ], @@ -2693,20 +1417,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2717,20 +1432,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2741,7 +1447,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -2772,52 +1477,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2842,21 +1503,8 @@ "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, @@ -2872,7 +1520,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -2899,41 +1546,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2944,7 +1558,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -2975,52 +1588,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3045,21 +1614,8 @@ "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, @@ -3075,7 +1631,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -3106,52 +1661,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3176,21 +1687,8 @@ "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, @@ -3200,8 +1698,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Enable", @@ -3210,7 +1707,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.EnableBatchJobCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -3218,12 +1714,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -3233,25 +1724,15 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -3282,52 +1763,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -3346,21 +1783,8 @@ "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 } ], @@ -3371,20 +1795,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3395,7 +1810,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -3426,52 +1840,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3496,21 +1866,8 @@ "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, @@ -3520,8 +1877,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Enable", @@ -3530,7 +1886,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.EnableBatchJobScheduleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -3538,12 +1893,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -3553,25 +1903,15 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -3602,52 +1942,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -3666,21 +1962,8 @@ "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 } ], @@ -3691,20 +1974,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3715,7 +1989,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -3746,52 +2019,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3816,21 +2045,8 @@ "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, @@ -3840,8 +2056,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Enable", @@ -3850,7 +2065,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.EnableBatchTaskCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -3858,12 +2072,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -3873,43 +2082,24 @@ "Parameters": [ { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Task", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -3941,61 +2131,12 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -4026,52 +2167,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -4090,21 +2187,8 @@ "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 } ], @@ -4115,20 +2199,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4139,20 +2214,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4163,7 +2229,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -4194,52 +2259,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4264,21 +2285,8 @@ "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, @@ -4294,7 +2302,6 @@ { "ParameterMetadata": { "Name": "Task", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -4326,56 +2333,8 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4386,7 +2345,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -4417,52 +2375,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4487,21 +2401,8 @@ "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, @@ -4517,7 +2418,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -4548,52 +2448,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4618,21 +2474,8 @@ "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, @@ -4654,7 +2497,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchAccountCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -4690,17 +2532,13 @@ "TagsTable": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4715,7 +2553,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -4727,8 +2564,7 @@ "Name": "azureContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4746,52 +2582,26 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -4810,21 +2620,8 @@ "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 } ], @@ -4841,16 +2638,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4861,20 +2650,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4885,20 +2665,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4923,21 +2694,8 @@ "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, @@ -4947,8 +2705,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4957,7 +2714,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchAccountKeyCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -4993,17 +2749,13 @@ "TagsTable": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5018,7 +2770,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -5030,8 +2781,7 @@ "Name": "azureContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5049,34 +2799,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -5095,21 +2828,8 @@ "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 } ], @@ -5126,16 +2846,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5146,20 +2858,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5184,21 +2887,8 @@ "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, @@ -5220,7 +2910,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchApplicationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5236,17 +2925,13 @@ "DefaultVersion": "System.String", "DisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5261,15 +2946,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -5281,38 +2963,20 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -5323,16 +2987,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -5351,21 +3007,8 @@ "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 } ], @@ -5376,20 +3019,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5400,20 +3034,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5430,16 +3055,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5464,21 +3081,8 @@ "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, @@ -5488,8 +3092,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5498,7 +3101,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchApplicationPackageCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5516,17 +3118,13 @@ "Name": "System.String", "StorageUrl": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5541,15 +3139,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -5561,38 +3156,20 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -5603,34 +3180,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ApplicationVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -5649,21 +3209,8 @@ "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 } ], @@ -5674,20 +3221,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5698,20 +3236,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5728,16 +3257,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5748,20 +3269,11 @@ { "ParameterMetadata": { "Name": "ApplicationVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5786,21 +3298,8 @@ "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, @@ -5810,8 +3309,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5820,7 +3318,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchCertificateCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ODataFilter", "OutputTypes": [ @@ -5843,17 +3340,13 @@ "ThumbprintAlgorithm": "System.String", "Url": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5868,11 +3361,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -5882,97 +3373,51 @@ "Parameters": [ { "Name": "ThumbprintAlgorithm", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Thumbprint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -6003,52 +3448,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -6067,21 +3468,8 @@ "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 } ], @@ -6092,20 +3480,11 @@ { "ParameterMetadata": { "Name": "ThumbprintAlgorithm", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6116,20 +3495,11 @@ { "ParameterMetadata": { "Name": "Thumbprint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6140,20 +3510,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6164,7 +3525,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -6195,52 +3555,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6265,21 +3581,8 @@ "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, @@ -6295,20 +3598,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6319,20 +3613,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6343,20 +3628,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6367,7 +3643,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -6398,52 +3673,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6468,21 +3699,8 @@ "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, @@ -6498,20 +3716,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6522,7 +3731,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -6553,52 +3761,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6623,21 +3787,8 @@ "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, @@ -6647,8 +3798,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6657,7 +3807,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchComputeNodeCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ODataFilter", "OutputTypes": [ @@ -6689,17 +3838,13 @@ "Url": "System.String", "VirtualMachineSize": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6714,11 +3859,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -6728,43 +3871,24 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Pool", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", @@ -6805,100 +3929,39 @@ "AutoScaleFormula": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -6929,52 +3992,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -6993,21 +4012,8 @@ "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 } ], @@ -7018,20 +4024,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7042,20 +4039,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7066,20 +4054,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7090,7 +4069,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -7121,52 +4099,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7191,21 +4125,8 @@ "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, @@ -7221,20 +4142,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7245,20 +4157,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7269,309 +4172,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Select", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "BatchContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Batch", - "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", - "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", - "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", - "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", - "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", - "DedicatedCoreQuotaPerVMFamily": "System.Collections.Hashtable", - "Tags": "System.Collections.Hashtable", - "ActiveJobAndJobScheduleQuota": "System.Int32", - "PoolQuota": "System.Int32", - "PoolAllocationMode": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", - "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", - "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TaskTenantUrl": "System.String", - "State": "System.String", - "Subscription": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "AccountName": "System.String", - "SecondaryAccountKey": "System.String", - "PrimaryAccountKey": "System.String", - "AccountEndpoint": "System.String", - "TagsTable": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "ParentObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Pool", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Batch.Models", - "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", - "CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", - "NetworkConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics", - "StartTask": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "TaskSchedulingPolicy": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "VirtualMachineConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", - "ApplicationPackageReferences": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference]", - "CertificateReferences": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]", - "MountConfiguration": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration]", - "UserAccounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAccount]", - "ApplicationLicenses": "System.Collections.Generic.IList`1[System.String]", - "ResizeErrors": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]", - "Metadata": "System.Collections.IDictionary", - "AllocationState": "System.Nullable`1[Microsoft.Azure.Batch.Common.AllocationState]", - "State": "System.Nullable`1[Microsoft.Azure.Batch.Common.PoolState]", - "AutoScaleEnabled": "System.Nullable`1[System.Boolean]", - "InterComputeNodeCommunicationEnabled": "System.Nullable`1[System.Boolean]", - "StateTransitionTime": "System.Nullable`1[System.DateTime]", - "LastModified": "System.Nullable`1[System.DateTime]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "AllocationStateTransitionTime": "System.Nullable`1[System.DateTime]", - "CurrentLowPriorityComputeNodes": "System.Nullable`1[System.Int32]", - "CurrentDedicatedComputeNodes": "System.Nullable`1[System.Int32]", - "TargetDedicatedComputeNodes": "System.Nullable`1[System.Int32]", - "TargetLowPriorityComputeNodes": "System.Nullable`1[System.Int32]", - "MaxTasksPerComputeNode": "System.Nullable`1[System.Int32]", - "ResizeTimeout": "System.Nullable`1[System.TimeSpan]", - "AutoScaleEvaluationInterval": "System.Nullable`1[System.TimeSpan]", - "Id": "System.String", - "ETag": "System.String", - "DisplayName": "System.String", - "AutoScaleFormula": "System.String", - "Url": "System.String", - "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Filter", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MaxCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7582,20 +4187,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7606,7 +4202,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -7637,52 +4232,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7707,21 +4258,178 @@ "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": "ParentObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Pool", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Batch.Models", + "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", + "CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", + "NetworkConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", + "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics", + "StartTask": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", + "TaskSchedulingPolicy": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", + "VirtualMachineConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", + "ApplicationPackageReferences": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference]", + "CertificateReferences": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]", + "MountConfiguration": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration]", + "UserAccounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAccount]", + "ApplicationLicenses": "System.Collections.Generic.IList`1[System.String]", + "ResizeErrors": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]", + "Metadata": "System.Collections.IDictionary", + "AllocationState": "System.Nullable`1[Microsoft.Azure.Batch.Common.AllocationState]", + "State": "System.Nullable`1[Microsoft.Azure.Batch.Common.PoolState]", + "AutoScaleEnabled": "System.Nullable`1[System.Boolean]", + "InterComputeNodeCommunicationEnabled": "System.Nullable`1[System.Boolean]", + "StateTransitionTime": "System.Nullable`1[System.DateTime]", + "LastModified": "System.Nullable`1[System.DateTime]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "AllocationStateTransitionTime": "System.Nullable`1[System.DateTime]", + "CurrentLowPriorityComputeNodes": "System.Nullable`1[System.Int32]", + "CurrentDedicatedComputeNodes": "System.Nullable`1[System.Int32]", + "TargetDedicatedComputeNodes": "System.Nullable`1[System.Int32]", + "TargetLowPriorityComputeNodes": "System.Nullable`1[System.Int32]", + "MaxTasksPerComputeNode": "System.Nullable`1[System.Int32]", + "ResizeTimeout": "System.Nullable`1[System.TimeSpan]", + "AutoScaleEvaluationInterval": "System.Nullable`1[System.TimeSpan]", + "Id": "System.String", + "ETag": "System.String", + "DisplayName": "System.String", + "AutoScaleFormula": "System.String", + "Url": "System.String", + "VirtualMachineSize": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Filter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Select", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BatchContext", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Batch", + "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", + "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", + "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", + "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", + "DedicatedCoreQuotaPerVMFamily": "System.Collections.Hashtable", + "Tags": "System.Collections.Hashtable", + "ActiveJobAndJobScheduleQuota": "System.Int32", + "PoolQuota": "System.Int32", + "PoolAllocationMode": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", + "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", + "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", + "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", + "TaskTenantUrl": "System.String", + "State": "System.String", + "Subscription": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "AccountName": "System.String", + "SecondaryAccountKey": "System.String", + "PrimaryAccountKey": "System.String", + "AccountEndpoint": "System.String", + "TagsTable": "System.String", + "Id": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7737,20 +4445,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7761,7 +4460,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -7792,52 +4490,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7862,21 +4516,8 @@ "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, @@ -7886,8 +4527,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -7896,7 +4536,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchJobCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ODataFilter", "OutputTypes": [ @@ -7931,17 +4570,13 @@ "DisplayName": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7956,11 +4591,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -7970,43 +4603,24 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "JobScheduleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "JobSchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", @@ -8027,118 +4641,48 @@ "ETag": "System.String", "Id": "System.String", "Url": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -8169,52 +4713,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -8233,21 +4733,8 @@ "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 } ], @@ -8258,20 +4745,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8282,20 +4760,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8306,20 +4775,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8330,7 +4790,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -8361,52 +4820,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8431,21 +4846,8 @@ "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, @@ -8461,20 +4863,11 @@ { "ParameterMetadata": { "Name": "JobScheduleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8485,20 +4878,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8509,20 +4893,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8533,20 +4908,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8557,20 +4923,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8581,7 +4938,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -8612,52 +4968,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8682,21 +4994,8 @@ "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, @@ -8712,7 +5011,6 @@ { "ParameterMetadata": { "Name": "JobSchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", @@ -8733,41 +5031,8 @@ "ETag": "System.String", "Id": "System.String", "Url": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8778,20 +5043,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8802,20 +5058,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8826,20 +5073,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8850,20 +5088,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8874,7 +5103,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -8905,52 +5133,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8975,21 +5159,8 @@ "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, @@ -9005,20 +5176,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9029,20 +5191,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9053,7 +5206,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -9084,52 +5236,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9154,21 +5262,8 @@ "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, @@ -9178,8 +5273,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -9188,7 +5282,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchJobPreparationAndReleaseTaskStatusCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "Id", "OutputTypes": [ @@ -9204,17 +5297,13 @@ "ComputeNodeUrl": "System.String", "PoolId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9229,11 +5318,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -9243,25 +5330,15 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", @@ -9291,118 +5368,48 @@ "ETag": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -9433,52 +5440,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -9497,21 +5460,8 @@ "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 } ], @@ -9522,20 +5472,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9546,20 +5487,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9570,322 +5502,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Select", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Expand", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "BatchContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Batch", - "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", - "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", - "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", - "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", - "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", - "DedicatedCoreQuotaPerVMFamily": "System.Collections.Hashtable", - "Tags": "System.Collections.Hashtable", - "ActiveJobAndJobScheduleQuota": "System.Int32", - "PoolQuota": "System.Int32", - "PoolAllocationMode": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", - "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", - "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TaskTenantUrl": "System.String", - "State": "System.String", - "Subscription": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "AccountName": "System.String", - "SecondaryAccountKey": "System.String", - "PrimaryAccountKey": "System.String", - "AccountEndpoint": "System.String", - "TagsTable": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "InputObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Batch.Models", - "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", - "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", - "JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", - "NetworkConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration", - "JobPreparationTask": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask", - "JobReleaseTask": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask", - "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics", - "PoolInformation": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation", - "CommonEnvironmentSettings": "System.Collections.IDictionary", - "Metadata": "System.Collections.IDictionary", - "PreviousState": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobState]", - "State": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobState]", - "OnAllTasksComplete": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnAllTasksComplete]", - "OnTaskFailure": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnTaskFailure]", - "UsesTaskDependencies": "System.Nullable`1[System.Boolean]", - "LastModified": "System.Nullable`1[System.DateTime]", - "PreviousStateTransitionTime": "System.Nullable`1[System.DateTime]", - "StateTransitionTime": "System.Nullable`1[System.DateTime]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "Priority": "System.Nullable`1[System.Int32]", - "Url": "System.String", - "ETag": "System.String", - "DisplayName": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Filter", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MaxCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9896,20 +5517,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9920,20 +5532,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9944,7 +5547,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -9975,52 +5577,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10045,21 +5603,182 @@ "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": "InputObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Batch.Models", + "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", + "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", + "JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", + "NetworkConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration", + "JobPreparationTask": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask", + "JobReleaseTask": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask", + "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics", + "PoolInformation": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation", + "CommonEnvironmentSettings": "System.Collections.IDictionary", + "Metadata": "System.Collections.IDictionary", + "PreviousState": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobState]", + "State": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobState]", + "OnAllTasksComplete": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnAllTasksComplete]", + "OnTaskFailure": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnTaskFailure]", + "UsesTaskDependencies": "System.Nullable`1[System.Boolean]", + "LastModified": "System.Nullable`1[System.DateTime]", + "PreviousStateTransitionTime": "System.Nullable`1[System.DateTime]", + "StateTransitionTime": "System.Nullable`1[System.DateTime]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "Priority": "System.Nullable`1[System.Int32]", + "Url": "System.String", + "ETag": "System.String", + "DisplayName": "System.String", + "Id": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Filter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Select", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Expand", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BatchContext", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Batch", + "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", + "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", + "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", + "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", + "DedicatedCoreQuotaPerVMFamily": "System.Collections.Hashtable", + "Tags": "System.Collections.Hashtable", + "ActiveJobAndJobScheduleQuota": "System.Int32", + "PoolQuota": "System.Int32", + "PoolAllocationMode": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", + "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", + "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", + "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", + "TaskTenantUrl": "System.String", + "State": "System.String", + "Subscription": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "AccountName": "System.String", + "SecondaryAccountKey": "System.String", + "PrimaryAccountKey": "System.String", + "AccountEndpoint": "System.String", + "TagsTable": "System.String", + "Id": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10075,20 +5794,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10099,20 +5809,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10123,20 +5824,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10147,20 +5839,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10171,7 +5854,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -10202,52 +5884,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10272,21 +5910,8 @@ "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, @@ -10296,8 +5921,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -10306,7 +5930,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchJobScheduleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ODataFilter", "OutputTypes": [ @@ -10332,17 +5955,13 @@ "Id": "System.String", "Url": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10357,11 +5976,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -10371,97 +5988,51 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -10492,52 +6063,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -10556,21 +6083,8 @@ "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 } ], @@ -10581,20 +6095,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10605,20 +6110,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10629,20 +6125,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10653,7 +6140,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -10684,52 +6170,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10754,21 +6196,8 @@ "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, @@ -10784,20 +6213,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10808,20 +6228,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10832,20 +6243,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10856,20 +6258,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10880,7 +6273,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -10911,52 +6303,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10981,21 +6329,8 @@ "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, @@ -11011,20 +6346,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11035,20 +6361,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11059,7 +6376,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -11090,52 +6406,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11160,21 +6432,8 @@ "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, @@ -11184,8 +6443,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -11194,7 +6452,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchJobStatisticCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -11219,17 +6476,13 @@ "WaitTime": "System.TimeSpan", "WallClockTime": "System.TimeSpan" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11244,11 +6497,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -11258,7 +6509,6 @@ "Parameters": [ { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -11289,52 +6539,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -11353,21 +6559,8 @@ "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 } ], @@ -11378,7 +6571,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -11409,52 +6601,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11479,21 +6627,8 @@ "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, @@ -11515,7 +6650,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchLocationQuotaCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -11528,17 +6662,13 @@ "AccountQuota": "System.Int32", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11553,7 +6683,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -11569,8 +6698,7 @@ "Name": "locationQuotasResponse", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -11582,20 +6710,11 @@ "Parameters": [ { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -11614,21 +6733,8 @@ "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 } ], @@ -11639,20 +6745,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11677,21 +6774,8 @@ "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, @@ -11714,7 +6798,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchNodeFileCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ComputeNode_Id", "OutputTypes": [ @@ -11729,17 +6812,13 @@ "Path": "System.String", "Url": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11754,11 +6833,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -11768,43 +6845,24 @@ "Parameters": [ { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "TaskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Task", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -11836,97 +6894,30 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -11953,41 +6944,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -11998,75 +6956,39 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Recursive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -12097,52 +7019,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -12161,21 +7039,8 @@ "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 } ], @@ -12186,20 +7051,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12210,20 +7066,11 @@ { "ParameterMetadata": { "Name": "TaskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12240,16 +7087,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -12260,7 +7099,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -12291,52 +7129,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12361,21 +7155,8 @@ "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, @@ -12391,20 +7172,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12415,20 +7187,11 @@ { "ParameterMetadata": { "Name": "TaskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12439,20 +7202,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12463,20 +7217,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12487,20 +7232,11 @@ { "ParameterMetadata": { "Name": "Recursive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12511,7 +7247,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -12542,52 +7277,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12612,21 +7303,8 @@ "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, @@ -12642,7 +7320,6 @@ { "ParameterMetadata": { "Name": "Task", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -12674,56 +7351,8 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -12734,20 +7363,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12758,20 +7378,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12782,20 +7393,11 @@ { "ParameterMetadata": { "Name": "Recursive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12806,7 +7408,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -12837,52 +7438,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12907,21 +7464,8 @@ "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, @@ -12937,20 +7481,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12961,20 +7496,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12991,16 +7517,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13011,7 +7529,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -13042,52 +7559,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13112,21 +7585,8 @@ "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, @@ -13142,20 +7602,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13166,20 +7617,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13190,20 +7632,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13214,20 +7647,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13238,20 +7662,11 @@ { "ParameterMetadata": { "Name": "Recursive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13262,7 +7677,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -13293,52 +7707,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13363,21 +7733,8 @@ "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, @@ -13393,7 +7750,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -13420,41 +7776,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13465,20 +7788,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13489,20 +7803,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13513,20 +7818,11 @@ { "ParameterMetadata": { "Name": "Recursive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13537,7 +7833,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -13568,52 +7863,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13638,21 +7889,8 @@ "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, @@ -13668,7 +7906,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -13699,52 +7936,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13769,21 +7962,8 @@ "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, @@ -13793,8 +7973,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -13803,7 +7982,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchNodeFileContentCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -13811,12 +7989,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -13826,74 +7999,38 @@ "Parameters": [ { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "TaskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -13904,21 +8041,12 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", @@ -13928,122 +8056,58 @@ "IsDirectory": "System.Nullable`1[System.Boolean]", "Path": "System.String", "Url": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DestinationPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DestinationStream", - "AliasList": [], "Type": { "Namespace": "System.IO", "Name": "System.IO.Stream", - "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ByteRangeStart", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true }, { "Name": "ByteRangeEnd", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -14074,52 +8138,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -14138,21 +8158,8 @@ "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 } ], @@ -14163,20 +8170,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14187,20 +8185,11 @@ { "ParameterMetadata": { "Name": "TaskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14217,16 +8206,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14237,20 +8218,11 @@ { "ParameterMetadata": { "Name": "DestinationPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14261,20 +8233,14 @@ { "ParameterMetadata": { "Name": "ByteRangeStart", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -14287,20 +8253,14 @@ { "ParameterMetadata": { "Name": "ByteRangeEnd", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -14313,7 +8273,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -14344,52 +8303,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14414,21 +8329,8 @@ "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, @@ -14444,20 +8346,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14468,20 +8361,11 @@ { "ParameterMetadata": { "Name": "TaskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14498,16 +8382,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14518,20 +8394,11 @@ { "ParameterMetadata": { "Name": "DestinationStream", - "AliasList": [], "Type": { "Namespace": "System.IO", "Name": "System.IO.Stream", - "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14542,20 +8409,14 @@ { "ParameterMetadata": { "Name": "ByteRangeStart", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -14568,20 +8429,14 @@ { "ParameterMetadata": { "Name": "ByteRangeEnd", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -14594,7 +8449,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -14625,52 +8479,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14695,21 +8505,8 @@ "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, @@ -14725,20 +8522,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14749,20 +8537,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14779,16 +8558,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14799,20 +8570,11 @@ { "ParameterMetadata": { "Name": "DestinationPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14823,20 +8585,14 @@ { "ParameterMetadata": { "Name": "ByteRangeStart", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -14849,20 +8605,14 @@ { "ParameterMetadata": { "Name": "ByteRangeEnd", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -14875,7 +8625,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -14906,52 +8655,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14976,21 +8681,8 @@ "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, @@ -15006,20 +8698,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15030,20 +8713,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15060,16 +8734,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15080,20 +8746,11 @@ { "ParameterMetadata": { "Name": "DestinationStream", - "AliasList": [], "Type": { "Namespace": "System.IO", "Name": "System.IO.Stream", - "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15104,20 +8761,14 @@ { "ParameterMetadata": { "Name": "ByteRangeStart", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -15130,20 +8781,14 @@ { "ParameterMetadata": { "Name": "ByteRangeEnd", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -15156,7 +8801,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -15187,52 +8831,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15257,21 +8857,8 @@ "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, @@ -15287,7 +8874,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", @@ -15297,41 +8883,8 @@ "IsDirectory": "System.Nullable`1[System.Boolean]", "Path": "System.String", "Url": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15342,20 +8895,11 @@ { "ParameterMetadata": { "Name": "DestinationPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15366,20 +8910,14 @@ { "ParameterMetadata": { "Name": "ByteRangeStart", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -15392,20 +8930,14 @@ { "ParameterMetadata": { "Name": "ByteRangeEnd", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -15418,7 +8950,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -15449,52 +8980,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15519,21 +9006,8 @@ "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, @@ -15549,7 +9023,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", @@ -15559,41 +9032,8 @@ "IsDirectory": "System.Nullable`1[System.Boolean]", "Path": "System.String", "Url": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15604,20 +9044,11 @@ { "ParameterMetadata": { "Name": "DestinationStream", - "AliasList": [], "Type": { "Namespace": "System.IO", "Name": "System.IO.Stream", - "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15628,20 +9059,14 @@ { "ParameterMetadata": { "Name": "ByteRangeStart", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -15654,20 +9079,14 @@ { "ParameterMetadata": { "Name": "ByteRangeEnd", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -15680,7 +9099,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -15711,52 +9129,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15781,21 +9155,8 @@ "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, @@ -15811,20 +9172,14 @@ { "ParameterMetadata": { "Name": "ByteRangeStart", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -15837,20 +9192,14 @@ { "ParameterMetadata": { "Name": "ByteRangeEnd", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 9223372036854775807, "ValidateNotNullOrEmpty": true @@ -15863,7 +9212,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -15894,52 +9242,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15964,21 +9268,8 @@ "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, @@ -15988,8 +9279,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -15998,7 +9288,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchPoolCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ODataFilter", "OutputTypes": [ @@ -16044,17 +9333,13 @@ "Url": "System.String", "VirtualMachineSize": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -16069,11 +9354,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -16083,97 +9366,51 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -16204,52 +9441,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -16268,21 +9461,8 @@ "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 } ], @@ -16293,20 +9473,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16317,20 +9488,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16341,20 +9503,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16365,7 +9518,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -16396,52 +9548,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16466,21 +9574,8 @@ "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, @@ -16496,20 +9591,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16520,20 +9606,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16544,20 +9621,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16568,20 +9636,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16592,7 +9651,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -16623,52 +9681,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16693,21 +9707,8 @@ "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, @@ -16723,20 +9724,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16747,20 +9739,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16771,7 +9754,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -16802,52 +9784,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16872,21 +9810,8 @@ "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, @@ -16896,8 +9821,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -16906,7 +9830,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchPoolNodeCountCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "AzureBatchPoolNodeCounts", "OutputTypes": [ @@ -16920,17 +9843,13 @@ "LowPriority": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts", "PoolId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -16945,11 +9864,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -16959,25 +9876,15 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Pool", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", @@ -17018,64 +9925,23 @@ "AutoScaleFormula": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 1, "ValidateRangeMax": 10, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -17106,52 +9972,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -17170,21 +9992,8 @@ "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 } ], @@ -17195,20 +10004,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17219,7 +10019,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -17250,52 +10049,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17320,21 +10075,8 @@ "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, @@ -17350,7 +10092,6 @@ { "ParameterMetadata": { "Name": "Pool", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", @@ -17391,41 +10132,8 @@ "AutoScaleFormula": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17436,7 +10144,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -17467,52 +10174,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17537,21 +10200,8 @@ "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, @@ -17567,18 +10217,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 1, "ValidateRangeMax": 10, "ValidateNotNullOrEmpty": false @@ -17591,7 +10234,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -17622,52 +10264,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17692,21 +10290,8 @@ "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, @@ -17722,7 +10307,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -17753,52 +10337,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17823,21 +10363,8 @@ "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, @@ -17859,7 +10386,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchPoolStatisticCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -17875,17 +10401,13 @@ "StartTime": "System.DateTime", "Url": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17900,11 +10422,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -17914,7 +10434,6 @@ "Parameters": [ { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -17945,52 +10464,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -18009,21 +10484,8 @@ "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 } ], @@ -18034,7 +10496,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -18065,52 +10526,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18135,21 +10552,8 @@ "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, @@ -18171,7 +10575,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchPoolUsageMetrics", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -18187,17 +10590,13 @@ "PoolId": "System.String", "VirtualMachineSize": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -18212,11 +10611,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -18226,65 +10623,39 @@ "Parameters": [ { "Name": "StartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "EndTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -18315,52 +10686,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -18379,21 +10706,8 @@ "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 } ], @@ -18404,22 +10718,14 @@ { "ParameterMetadata": { "Name": "StartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18430,22 +10736,14 @@ { "ParameterMetadata": { "Name": "EndTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18456,20 +10754,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18480,7 +10769,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -18511,52 +10799,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18581,21 +10825,8 @@ "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, @@ -18617,7 +10848,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchRemoteDesktopProtocolFileCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "Id_Path", "OutputTypes": [ @@ -18625,12 +10855,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -18640,43 +10865,24 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -18703,82 +10909,30 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DestinationPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DestinationStream", - "AliasList": [], "Type": { "Namespace": "System.IO", "Name": "System.IO.Stream", - "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -18809,52 +10963,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -18873,21 +10983,8 @@ "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 } ], @@ -18898,20 +10995,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18922,20 +11010,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18946,20 +11025,11 @@ { "ParameterMetadata": { "Name": "DestinationPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18970,7 +11040,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -19001,52 +11070,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19071,21 +11096,8 @@ "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, @@ -19101,20 +11113,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19125,20 +11128,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19149,20 +11143,11 @@ { "ParameterMetadata": { "Name": "DestinationStream", - "AliasList": [], "Type": { "Namespace": "System.IO", "Name": "System.IO.Stream", - "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19173,7 +11158,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -19204,52 +11188,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19274,21 +11214,8 @@ "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, @@ -19304,7 +11231,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -19331,41 +11257,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19376,20 +11269,11 @@ { "ParameterMetadata": { "Name": "DestinationPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19400,7 +11284,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -19431,52 +11314,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19501,21 +11340,8 @@ "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, @@ -19531,7 +11357,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -19558,41 +11383,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19603,20 +11395,11 @@ { "ParameterMetadata": { "Name": "DestinationStream", - "AliasList": [], "Type": { "Namespace": "System.IO", "Name": "System.IO.Stream", - "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19627,7 +11410,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -19658,52 +11440,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19728,21 +11466,8 @@ "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, @@ -19758,7 +11483,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -19789,52 +11513,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19859,21 +11539,8 @@ "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, @@ -19883,8 +11550,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -19893,7 +11559,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchComputeNodeRemoteLoginSettingCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "Id", "OutputTypes": [ @@ -19906,17 +11571,13 @@ "Port": "System.Int32", "IPAddress": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -19931,11 +11592,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -19945,43 +11604,24 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -20008,46 +11648,12 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -20078,52 +11684,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -20142,21 +11704,8 @@ "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 } ], @@ -20167,20 +11716,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20191,20 +11731,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20215,7 +11746,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -20246,52 +11776,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20316,21 +11802,8 @@ "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, @@ -20346,7 +11819,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -20373,41 +11845,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20418,7 +11857,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -20449,52 +11887,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20519,21 +11913,8 @@ "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, @@ -20549,7 +11930,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -20580,52 +11960,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20650,21 +11986,8 @@ "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, @@ -20686,7 +12009,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchSubtaskCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ODataFilter", "OutputTypes": [ @@ -20709,17 +12031,13 @@ "ExitCode": "System.Nullable`1[System.Int32]", "Id": "System.Nullable`1[System.Int32]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -20734,11 +12052,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -20748,43 +12064,24 @@ "Parameters": [ { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "TaskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Task", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -20816,79 +12113,21 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -20919,52 +12158,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -20983,21 +12178,8 @@ "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 } ], @@ -21008,20 +12190,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21032,20 +12205,11 @@ { "ParameterMetadata": { "Name": "TaskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21056,20 +12220,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21080,7 +12235,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -21111,52 +12265,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21181,21 +12291,8 @@ "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, @@ -21211,7 +12308,6 @@ { "ParameterMetadata": { "Name": "Task", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -21243,56 +12339,8 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21303,20 +12351,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21327,7 +12366,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -21358,52 +12396,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21428,21 +12422,8 @@ "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, @@ -21458,20 +12439,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21482,7 +12454,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -21513,52 +12484,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21583,21 +12510,8 @@ "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, @@ -21607,8 +12521,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -21617,7 +12530,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchAccountSupportedImagesCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -21634,17 +12546,13 @@ "BatchSupportEndOfLife": "System.Nullable`1[System.DateTime]", "NodeAgentSkuId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -21659,11 +12567,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -21673,43 +12579,24 @@ "Parameters": [ { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -21740,52 +12627,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -21804,21 +12647,8 @@ "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 } ], @@ -21829,20 +12659,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21853,20 +12674,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21877,7 +12689,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -21908,52 +12719,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21978,21 +12745,8 @@ "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, @@ -22002,8 +12756,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -22012,7 +12765,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchTaskCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ODataFilter", "OutputTypes": [ @@ -22049,17 +12801,13 @@ "Url": "System.String", "DisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -22074,7 +12822,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -22090,8 +12837,7 @@ "Name": "commandline", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -22103,43 +12849,24 @@ "Parameters": [ { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Job", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", @@ -22169,118 +12896,48 @@ "ETag": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -22311,52 +12968,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -22375,21 +12988,8 @@ "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 } ], @@ -22400,20 +13000,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22424,20 +13015,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22448,20 +13030,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22472,20 +13045,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22496,7 +13060,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -22527,52 +13090,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22597,21 +13116,8 @@ "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, @@ -22627,20 +13133,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22651,20 +13148,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22675,20 +13163,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22699,20 +13178,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22723,20 +13193,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22747,7 +13208,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -22778,52 +13238,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22848,21 +13264,8 @@ "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, @@ -22878,7 +13281,6 @@ { "ParameterMetadata": { "Name": "Job", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", @@ -22908,41 +13310,8 @@ "ETag": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22953,20 +13322,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22977,20 +13337,11 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23001,20 +13352,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23025,20 +13367,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23049,7 +13382,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -23080,52 +13412,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23150,21 +13438,8 @@ "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, @@ -23180,20 +13455,11 @@ { "ParameterMetadata": { "Name": "Select", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23204,20 +13470,11 @@ { "ParameterMetadata": { "Name": "Expand", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23228,7 +13485,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -23259,52 +13515,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23329,21 +13541,8 @@ "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, @@ -23353,8 +13552,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -23363,7 +13561,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchTaskCountCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -23379,17 +13576,13 @@ "Running": "System.Int32", "Succeeded": "System.Int32" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -23404,11 +13597,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -23418,25 +13609,15 @@ "Parameters": [ { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Job", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", @@ -23466,46 +13647,12 @@ "ETag": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -23536,52 +13683,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -23600,21 +13703,8 @@ "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 } ], @@ -23625,20 +13715,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23649,7 +13730,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -23680,52 +13760,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23750,21 +13786,8 @@ "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, @@ -23780,7 +13803,6 @@ { "ParameterMetadata": { "Name": "Job", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", @@ -23810,41 +13832,8 @@ "ETag": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23855,7 +13844,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -23886,52 +13874,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23956,21 +13900,8 @@ "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, @@ -23986,7 +13917,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -24017,52 +13947,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24087,21 +13973,8 @@ "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, @@ -24123,7 +13996,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.NewBatchAccountCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -24159,17 +14031,13 @@ "TagsTable": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -24184,7 +14052,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -24196,8 +14063,7 @@ "Name": "azureContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -24215,126 +14081,65 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AutoStorageAccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PoolAllocationMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "KeyVaultId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "KeyVaultUrl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -24345,222 +14150,26 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PublicNetworkAccess", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -24579,21 +14188,8 @@ "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 } ], @@ -24610,16 +14206,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24630,20 +14218,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24654,20 +14233,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24678,20 +14248,11 @@ { "ParameterMetadata": { "Name": "AutoStorageAccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24702,22 +14263,14 @@ { "ParameterMetadata": { "Name": "PoolAllocationMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24728,20 +14281,11 @@ { "ParameterMetadata": { "Name": "KeyVaultId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24752,20 +14296,11 @@ { "ParameterMetadata": { "Name": "KeyVaultUrl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24782,16 +14317,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24802,105 +14329,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccess", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24911,105 +14344,11 @@ { "ParameterMetadata": { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25034,21 +14373,8 @@ "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, @@ -25058,8 +14384,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -25068,7 +14393,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RegenBatchAccountKeyCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -25104,17 +14428,13 @@ "TagsTable": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25129,7 +14449,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -25141,8 +14460,7 @@ "Name": "azureContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -25160,55 +14478,30 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Primary", "Secondary" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -25227,21 +14520,8 @@ "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 } ], @@ -25258,16 +14538,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25278,20 +14550,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25302,23 +14565,15 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Primary", "Secondary" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -25343,21 +14598,8 @@ "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, @@ -25367,8 +14609,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -25377,7 +14618,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.NewBatchApplicationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -25393,17 +14633,13 @@ "DefaultVersion": "System.String", "DisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25418,15 +14654,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -25438,38 +14671,20 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -25480,54 +14695,29 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AllowUpdates", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -25546,21 +14736,8 @@ "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 } ], @@ -25571,20 +14748,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25595,20 +14763,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25625,16 +14784,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25645,22 +14796,14 @@ { "ParameterMetadata": { "Name": "AllowUpdates", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25671,20 +14814,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25709,21 +14843,8 @@ "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, @@ -25733,8 +14854,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -25743,7 +14863,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.NewBatchApplicationPackageCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "UploadAndActivate", "OutputTypes": [ @@ -25761,17 +14880,13 @@ "Name": "System.String", "StorageUrl": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25786,15 +14901,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -25806,38 +14918,20 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -25848,88 +14942,44 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ApplicationVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Format", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ActivateOnly", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -25948,21 +14998,8 @@ "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 } ], @@ -25973,20 +15010,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25997,20 +15025,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26027,16 +15046,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26047,20 +15058,11 @@ { "ParameterMetadata": { "Name": "ApplicationVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26071,20 +15073,11 @@ { "ParameterMetadata": { "Name": "Format", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26095,20 +15088,11 @@ { "ParameterMetadata": { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26133,21 +15117,8 @@ "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, @@ -26163,20 +15134,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26187,20 +15149,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26217,16 +15170,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26237,20 +15182,11 @@ { "ParameterMetadata": { "Name": "ApplicationVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26261,20 +15197,11 @@ { "ParameterMetadata": { "Name": "Format", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26285,20 +15212,11 @@ { "ParameterMetadata": { "Name": "ActivateOnly", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -26323,21 +15241,8 @@ "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, @@ -26367,21 +15272,8 @@ "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, @@ -26391,8 +15283,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -26401,7 +15292,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.NewBatchCertificateCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "File", "OutputTypes": [ @@ -26409,12 +15299,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -26424,164 +15309,43 @@ "Parameters": [ { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "RawData", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Byte" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -26612,52 +15376,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -26676,21 +15396,8 @@ "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 } ], @@ -26701,20 +15408,11 @@ { "ParameterMetadata": { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26725,20 +15423,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26749,105 +15438,11 @@ { "ParameterMetadata": { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26858,7 +15453,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -26889,52 +15483,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26959,21 +15509,8 @@ "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, @@ -26989,20 +15526,12 @@ { "ParameterMetadata": { "Name": "RawData", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Byte" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27013,20 +15542,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27037,105 +15557,11 @@ { "ParameterMetadata": { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27146,7 +15572,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -27177,52 +15602,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27247,21 +15628,8 @@ "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, @@ -27277,20 +15645,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27301,105 +15660,11 @@ { "ParameterMetadata": { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27410,7 +15675,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -27441,52 +15705,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27511,21 +15731,8 @@ "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, @@ -27535,8 +15742,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -27545,7 +15751,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.NewBatchComputeNodeUserCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -27553,12 +15758,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -27568,43 +15768,24 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -27631,118 +15812,48 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ExpiryTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "IsAdmin", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -27773,52 +15884,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -27837,21 +15904,8 @@ "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 } ], @@ -27862,20 +15916,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27886,20 +15931,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27910,20 +15946,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27934,20 +15961,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27958,20 +15976,11 @@ { "ParameterMetadata": { "Name": "ExpiryTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27982,20 +15991,11 @@ { "ParameterMetadata": { "Name": "IsAdmin", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28006,7 +16006,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -28037,52 +16036,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28107,21 +16062,8 @@ "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, @@ -28137,7 +16079,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -28164,41 +16105,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28209,20 +16117,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28233,20 +16132,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28257,20 +16147,11 @@ { "ParameterMetadata": { "Name": "ExpiryTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28281,20 +16162,11 @@ { "ParameterMetadata": { "Name": "IsAdmin", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28305,7 +16177,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -28336,52 +16207,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28406,21 +16233,8 @@ "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, @@ -28436,20 +16250,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28460,20 +16265,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28484,20 +16280,11 @@ { "ParameterMetadata": { "Name": "ExpiryTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28508,20 +16295,11 @@ { "ParameterMetadata": { "Name": "IsAdmin", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28532,7 +16310,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -28563,52 +16340,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28633,21 +16366,8 @@ "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, @@ -28657,8 +16377,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -28667,7 +16386,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.NewBatchJobCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -28675,12 +16393,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -28690,20 +16403,11 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -28714,39 +16418,21 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Constraints", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", @@ -28754,61 +16440,12 @@ "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "maxWallClockTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxTaskRetryCount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "JobManagerTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", @@ -28828,66 +16465,12 @@ "CommandLine": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "JobPreparationTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask", @@ -28902,62 +16485,12 @@ "WaitForSuccess": "System.Nullable`1[System.Boolean]", "CommandLine": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "JobReleaseTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask", @@ -28971,80 +16504,21 @@ "RetentionTime": "System.Nullable`1[System.TimeSpan]", "CommandLine": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Metadata", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolInformation", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation", @@ -29052,128 +16526,54 @@ "Properties": { "AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", "PoolId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "UsesTaskDependencies", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "OnTaskFailure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnTaskFailure]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.OnTaskFailure" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "OnAllTasksComplete", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnAllTasksComplete]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.OnAllTasksComplete" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -29204,52 +16604,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -29268,21 +16624,8 @@ "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 } ], @@ -29293,20 +16636,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29323,16 +16657,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29343,20 +16669,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29367,7 +16684,6 @@ { "ParameterMetadata": { "Name": "Constraints", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", @@ -29375,56 +16691,8 @@ "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "maxWallClockTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxTaskRetryCount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29435,7 +16703,6 @@ { "ParameterMetadata": { "Name": "JobManagerTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", @@ -29455,61 +16722,8 @@ "CommandLine": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29520,7 +16734,6 @@ { "ParameterMetadata": { "Name": "JobPreparationTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask", @@ -29535,57 +16748,8 @@ "WaitForSuccess": "System.Nullable`1[System.Boolean]", "CommandLine": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29596,7 +16760,6 @@ { "ParameterMetadata": { "Name": "JobReleaseTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask", @@ -29610,57 +16773,8 @@ "RetentionTime": "System.Nullable`1[System.TimeSpan]", "CommandLine": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29671,20 +16785,11 @@ { "ParameterMetadata": { "Name": "Metadata", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29695,7 +16800,6 @@ { "ParameterMetadata": { "Name": "PoolInformation", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation", @@ -29703,47 +16807,8 @@ "Properties": { "AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", "PoolId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29754,20 +16819,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29778,20 +16834,11 @@ { "ParameterMetadata": { "Name": "UsesTaskDependencies", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29802,22 +16849,14 @@ { "ParameterMetadata": { "Name": "OnTaskFailure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnTaskFailure]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.OnTaskFailure" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29828,22 +16867,14 @@ { "ParameterMetadata": { "Name": "OnAllTasksComplete", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnAllTasksComplete]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.OnAllTasksComplete" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29854,7 +16885,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -29885,52 +16915,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29955,21 +16941,8 @@ "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, @@ -29979,8 +16952,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -29989,7 +16961,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.NewBatchJobScheduleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -29997,12 +16968,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -30012,43 +16978,24 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Schedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule", @@ -30058,52 +17005,12 @@ "DoNotRunUntil": "System.Nullable`1[System.DateTime]", "RecurrenceInterval": "System.Nullable`1[System.TimeSpan]", "StartWindow": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "JobSpecification", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification", @@ -30122,80 +17029,21 @@ "UsesTaskDependencies": "System.Nullable`1[System.Boolean]", "Priority": "System.Nullable`1[System.Int32]", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "poolInformation", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Metadata", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -30226,52 +17074,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -30290,21 +17094,8 @@ "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 } ], @@ -30315,20 +17106,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30339,20 +17121,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -30363,7 +17136,6 @@ { "ParameterMetadata": { "Name": "Schedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule", @@ -30373,47 +17145,8 @@ "DoNotRunUntil": "System.Nullable`1[System.DateTime]", "RecurrenceInterval": "System.Nullable`1[System.TimeSpan]", "StartWindow": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30424,7 +17157,6 @@ { "ParameterMetadata": { "Name": "JobSpecification", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification", @@ -30443,57 +17175,8 @@ "UsesTaskDependencies": "System.Nullable`1[System.Boolean]", "Priority": "System.Nullable`1[System.Int32]", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "poolInformation", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30504,20 +17187,11 @@ { "ParameterMetadata": { "Name": "Metadata", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -30528,7 +17202,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -30559,52 +17232,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30629,21 +17258,8 @@ "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, @@ -30653,8 +17269,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -30663,7 +17278,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.NewBatchPoolCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "CloudServiceAndTargetDedicated", "OutputTypes": [ @@ -30671,12 +17285,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -30686,76 +17295,41 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VirtualMachineSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResizeTimeout", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -30766,194 +17340,90 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "TargetLowPriorityComputeNodes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AutoScaleEvaluationInterval", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AutoScaleFormula", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxTasksPerComputeNode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "TaskSchedulingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "computeNodeFillType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Metadata", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InterComputeNodeCommunicationEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "StartTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", @@ -30966,57 +17436,8 @@ "WaitForSuccess": "System.Nullable`1[System.Boolean]", "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "CommandLine": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -31028,15 +17449,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -31048,15 +17462,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -31067,23 +17474,15 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VirtualMachineConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", @@ -31096,61 +17495,12 @@ "DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]", "LicenseType": "System.String", "NodeAgentSkuId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "imageReference", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "nodeAgentSkuId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "CloudServiceConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", @@ -31158,61 +17508,12 @@ "Properties": { "OSFamily": "System.String", "OSVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "osFamily", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "osVersion", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "NetworkConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", @@ -31222,88 +17523,32 @@ "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", "DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]", "SubnetId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MountConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "UserAccount", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -31334,52 +17579,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -31398,21 +17599,8 @@ "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 } ], @@ -31423,20 +17611,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31447,20 +17626,11 @@ { "ParameterMetadata": { "Name": "VirtualMachineSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31471,20 +17641,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31495,22 +17656,14 @@ { "ParameterMetadata": { "Name": "MaxTasksPerComputeNode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31521,59 +17674,14 @@ { "ParameterMetadata": { "Name": "TaskSchedulingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "computeNodeFillType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31584,20 +17692,11 @@ { "ParameterMetadata": { "Name": "Metadata", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31608,20 +17707,11 @@ { "ParameterMetadata": { "Name": "InterComputeNodeCommunicationEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31632,7 +17722,6 @@ { "ParameterMetadata": { "Name": "StartTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", @@ -31645,57 +17734,8 @@ "WaitForSuccess": "System.Nullable`1[System.Boolean]", "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "CommandLine": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31713,15 +17753,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31739,15 +17772,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31764,18 +17790,11 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31786,7 +17805,6 @@ { "ParameterMetadata": { "Name": "NetworkConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", @@ -31796,47 +17814,8 @@ "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", "DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]", "SubnetId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31847,20 +17826,12 @@ { "ParameterMetadata": { "Name": "MountConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31871,20 +17842,12 @@ { "ParameterMetadata": { "Name": "UserAccount", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31895,7 +17858,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -31926,52 +17888,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31996,21 +17914,8 @@ "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, @@ -32026,22 +17931,14 @@ { "ParameterMetadata": { "Name": "ResizeTimeout", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32058,18 +17955,11 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32080,22 +17970,14 @@ { "ParameterMetadata": { "Name": "TargetLowPriorityComputeNodes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32106,7 +17988,6 @@ { "ParameterMetadata": { "Name": "VirtualMachineConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", @@ -32119,56 +18000,8 @@ "DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]", "LicenseType": "System.String", "NodeAgentSkuId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "imageReference", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "nodeAgentSkuId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32179,20 +18012,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32203,20 +18027,11 @@ { "ParameterMetadata": { "Name": "VirtualMachineSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32227,20 +18042,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32251,22 +18057,14 @@ { "ParameterMetadata": { "Name": "MaxTasksPerComputeNode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32277,59 +18075,14 @@ { "ParameterMetadata": { "Name": "TaskSchedulingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "computeNodeFillType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32340,20 +18093,11 @@ { "ParameterMetadata": { "Name": "Metadata", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32364,20 +18108,11 @@ { "ParameterMetadata": { "Name": "InterComputeNodeCommunicationEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32388,7 +18123,6 @@ { "ParameterMetadata": { "Name": "StartTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", @@ -32401,57 +18135,8 @@ "WaitForSuccess": "System.Nullable`1[System.Boolean]", "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "CommandLine": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32469,15 +18154,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32495,15 +18173,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32520,18 +18191,11 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32542,7 +18206,6 @@ { "ParameterMetadata": { "Name": "NetworkConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", @@ -32552,47 +18215,8 @@ "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", "DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]", "SubnetId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32603,20 +18227,12 @@ { "ParameterMetadata": { "Name": "MountConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32627,20 +18243,12 @@ { "ParameterMetadata": { "Name": "UserAccount", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32651,7 +18259,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -32682,52 +18289,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32752,21 +18315,8 @@ "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, @@ -32782,22 +18332,14 @@ { "ParameterMetadata": { "Name": "ResizeTimeout", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32814,18 +18356,11 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32836,22 +18371,14 @@ { "ParameterMetadata": { "Name": "TargetLowPriorityComputeNodes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32862,7 +18389,6 @@ { "ParameterMetadata": { "Name": "CloudServiceConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", @@ -32870,56 +18396,8 @@ "Properties": { "OSFamily": "System.String", "OSVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "osFamily", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "osVersion", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32930,20 +18408,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32954,20 +18423,11 @@ { "ParameterMetadata": { "Name": "VirtualMachineSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32978,20 +18438,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33002,22 +18453,14 @@ { "ParameterMetadata": { "Name": "MaxTasksPerComputeNode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33028,59 +18471,14 @@ { "ParameterMetadata": { "Name": "TaskSchedulingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "computeNodeFillType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33091,20 +18489,11 @@ { "ParameterMetadata": { "Name": "Metadata", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33115,20 +18504,11 @@ { "ParameterMetadata": { "Name": "InterComputeNodeCommunicationEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33139,7 +18519,6 @@ { "ParameterMetadata": { "Name": "StartTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", @@ -33152,57 +18531,8 @@ "WaitForSuccess": "System.Nullable`1[System.Boolean]", "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "CommandLine": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33220,15 +18550,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33246,15 +18569,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33271,18 +18587,11 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33293,7 +18602,6 @@ { "ParameterMetadata": { "Name": "NetworkConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", @@ -33303,47 +18611,8 @@ "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", "DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]", "SubnetId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33354,20 +18623,12 @@ { "ParameterMetadata": { "Name": "MountConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33378,20 +18639,12 @@ { "ParameterMetadata": { "Name": "UserAccount", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33402,7 +18655,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -33433,52 +18685,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33503,21 +18711,8 @@ "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, @@ -33533,22 +18728,14 @@ { "ParameterMetadata": { "Name": "AutoScaleEvaluationInterval", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33559,20 +18746,11 @@ { "ParameterMetadata": { "Name": "AutoScaleFormula", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33583,7 +18761,6 @@ { "ParameterMetadata": { "Name": "CloudServiceConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", @@ -33591,56 +18768,8 @@ "Properties": { "OSFamily": "System.String", "OSVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "osFamily", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "osVersion", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33651,20 +18780,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33675,20 +18795,11 @@ { "ParameterMetadata": { "Name": "VirtualMachineSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33699,20 +18810,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33723,22 +18825,14 @@ { "ParameterMetadata": { "Name": "MaxTasksPerComputeNode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33749,59 +18843,14 @@ { "ParameterMetadata": { "Name": "TaskSchedulingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "computeNodeFillType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33812,20 +18861,11 @@ { "ParameterMetadata": { "Name": "Metadata", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33836,20 +18876,11 @@ { "ParameterMetadata": { "Name": "InterComputeNodeCommunicationEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33860,7 +18891,6 @@ { "ParameterMetadata": { "Name": "StartTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", @@ -33873,57 +18903,8 @@ "WaitForSuccess": "System.Nullable`1[System.Boolean]", "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "CommandLine": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33941,15 +18922,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33967,15 +18941,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33992,18 +18959,11 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34014,7 +18974,6 @@ { "ParameterMetadata": { "Name": "NetworkConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", @@ -34024,47 +18983,8 @@ "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", "DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]", "SubnetId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34075,20 +18995,12 @@ { "ParameterMetadata": { "Name": "MountConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34099,20 +19011,12 @@ { "ParameterMetadata": { "Name": "UserAccount", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34123,7 +19027,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -34154,52 +19057,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34224,21 +19083,8 @@ "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, @@ -34254,22 +19100,14 @@ { "ParameterMetadata": { "Name": "AutoScaleEvaluationInterval", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34280,20 +19118,11 @@ { "ParameterMetadata": { "Name": "AutoScaleFormula", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34304,7 +19133,6 @@ { "ParameterMetadata": { "Name": "VirtualMachineConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", @@ -34317,56 +19145,8 @@ "DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]", "LicenseType": "System.String", "NodeAgentSkuId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "imageReference", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "nodeAgentSkuId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34377,20 +19157,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34401,20 +19172,11 @@ { "ParameterMetadata": { "Name": "VirtualMachineSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34425,20 +19187,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34449,22 +19202,14 @@ { "ParameterMetadata": { "Name": "MaxTasksPerComputeNode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34475,59 +19220,14 @@ { "ParameterMetadata": { "Name": "TaskSchedulingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "computeNodeFillType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34538,20 +19238,11 @@ { "ParameterMetadata": { "Name": "Metadata", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34562,20 +19253,11 @@ { "ParameterMetadata": { "Name": "InterComputeNodeCommunicationEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34586,7 +19268,6 @@ { "ParameterMetadata": { "Name": "StartTask", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", @@ -34599,57 +19280,8 @@ "WaitForSuccess": "System.Nullable`1[System.Boolean]", "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "CommandLine": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "commandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34667,15 +19299,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34693,15 +19318,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34718,18 +19336,11 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34740,7 +19351,6 @@ { "ParameterMetadata": { "Name": "NetworkConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", @@ -34750,47 +19360,8 @@ "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", "DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]", "SubnetId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34801,20 +19372,12 @@ { "ParameterMetadata": { "Name": "MountConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34825,20 +19388,12 @@ { "ParameterMetadata": { "Name": "UserAccount", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34849,7 +19404,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -34880,52 +19434,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34950,21 +19460,8 @@ "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, @@ -34974,8 +19471,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -34984,7 +19480,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.NewBatchResourceFileCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "HttpUrl", "OutputTypes": [ @@ -35001,17 +19496,13 @@ "HttpUrl": "System.String", "StorageContainerUrl": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -35026,11 +19517,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -35040,110 +19529,56 @@ "Parameters": [ { "Name": "HttpUrl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "FileMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AutoStorageContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BlobPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "StorageContainerUrl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -35162,21 +19597,8 @@ "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 } ], @@ -35187,20 +19609,11 @@ { "ParameterMetadata": { "Name": "HttpUrl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35211,20 +19624,11 @@ { "ParameterMetadata": { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35235,20 +19639,11 @@ { "ParameterMetadata": { "Name": "FileMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35273,21 +19668,8 @@ "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, @@ -35303,20 +19685,11 @@ { "ParameterMetadata": { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35327,20 +19700,11 @@ { "ParameterMetadata": { "Name": "BlobPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35351,20 +19715,11 @@ { "ParameterMetadata": { "Name": "StorageContainerUrl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35375,20 +19730,11 @@ { "ParameterMetadata": { "Name": "FileMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35413,21 +19759,8 @@ "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, @@ -35443,20 +19776,11 @@ { "ParameterMetadata": { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35467,20 +19791,11 @@ { "ParameterMetadata": { "Name": "AutoStorageContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35491,20 +19806,11 @@ { "ParameterMetadata": { "Name": "BlobPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35515,20 +19821,11 @@ { "ParameterMetadata": { "Name": "FileMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35553,21 +19850,8 @@ "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, @@ -35583,20 +19867,11 @@ { "ParameterMetadata": { "Name": "FileMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35621,21 +19896,8 @@ "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, @@ -35645,8 +19907,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -35655,7 +19916,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.NewBatchTaskCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "JobId_Single", "OutputTypes": [ @@ -35663,12 +19923,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -35678,25 +19933,15 @@ "Parameters": [ { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Job", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", @@ -35726,95 +19971,35 @@ "ETag": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "CommandLine", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -35826,15 +20011,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -35845,73 +20023,24 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AuthenticationTokenSettings", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UserIdentity", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -35919,124 +20048,24 @@ "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "userName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "autoUserSpecification", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AffinityInformation", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "affinityId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Constraints", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", @@ -36045,65 +20074,12 @@ "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", "RetentionTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "maxWallClockTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "retentionTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxTaskRetryCount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MultiInstanceSettings", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", @@ -36112,61 +20088,12 @@ "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", "CoordinationCommandLine": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "coordinationCommandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "numberOfInstances", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DependsOn", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Batch", "Name": "Microsoft.Azure.Batch.TaskDependencies", @@ -36174,120 +20101,8 @@ "Properties": { "TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]", "TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "OnId", - "Parameters": [ - { - "Name": "id", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnIds", - "Parameters": [ - { - "Name": "ids", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnIds", - "Parameters": [ - { - "Name": "ids", - "Type": "System.String[]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnTasks", - "Parameters": [ - { - "Name": "tasks", - "Type": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Batch.CloudTask]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnTasks", - "Parameters": [ - { - "Name": "tasks", - "Type": "Microsoft.Azure.Batch.CloudTask[]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnIdRange", - "Parameters": [ - { - "Name": "start", - "Type": "System.Int32" - }, - { - "Name": "end", - "Type": "System.Int32" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "taskIds", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "taskIdRanges", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -36299,56 +20114,32 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "OutputFile", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Tasks", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ExitConditions", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", @@ -36359,52 +20150,12 @@ "PreProcessingError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "ExitCodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]", "ExitCodeRanges": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerSettings", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", @@ -36414,69 +20165,12 @@ "WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]", "ContainerRunOptions": "System.String", "ImageName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "imageName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "containerRunOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "registry", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workingDirectory", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -36507,52 +20201,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -36571,21 +20221,8 @@ "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 } ], @@ -36596,20 +20233,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36620,20 +20248,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36644,20 +20263,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36668,20 +20278,11 @@ { "ParameterMetadata": { "Name": "CommandLine", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -36699,15 +20300,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36724,16 +20318,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36744,54 +20330,14 @@ { "ParameterMetadata": { "Name": "AuthenticationTokenSettings", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36802,7 +20348,6 @@ { "ParameterMetadata": { "Name": "UserIdentity", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -36810,62 +20355,8 @@ "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "userName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "autoUserSpecification", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36876,59 +20367,14 @@ { "ParameterMetadata": { "Name": "AffinityInformation", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "affinityId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36939,7 +20385,6 @@ { "ParameterMetadata": { "Name": "Constraints", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", @@ -36948,60 +20393,8 @@ "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", "RetentionTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "maxWallClockTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "retentionTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxTaskRetryCount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37012,7 +20405,6 @@ { "ParameterMetadata": { "Name": "MultiInstanceSettings", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", @@ -37021,56 +20413,8 @@ "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", "CoordinationCommandLine": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "coordinationCommandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "numberOfInstances", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37081,7 +20425,6 @@ { "ParameterMetadata": { "Name": "DependsOn", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Batch", "Name": "Microsoft.Azure.Batch.TaskDependencies", @@ -37089,120 +20432,8 @@ "Properties": { "TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]", "TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "OnId", - "Parameters": [ - { - "Name": "id", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnIds", - "Parameters": [ - { - "Name": "ids", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnIds", - "Parameters": [ - { - "Name": "ids", - "Type": "System.String[]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnTasks", - "Parameters": [ - { - "Name": "tasks", - "Type": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Batch.CloudTask]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnTasks", - "Parameters": [ - { - "Name": "tasks", - "Type": "Microsoft.Azure.Batch.CloudTask[]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnIdRange", - "Parameters": [ - { - "Name": "start", - "Type": "System.Int32" - }, - { - "Name": "end", - "Type": "System.Int32" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "taskIds", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "taskIdRanges", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37220,15 +20451,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37239,20 +20463,12 @@ { "ParameterMetadata": { "Name": "OutputFile", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37263,7 +20479,6 @@ { "ParameterMetadata": { "Name": "ExitConditions", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", @@ -37274,47 +20489,8 @@ "PreProcessingError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "ExitCodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]", "ExitCodeRanges": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37325,7 +20501,6 @@ { "ParameterMetadata": { "Name": "ContainerSettings", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", @@ -37335,64 +20510,8 @@ "WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]", "ContainerRunOptions": "System.String", "ImageName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "imageName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "containerRunOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "registry", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workingDirectory", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37403,7 +20522,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -37434,52 +20552,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37504,21 +20578,8 @@ "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, @@ -37534,20 +20595,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37558,20 +20610,12 @@ { "ParameterMetadata": { "Name": "Tasks", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37582,7 +20626,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -37613,52 +20656,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37683,21 +20682,8 @@ "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, @@ -37713,7 +20699,6 @@ { "ParameterMetadata": { "Name": "Job", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", @@ -37743,41 +20728,8 @@ "ETag": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37788,20 +20740,12 @@ { "ParameterMetadata": { "Name": "Tasks", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37812,7 +20756,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -37843,52 +20786,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37913,21 +20812,8 @@ "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, @@ -37943,7 +20829,6 @@ { "ParameterMetadata": { "Name": "Job", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", @@ -37973,41 +20858,8 @@ "ETag": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38018,20 +20870,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38042,20 +20885,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38066,20 +20900,11 @@ { "ParameterMetadata": { "Name": "CommandLine", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -38097,15 +20922,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38122,16 +20940,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38142,54 +20952,14 @@ { "ParameterMetadata": { "Name": "AuthenticationTokenSettings", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38200,7 +20970,6 @@ { "ParameterMetadata": { "Name": "UserIdentity", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -38208,62 +20977,8 @@ "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "userName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "autoUserSpecification", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38274,59 +20989,14 @@ { "ParameterMetadata": { "Name": "AffinityInformation", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "affinityId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38337,7 +21007,6 @@ { "ParameterMetadata": { "Name": "Constraints", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", @@ -38346,60 +21015,8 @@ "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", "RetentionTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "maxWallClockTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "retentionTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxTaskRetryCount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38410,7 +21027,6 @@ { "ParameterMetadata": { "Name": "MultiInstanceSettings", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", @@ -38419,56 +21035,8 @@ "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", "CoordinationCommandLine": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "coordinationCommandLine", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "numberOfInstances", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38479,7 +21047,6 @@ { "ParameterMetadata": { "Name": "DependsOn", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Batch", "Name": "Microsoft.Azure.Batch.TaskDependencies", @@ -38487,120 +21054,8 @@ "Properties": { "TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]", "TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "OnId", - "Parameters": [ - { - "Name": "id", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnIds", - "Parameters": [ - { - "Name": "ids", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnIds", - "Parameters": [ - { - "Name": "ids", - "Type": "System.String[]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnTasks", - "Parameters": [ - { - "Name": "tasks", - "Type": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Batch.CloudTask]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnTasks", - "Parameters": [ - { - "Name": "tasks", - "Type": "Microsoft.Azure.Batch.CloudTask[]" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "OnIdRange", - "Parameters": [ - { - "Name": "start", - "Type": "System.Int32" - }, - { - "Name": "end", - "Type": "System.Int32" - } - ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "taskIds", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "taskIdRanges", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38618,15 +21073,8 @@ "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38637,20 +21085,12 @@ { "ParameterMetadata": { "Name": "OutputFile", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38661,7 +21101,6 @@ { "ParameterMetadata": { "Name": "ExitConditions", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", @@ -38672,47 +21111,8 @@ "PreProcessingError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "ExitCodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]", "ExitCodeRanges": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38723,7 +21123,6 @@ { "ParameterMetadata": { "Name": "ContainerSettings", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", @@ -38733,64 +21132,8 @@ "WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]", "ContainerRunOptions": "System.String", "ImageName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "imageName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "containerRunOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "registry", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workingDirectory", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38801,7 +21144,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -38832,52 +21174,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38902,21 +21200,8 @@ "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, @@ -38932,7 +21217,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -38963,52 +21247,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39033,21 +21273,8 @@ "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, @@ -39057,8 +21284,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -39067,7 +21293,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchAccountCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -39075,12 +21300,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -39096,52 +21316,26 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -39160,21 +21354,8 @@ "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 } ], @@ -39191,16 +21372,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39211,20 +21384,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39235,20 +21399,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39273,21 +21428,8 @@ "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, @@ -39297,8 +21439,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -39307,7 +21448,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchApplicationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -39315,12 +21455,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -39330,38 +21465,20 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -39372,16 +21489,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -39400,21 +21509,8 @@ "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 } ], @@ -39425,20 +21521,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39449,20 +21536,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39479,16 +21557,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39513,21 +21583,8 @@ "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, @@ -39537,8 +21594,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -39547,7 +21603,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchApplicationPackageCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -39555,12 +21610,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -39570,38 +21620,20 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -39612,34 +21644,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ApplicationVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -39658,21 +21673,8 @@ "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 } ], @@ -39683,20 +21685,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39707,20 +21700,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39737,16 +21721,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39757,20 +21733,11 @@ { "ParameterMetadata": { "Name": "ApplicationVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39795,21 +21762,8 @@ "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, @@ -39819,8 +21773,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -39829,7 +21782,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchCertificateCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -39837,12 +21789,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -39852,43 +21799,24 @@ "Parameters": [ { "Name": "ThumbprintAlgorithm", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Thumbprint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -39919,52 +21847,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -39983,21 +21867,8 @@ "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 } ], @@ -40008,20 +21879,11 @@ { "ParameterMetadata": { "Name": "ThumbprintAlgorithm", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40032,20 +21894,11 @@ { "ParameterMetadata": { "Name": "Thumbprint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40056,7 +21909,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -40087,52 +21939,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40157,21 +21965,8 @@ "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, @@ -40181,8 +21976,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -40191,7 +21985,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchComputeNodeCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "Id", "OutputTypes": [ @@ -40199,12 +21992,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -40214,20 +22002,11 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -40238,21 +22017,13 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -40279,104 +22050,45 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DeallocationOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResizeTimeout", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "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=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -40407,52 +22119,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -40471,21 +22139,8 @@ "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 } ], @@ -40496,20 +22151,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40526,16 +22172,9 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40546,22 +22185,14 @@ { "ParameterMetadata": { "Name": "DeallocationOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40572,22 +22203,14 @@ { "ParameterMetadata": { "Name": "ResizeTimeout", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40598,20 +22221,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40622,7 +22236,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -40653,52 +22266,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40723,21 +22292,8 @@ "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, @@ -40753,7 +22309,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -40780,41 +22335,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40825,22 +22347,14 @@ { "ParameterMetadata": { "Name": "DeallocationOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40851,22 +22365,14 @@ { "ParameterMetadata": { "Name": "ResizeTimeout", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40877,20 +22383,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40901,7 +22398,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -40932,52 +22428,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41002,21 +22454,8 @@ "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, @@ -41032,22 +22471,14 @@ { "ParameterMetadata": { "Name": "DeallocationOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41058,22 +22489,14 @@ { "ParameterMetadata": { "Name": "ResizeTimeout", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41084,20 +22507,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41108,7 +22522,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -41139,52 +22552,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41209,21 +22578,8 @@ "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, @@ -41233,8 +22589,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -41243,7 +22598,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchComputeNodeUserCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -41251,12 +22605,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -41266,61 +22615,33 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -41351,52 +22672,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -41415,21 +22692,8 @@ "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 } ], @@ -41440,20 +22704,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41464,20 +22719,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41488,20 +22734,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41512,7 +22749,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -41543,52 +22779,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41613,21 +22805,8 @@ "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, @@ -41637,8 +22816,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -41647,7 +22825,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchJobCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -41655,12 +22832,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -41670,43 +22842,24 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -41737,52 +22890,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -41801,21 +22910,8 @@ "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 } ], @@ -41826,20 +22922,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41850,20 +22937,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41874,7 +22952,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -41905,52 +22982,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41975,21 +23008,8 @@ "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, @@ -41999,8 +23019,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -42009,7 +23028,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchJobScheduleCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -42017,12 +23035,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -42032,43 +23045,24 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -42099,52 +23093,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -42163,21 +23113,8 @@ "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 } ], @@ -42188,20 +23125,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42212,20 +23140,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42236,7 +23155,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -42267,52 +23185,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42337,21 +23211,8 @@ "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, @@ -42361,8 +23222,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -42371,7 +23231,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchNodeFileCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -42379,12 +23238,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -42394,74 +23248,38 @@ "Parameters": [ { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "TaskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -42472,21 +23290,12 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", @@ -42496,82 +23305,30 @@ "IsDirectory": "System.Nullable`1[System.Boolean]", "Path": "System.String", "Url": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Recursive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -42602,52 +23359,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -42666,21 +23379,8 @@ "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 } ], @@ -42691,20 +23391,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42715,20 +23406,11 @@ { "ParameterMetadata": { "Name": "TaskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -42745,16 +23427,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42765,20 +23439,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42789,20 +23454,11 @@ { "ParameterMetadata": { "Name": "Recursive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42813,7 +23469,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -42844,52 +23499,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42914,21 +23525,8 @@ "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, @@ -42944,20 +23542,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42968,20 +23557,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42998,16 +23578,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43018,20 +23590,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43042,20 +23605,11 @@ { "ParameterMetadata": { "Name": "Recursive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43066,7 +23620,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -43097,52 +23650,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43167,21 +23676,8 @@ "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, @@ -43197,7 +23693,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", @@ -43207,41 +23702,8 @@ "IsDirectory": "System.Nullable`1[System.Boolean]", "Path": "System.String", "Url": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43252,20 +23714,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43276,20 +23729,11 @@ { "ParameterMetadata": { "Name": "Recursive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43300,7 +23744,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -43331,52 +23774,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43401,21 +23800,8 @@ "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, @@ -43431,20 +23817,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43455,20 +23832,11 @@ { "ParameterMetadata": { "Name": "Recursive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43479,7 +23847,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -43510,52 +23877,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43580,21 +23903,8 @@ "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, @@ -43604,8 +23914,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -43614,7 +23923,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchPoolCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -43622,12 +23930,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -43637,43 +23940,24 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -43704,52 +23988,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -43768,21 +24008,8 @@ "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 } ], @@ -43793,20 +24020,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43817,20 +24035,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43841,7 +24050,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -43872,52 +24080,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43942,21 +24106,8 @@ "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, @@ -43966,8 +24117,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -43976,7 +24126,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RemoveBatchTaskCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -43984,12 +24133,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -43999,43 +24143,24 @@ "Parameters": [ { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -44067,79 +24192,21 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -44170,52 +24237,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -44234,21 +24257,8 @@ "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 } ], @@ -44259,20 +24269,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44283,20 +24284,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44307,20 +24299,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44331,7 +24314,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -44362,52 +24344,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44432,21 +24370,8 @@ "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, @@ -44462,7 +24387,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -44494,56 +24418,8 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44554,20 +24430,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44578,7 +24445,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -44609,52 +24475,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44679,21 +24501,8 @@ "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, @@ -44709,20 +24518,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44733,7 +24533,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -44764,52 +24563,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44834,21 +24589,8 @@ "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, @@ -44858,8 +24600,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Reset", @@ -44868,7 +24609,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.ResetBatchComputeNodeCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "Id", "OutputTypes": [ @@ -44876,12 +24616,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -44891,43 +24626,24 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -44954,66 +24670,24 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ReimageOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -45044,52 +24718,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -45108,21 +24738,8 @@ "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 } ], @@ -45133,20 +24750,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45157,20 +24765,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45181,22 +24780,14 @@ { "ParameterMetadata": { "Name": "ReimageOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45207,7 +24798,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -45238,52 +24828,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45308,21 +24854,8 @@ "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, @@ -45338,7 +24871,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -45365,41 +24897,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45410,22 +24909,14 @@ { "ParameterMetadata": { "Name": "ReimageOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45436,7 +24927,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -45467,52 +24957,99 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ReimageOption", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption" ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BatchContext", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Batch", + "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", + "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", + "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", + "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", + "DedicatedCoreQuotaPerVMFamily": "System.Collections.Hashtable", + "Tags": "System.Collections.Hashtable", + "ActiveJobAndJobScheduleQuota": "System.Int32", + "PoolQuota": "System.Int32", + "PoolAllocationMode": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", + "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", + "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", + "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", + "TaskTenantUrl": "System.String", + "State": "System.String", + "Subscription": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "AccountName": "System.String", + "SecondaryAccountKey": "System.String", + "PrimaryAccountKey": "System.String", + "AccountEndpoint": "System.String", + "TagsTable": "System.String", + "Id": "System.String" + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45537,178 +25074,8 @@ "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": "ReimageOption", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "BatchContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Batch", - "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", - "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", - "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", - "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", - "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", - "DedicatedCoreQuotaPerVMFamily": "System.Collections.Hashtable", - "Tags": "System.Collections.Hashtable", - "ActiveJobAndJobScheduleQuota": "System.Int32", - "PoolQuota": "System.Int32", - "PoolAllocationMode": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", - "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", - "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TaskTenantUrl": "System.String", - "State": "System.String", - "Subscription": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "AccountName": "System.String", - "SecondaryAccountKey": "System.String", - "PrimaryAccountKey": "System.String", - "AccountEndpoint": "System.String", - "TagsTable": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45718,8 +25085,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Restart", @@ -45728,7 +25094,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.RestartBatchComputeNodeCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "Id", "OutputTypes": [ @@ -45736,12 +25101,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -45751,43 +25111,24 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -45814,66 +25155,24 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "RebootOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeRebootOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -45904,52 +25203,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -45968,21 +25223,8 @@ "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 } ], @@ -45993,20 +25235,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46017,20 +25250,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46041,22 +25265,14 @@ { "ParameterMetadata": { "Name": "RebootOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeRebootOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46067,7 +25283,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -46098,52 +25313,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46168,21 +25339,8 @@ "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, @@ -46198,7 +25356,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -46225,41 +25382,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46270,22 +25394,14 @@ { "ParameterMetadata": { "Name": "RebootOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeRebootOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46296,7 +25412,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -46327,52 +25442,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46397,21 +25468,8 @@ "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, @@ -46427,22 +25485,14 @@ { "ParameterMetadata": { "Name": "RebootOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeRebootOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46453,7 +25503,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -46484,52 +25533,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46554,21 +25559,8 @@ "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, @@ -46578,8 +25570,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -46588,7 +25579,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.SetBatchAccountCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -46624,17 +25614,13 @@ "TagsTable": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -46649,7 +25635,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -46661,8 +25646,7 @@ "Name": "azureContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -46680,16 +25664,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -46700,52 +25676,26 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AutoStorageAccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -46764,21 +25714,8 @@ "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 } ], @@ -46795,16 +25732,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46821,16 +25750,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -46841,20 +25762,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46865,20 +25777,11 @@ { "ParameterMetadata": { "Name": "AutoStorageAccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46903,21 +25806,8 @@ "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, @@ -46927,8 +25817,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -46937,7 +25826,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.SetBatchApplicationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -46945,12 +25833,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -46960,38 +25843,20 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -47002,72 +25867,38 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DefaultVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AllowUpdates", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -47086,21 +25917,8 @@ "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 } ], @@ -47111,20 +25929,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47135,20 +25944,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47165,16 +25965,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47185,20 +25977,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47209,20 +25992,11 @@ { "ParameterMetadata": { "Name": "DefaultVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47233,22 +26007,14 @@ { "ParameterMetadata": { "Name": "AllowUpdates", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47273,21 +26039,8 @@ "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, @@ -47297,8 +26050,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -47307,7 +26059,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.SetBatchComputeNodeUserCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -47315,12 +26066,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -47330,97 +26076,51 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ExpiryTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -47451,52 +26151,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -47515,21 +26171,8 @@ "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 } ], @@ -47540,20 +26183,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47564,20 +26198,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47588,20 +26213,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47612,20 +26228,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47636,20 +26243,11 @@ { "ParameterMetadata": { "Name": "ExpiryTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47660,7 +26258,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -47691,52 +26288,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47761,21 +26314,8 @@ "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, @@ -47785,8 +26325,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -47795,7 +26334,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.SetBatchJobCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -47803,12 +26341,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -47818,7 +26351,6 @@ "Parameters": [ { "Name": "Job", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", @@ -47848,46 +26380,12 @@ "ETag": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -47918,52 +26416,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -47982,21 +26436,8 @@ "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 } ], @@ -48007,7 +26448,6 @@ { "ParameterMetadata": { "Name": "Job", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", @@ -48037,41 +26477,8 @@ "ETag": "System.String", "DisplayName": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48082,7 +26489,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -48113,52 +26519,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48183,21 +26545,8 @@ "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, @@ -48207,8 +26556,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -48217,7 +26565,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.SetBatchJobScheduleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -48225,12 +26572,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -48240,7 +26582,6 @@ "Parameters": [ { "Name": "JobSchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", @@ -48261,46 +26602,12 @@ "ETag": "System.String", "Id": "System.String", "Url": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -48331,52 +26638,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -48395,21 +26658,8 @@ "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 } ], @@ -48420,7 +26670,6 @@ { "ParameterMetadata": { "Name": "JobSchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", @@ -48441,41 +26690,8 @@ "ETag": "System.String", "Id": "System.String", "Url": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48486,7 +26702,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -48517,52 +26732,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48587,21 +26758,8 @@ "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, @@ -48611,8 +26769,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -48621,7 +26778,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.SetBatchPoolCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -48629,12 +26785,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -48644,7 +26795,6 @@ "Parameters": [ { "Name": "Pool", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", @@ -48685,46 +26835,12 @@ "AutoScaleFormula": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -48755,52 +26871,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -48819,21 +26891,8 @@ "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 } ], @@ -48844,7 +26903,6 @@ { "ParameterMetadata": { "Name": "Pool", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", @@ -48885,41 +26943,8 @@ "AutoScaleFormula": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48930,7 +26955,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -48961,52 +26985,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49031,21 +27011,8 @@ "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, @@ -49055,8 +27022,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -49065,7 +27031,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.SetBatchTaskCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -49073,12 +27038,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -49088,7 +27048,6 @@ "Parameters": [ { "Name": "Task", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -49120,61 +27079,12 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -49205,52 +27115,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -49269,21 +27135,8 @@ "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 } ], @@ -49294,7 +27147,6 @@ { "ParameterMetadata": { "Name": "Task", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -49326,56 +27178,8 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49386,7 +27190,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -49417,52 +27220,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49487,21 +27246,8 @@ "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, @@ -49511,8 +27257,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Start", @@ -49521,7 +27266,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.StartBatchComputeNodeServiceLogUploadCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "AzureBatchComputeNodeServiceLogUpload", "OutputTypes": [ @@ -49534,17 +27278,13 @@ "NumberOfFilesUploaded": "System.Int32", "VirtualDirectoryName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -49559,11 +27299,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -49573,43 +27311,24 @@ "Parameters": [ { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -49636,102 +27355,42 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerUrl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "StartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "EndTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -49762,52 +27421,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -49826,21 +27441,8 @@ "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 } ], @@ -49851,20 +27453,11 @@ { "ParameterMetadata": { "Name": "PoolId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49875,20 +27468,11 @@ { "ParameterMetadata": { "Name": "ComputeNodeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49899,20 +27483,11 @@ { "ParameterMetadata": { "Name": "ContainerUrl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49923,20 +27498,11 @@ { "ParameterMetadata": { "Name": "StartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49947,22 +27513,14 @@ { "ParameterMetadata": { "Name": "EndTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49973,7 +27531,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -50004,52 +27561,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50074,21 +27587,8 @@ "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, @@ -50104,7 +27604,6 @@ { "ParameterMetadata": { "Name": "ComputeNode", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", @@ -50131,41 +27630,8 @@ "Id": "System.String", "Url": "System.String", "VirtualMachineSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + } + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50176,20 +27642,11 @@ { "ParameterMetadata": { "Name": "ContainerUrl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50200,20 +27657,11 @@ { "ParameterMetadata": { "Name": "StartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50224,22 +27672,14 @@ { "ParameterMetadata": { "Name": "EndTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50250,7 +27690,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -50281,52 +27720,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50351,21 +27746,8 @@ "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, @@ -50381,20 +27763,11 @@ { "ParameterMetadata": { "Name": "ContainerUrl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50405,20 +27778,11 @@ { "ParameterMetadata": { "Name": "StartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50429,22 +27793,14 @@ { "ParameterMetadata": { "Name": "EndTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50455,7 +27811,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -50486,52 +27841,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50556,21 +27867,8 @@ "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, @@ -50580,8 +27878,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Start", @@ -50590,7 +27887,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.StartBatchPoolResizeCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -50598,12 +27894,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -50613,20 +27904,11 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -50637,83 +27919,51 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "TargetLowPriorityComputeNodes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResizeTimeout", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ComputeNodeDeallocationOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -50744,52 +27994,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -50808,21 +28014,8 @@ "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 } ], @@ -50833,20 +28026,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50863,18 +28047,11 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50885,22 +28062,14 @@ { "ParameterMetadata": { "Name": "TargetLowPriorityComputeNodes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50911,22 +28080,14 @@ { "ParameterMetadata": { "Name": "ResizeTimeout", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50937,22 +28098,14 @@ { "ParameterMetadata": { "Name": "ComputeNodeDeallocationOption", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50963,7 +28116,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -50994,52 +28146,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51064,21 +28172,8 @@ "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, @@ -51088,8 +28183,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Stop", @@ -51098,7 +28192,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.StopBatchCertificateDeletionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -51106,12 +28199,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -51121,43 +28209,24 @@ "Parameters": [ { "Name": "ThumbprintAlgorithm", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Thumbprint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -51188,52 +28257,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -51252,21 +28277,8 @@ "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 } ], @@ -51277,20 +28289,11 @@ { "ParameterMetadata": { "Name": "ThumbprintAlgorithm", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51301,20 +28304,11 @@ { "ParameterMetadata": { "Name": "Thumbprint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51325,7 +28319,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -51356,52 +28349,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51426,21 +28375,8 @@ "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, @@ -51450,8 +28386,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Stop", @@ -51460,7 +28395,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.StopBatchJobCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -51468,12 +28402,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -51483,43 +28412,24 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "TerminateReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -51550,52 +28460,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -51614,21 +28480,8 @@ "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 } ], @@ -51639,20 +28492,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51663,20 +28507,11 @@ { "ParameterMetadata": { "Name": "TerminateReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51687,7 +28522,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -51718,52 +28552,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51788,21 +28578,8 @@ "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, @@ -51812,8 +28589,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Stop", @@ -51822,7 +28598,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.StopBatchJobScheduleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -51830,12 +28605,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -51845,25 +28615,15 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -51894,52 +28654,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -51958,21 +28674,8 @@ "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 } ], @@ -51983,20 +28686,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52007,7 +28701,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -52038,52 +28731,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52108,21 +28757,8 @@ "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, @@ -52132,8 +28768,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Stop", @@ -52142,7 +28777,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.StopBatchPoolResizeCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -52150,12 +28784,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -52165,25 +28794,15 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -52214,52 +28833,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -52278,21 +28853,8 @@ "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 } ], @@ -52303,20 +28865,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52327,7 +28880,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -52358,52 +28910,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52428,21 +28936,8 @@ "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, @@ -52452,8 +28947,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Stop", @@ -52462,7 +28956,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.StopBatchTaskCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -52470,12 +28963,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -52485,43 +28973,24 @@ "Parameters": [ { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Task", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -52553,61 +29022,12 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -52638,52 +29058,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -52702,21 +29078,8 @@ "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 } ], @@ -52727,20 +29090,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52751,20 +29105,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52775,7 +29120,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -52806,52 +29150,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52876,21 +29176,8 @@ "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, @@ -52906,7 +29193,6 @@ { "ParameterMetadata": { "Name": "Task", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", @@ -52938,56 +29224,8 @@ "ETag": "System.String", "Url": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "commandline", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52998,7 +29236,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -53029,52 +29266,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53099,21 +29292,8 @@ "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, @@ -53129,7 +29309,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -53160,52 +29339,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53230,21 +29365,8 @@ "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, @@ -53254,8 +29376,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Test", @@ -53264,7 +29385,6 @@ "ClassName": "Microsoft.Azure.Commands.Batch.TestBatchAutoScaleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -53278,17 +29398,13 @@ "Timestamp": "System.DateTime", "Results": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -53303,11 +29419,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -53317,43 +29431,24 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AutoScaleFormula", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -53384,52 +29479,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -53448,21 +29499,8 @@ "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 } ], @@ -53473,20 +29511,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53497,20 +29526,11 @@ { "ParameterMetadata": { "Name": "AutoScaleFormula", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53521,7 +29541,6 @@ { "ParameterMetadata": { "Name": "BatchContext", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", @@ -53552,52 +29571,8 @@ "AccountEndpoint": "System.String", "TagsTable": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "azureContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53622,21 +29597,8 @@ "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, @@ -53646,158 +29608,56 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "Microsoft.Azure.Management.Batch.Models.AccountKeyType": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AccountKeyType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -53819,16 +29679,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -53839,6 +29689,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -53875,36 +29733,23 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.TypeCode": { "Namespace": "System", "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties": { "Namespace": "Microsoft.Azure.Management.Batch.Models", @@ -53914,22 +29759,17 @@ "LastKeySync": "System.DateTime", "StorageAccountId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -53944,15 +29784,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -53965,30 +29802,19 @@ "Name": "lastKeySync", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity": { "Namespace": "Microsoft.Azure.Management.Batch.Models", @@ -53999,22 +29825,17 @@ "TenantId": "System.String", "PrincipalId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -54029,15 +29850,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -54054,8 +29872,7 @@ "Name": "tenantId", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -54063,9 +29880,6 @@ "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -54087,16 +29901,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -54107,6 +29911,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -54143,16 +29955,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Management.Batch.Models.KeyVaultReference": { "Namespace": "Microsoft.Azure.Management.Batch.Models", @@ -54162,22 +29971,17 @@ "Id": "System.String", "Url": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -54192,15 +29996,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -54213,22 +30014,17 @@ "Name": "url", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Management.Batch.Models", @@ -54243,22 +30039,17 @@ "Type": "System.String", "Etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -54273,15 +30064,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -54314,8 +30102,7 @@ "Name": "privateLinkServiceConnectionState", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -54326,17 +30113,13 @@ "Properties": { "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -54351,15 +30134,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -54368,8 +30148,7 @@ "Name": "id", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -54377,9 +30156,6 @@ "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState", "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -54401,16 +30177,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -54421,6 +30187,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -54457,16 +30231,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Management.Batch.Models", @@ -54477,22 +30248,17 @@ "Description": "System.String", "ActionRequired": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -54507,15 +30273,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -54532,8 +30295,7 @@ "Name": "actionRequired", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -54541,9 +30303,6 @@ "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus", "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -54565,16 +30324,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -54585,6 +30334,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -54621,46 +30378,31 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode", "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -54682,16 +30424,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -54702,6 +30434,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -54738,36 +30478,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType", "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -54789,16 +30519,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -54809,6 +30529,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -54845,28 +30573,21 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -54879,11 +30600,7 @@ "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -54894,24 +30611,16 @@ "Id": "System.String", "Credential": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -54941,23 +30650,15 @@ "ServiceManagementUrl": "System.String", "StorageEndpointSuffix": "System.String", "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -54967,11 +30668,7 @@ "Id": "System.String", "Name": "System.String", "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -54979,11 +30676,7 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -54992,62 +30685,42 @@ "Properties": { "CacheData": "System.Byte[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Clear", - "Parameters": [], "ReturnType": "System.Void" } - ], - "Constructors": [] + ] }, "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Byte" }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -55056,17 +30729,13 @@ "Properties": { "InboundEndpoints": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55081,23 +30750,17 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -55111,17 +30774,13 @@ "PublicFqdn": "System.String", "PublicIPAddress": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55136,19 +30795,14 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.InboundEndpointProtocol": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -55170,16 +30824,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -55190,6 +30834,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -55226,16 +30878,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -55245,17 +30894,13 @@ "LastUpdateTime": "System.DateTime", "Version": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55270,11 +30915,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSStartTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -55289,17 +30932,13 @@ "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "CommandLine": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55314,15 +30953,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -55331,8 +30967,7 @@ "Name": "commandLine", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -55346,17 +30981,13 @@ "ContainerRunOptions": "System.String", "ImageName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55371,7 +31002,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -55395,8 +31025,7 @@ "Name": "workingDirectory", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -55409,17 +31038,13 @@ "RegistryServer": "System.String", "UserName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55434,7 +31059,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -55454,30 +31078,22 @@ "Name": "password", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ContainerWorkingDirectory" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.ContainerWorkingDirectory": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.ContainerWorkingDirectory", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ContainerWorkingDirectory, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -55499,16 +31115,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -55519,6 +31125,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -55555,16 +31169,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -55574,17 +31185,13 @@ "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55599,7 +31206,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -55611,8 +31217,7 @@ "Name": "userName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -55621,8 +31226,7 @@ "Name": "autoUserSpecification", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -55634,17 +31238,13 @@ "Scope": "System.Nullable`1[Microsoft.Azure.Batch.Common.AutoUserScope]", "ElevationLevel": "System.Nullable`1[Microsoft.Azure.Batch.Common.ElevationLevel]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55659,7 +31259,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -55675,30 +31274,22 @@ "Name": "elevationLevel", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.AutoUserScope]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.AutoUserScope]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.AutoUserScope, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.AutoUserScope, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.AutoUserScope" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.AutoUserScope": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.AutoUserScope", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.AutoUserScope, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -55720,16 +31311,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -55740,6 +31321,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -55776,36 +31365,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.ElevationLevel]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ElevationLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ElevationLevel, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ElevationLevel, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ElevationLevel" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.ElevationLevel": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.ElevationLevel", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ElevationLevel, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -55827,16 +31406,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -55847,6 +31416,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -55883,28 +31460,21 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSResourceFile" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSResourceFile": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -55918,17 +31488,13 @@ "HttpUrl": "System.String", "StorageContainerUrl": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55943,33 +31509,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "System.Collections.IDictionary": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -55986,17 +31541,13 @@ "LastRetryTime": "System.Nullable`1[System.DateTime]", "ExitCode": "System.Nullable`1[System.Int32]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -56011,19 +31562,14 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.StartTaskState": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.StartTaskState", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.StartTaskState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -56045,16 +31591,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -56065,6 +31601,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -56101,16 +31645,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -56121,17 +31662,13 @@ "Error": "System.String", "State": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -56146,11 +31683,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -56162,17 +31697,13 @@ "Code": "System.String", "Message": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -56187,19 +31718,14 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.ErrorCategory": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.ErrorCategory", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ErrorCategory, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -56221,16 +31747,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -56241,6 +31757,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -56277,28 +31801,21 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -56308,17 +31825,13 @@ "Name": "System.String", "Value": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -56333,31 +31846,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.TaskExecutionResult]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.TaskExecutionResult]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.TaskExecutionResult, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.TaskExecutionResult, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.TaskExecutionResult" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.TaskExecutionResult": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.TaskExecutionResult", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.TaskExecutionResult, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -56379,16 +31883,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -56399,195 +31893,14 @@ ], "ReturnType": "System.Int32" }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[System.DateTime]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.DateTime" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference": { - "Namespace": "Microsoft.Azure.Commands.Batch.Models", - "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Visibility": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]", - "StoreLocation": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]", - "StoreName": "System.String", - "Thumbprint": "System.String", - "ThumbprintAlgorithm": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "baseCertificate", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateVisibility, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Batch.Common.CertificateVisibility" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Batch.Common.CertificateVisibility": { - "Namespace": "Microsoft.Azure.Batch.Common", - "Name": "Microsoft.Azure.Batch.Common.CertificateVisibility", - "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertificateVisibility, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -56624,36 +31937,92 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, - "System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]": { + "System.Nullable`1[System.DateTime]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertStoreLocation, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Batch.Common.CertStoreLocation" + "System.DateTime" + ] + }, + "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference" + ] + }, + "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference": { + "Namespace": "Microsoft.Azure.Commands.Batch.Models", + "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Visibility": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]", + "StoreLocation": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]", + "StoreName": "System.String", + "Thumbprint": "System.String", + "ThumbprintAlgorithm": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } ], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "baseCertificate", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, - "Microsoft.Azure.Batch.Common.CertStoreLocation": { + "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateVisibility, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Batch.Common.CertificateVisibility" + ] + }, + "Microsoft.Azure.Batch.Common.CertificateVisibility": { "Namespace": "Microsoft.Azure.Batch.Common", - "Name": "Microsoft.Azure.Batch.Common.CertStoreLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertStoreLocation, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "Name": "Microsoft.Azure.Batch.Common.CertificateVisibility", + "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertificateVisibility, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -56675,16 +32044,101 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertStoreLocation, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Batch.Common.CertStoreLocation" + ] + }, + "Microsoft.Azure.Batch.Common.CertStoreLocation": { + "Namespace": "Microsoft.Azure.Batch.Common", + "Name": "Microsoft.Azure.Batch.Common.CertStoreLocation", + "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertStoreLocation, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "CompareTo", "Parameters": [ @@ -56695,6 +32149,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -56731,28 +32193,21 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -56763,17 +32218,13 @@ "Code": "System.String", "Message": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -56788,23 +32239,17 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -56818,17 +32263,13 @@ "TaskId": "System.String", "TaskUrl": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -56843,19 +32284,14 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.TaskState": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.TaskState", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.TaskState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -56877,16 +32313,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -56897,6 +32323,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -56933,16 +32367,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -56960,17 +32391,13 @@ "StartTime": "System.Nullable`1[System.DateTime]", "ExitCode": "System.Nullable`1[System.Int32]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -56985,31 +32412,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.ComputeNodeState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.ComputeNodeState": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.ComputeNodeState", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -57031,16 +32449,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -57051,6 +32459,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -57087,36 +32503,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.SchedulingState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.SchedulingState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.SchedulingState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.SchedulingState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.SchedulingState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.SchedulingState": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.SchedulingState", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.SchedulingState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -57138,16 +32544,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -57158,6 +32554,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -57194,24 +32598,18 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -57233,16 +32631,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -57253,6 +32641,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -57289,26 +32685,18 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.TimeSpan": { "Namespace": "System", "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -57317,17 +32705,13 @@ "Properties": { "AffinityId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -57342,7 +32726,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -57354,8 +32737,7 @@ "Name": "affinityId", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -57366,17 +32748,13 @@ "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -57391,15 +32769,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -57407,9 +32782,6 @@ "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.AccessScope", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.AccessScope, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -57431,16 +32803,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -57451,6 +32813,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -57487,16 +32857,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -57510,17 +32877,13 @@ "TaskRootDirectory": "System.String", "TaskRootDirectoryUrl": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -57535,11 +32898,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSExitConditions": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -57552,17 +32913,13 @@ "ExitCodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]", "ExitCodeRanges": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -57577,15 +32934,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -57597,17 +32951,13 @@ "DependencyAction": "System.Nullable`1[Microsoft.Azure.Batch.Common.DependencyAction]", "JobAction": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobAction]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -57622,37 +32972,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.DependencyAction]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DependencyAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DependencyAction, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DependencyAction, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.DependencyAction" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.DependencyAction": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.DependencyAction", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DependencyAction, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -57674,16 +33014,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -57694,6 +33024,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -57730,36 +33068,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.JobAction]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobAction, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobAction, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.JobAction" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.JobAction": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.JobAction", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobAction, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -57781,16 +33109,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -57801,6 +33119,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -57837,28 +33163,21 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -57868,17 +33187,13 @@ "ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "Code": "System.Int32" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -57893,7 +33208,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -57909,22 +33223,17 @@ "Name": "exitOptions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -57935,17 +33244,13 @@ "End": "System.Int32", "Start": "System.Int32" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -57960,7 +33265,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -57980,8 +33284,7 @@ "Name": "exitOptions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -57994,17 +33297,13 @@ "NumberOfInstances": "System.Nullable`1[System.Int32]", "CoordinationCommandLine": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58019,7 +33318,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -58035,8 +33333,7 @@ "Name": "numberOfInstances", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -58049,17 +33346,13 @@ "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", "RetentionTime": "System.Nullable`1[System.TimeSpan]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58074,7 +33367,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -58094,22 +33386,17 @@ "Name": "maxTaskRetryCount", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[System.TimeSpan]": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -58119,17 +33406,13 @@ "TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]", "TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58144,7 +33427,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -58160,22 +33442,17 @@ "Name": "taskIdRanges", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -58185,17 +33462,13 @@ "End": "System.Int32", "Start": "System.Int32" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58210,7 +33483,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -58226,22 +33498,17 @@ "Name": "end", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IReadOnlyList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -58260,17 +33527,13 @@ "WaitTime": "System.TimeSpan", "WallClockTime": "System.TimeSpan" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58285,23 +33548,17 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -58311,17 +33568,13 @@ "ApplicationId": "System.String", "Version": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58336,29 +33589,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSOutputFile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSOutputFile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSOutputFile" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSOutputFile": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -58369,17 +33615,13 @@ "UploadOptions": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions", "FilePattern": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58394,7 +33636,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -58414,8 +33655,7 @@ "Name": "uploadOptions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -58426,17 +33666,13 @@ "Properties": { "Container": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58451,7 +33687,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -58463,8 +33698,7 @@ "Name": "container", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -58476,17 +33710,13 @@ "ContainerUrl": "System.String", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58501,7 +33731,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -58517,8 +33746,7 @@ "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -58529,17 +33757,13 @@ "Properties": { "UploadCondition": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58554,7 +33778,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -58566,8 +33789,7 @@ "Name": "uploadCondition", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -58575,9 +33797,6 @@ "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -58599,16 +33818,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -58619,6 +33828,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -58655,36 +33872,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.TaskState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.TaskState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.TaskState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.TaskState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.TaskState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.Batch.Models.PackageState": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PackageState", "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PackageState, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -58706,16 +33913,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -58726,6 +33923,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -58762,16 +33967,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -58782,17 +33984,13 @@ "Message": "System.String", "Code": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58807,31 +34005,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateFormat]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateFormat]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateFormat, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateFormat, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.CertificateFormat" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.CertificateFormat": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.CertificateFormat", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertificateFormat, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -58853,16 +34042,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -58873,6 +34052,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -58909,36 +34096,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.CertificateState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.CertificateState": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.CertificateState", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertificateState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -58960,16 +34137,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -58980,6 +34147,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -59016,16 +34191,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -59036,17 +34208,13 @@ "Timestamp": "System.DateTime", "Results": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59061,11 +34229,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -59076,17 +34242,13 @@ "Message": "System.String", "Code": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59101,11 +34263,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -59115,17 +34275,13 @@ "OSFamily": "System.String", "OSVersion": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59140,7 +34296,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -59156,8 +34311,7 @@ "Name": "osVersion", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -59171,17 +34325,13 @@ "DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]", "SubnetId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59196,15 +34346,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -59215,17 +34362,13 @@ "Properties": { "InboundNatPools": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59240,7 +34383,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -59252,22 +34394,17 @@ "Name": "inboundNatPools", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -59281,17 +34418,13 @@ "FrontendPortRangeStart": "System.Int32", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59306,7 +34439,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -59338,22 +34470,17 @@ "Name": "networkSecurityGroupRules", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -59365,17 +34492,13 @@ "Priority": "System.Int32", "SourceAddressPrefix": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59390,7 +34513,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -59414,8 +34536,7 @@ "Name": "sourcePortRanges", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -59423,9 +34544,6 @@ "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -59447,16 +34565,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -59467,6 +34575,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -59503,16 +34619,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -59522,17 +34635,13 @@ "IpAddressIds": "System.Collections.Generic.IList`1[System.String]", "Provision": "System.Nullable`1[Microsoft.Azure.Batch.Common.IPAddressProvisioningType]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59547,7 +34656,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -59559,30 +34667,22 @@ "Name": "provision", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.IPAddressProvisioningType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.IPAddressProvisioningType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.IPAddressProvisioningType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.IPAddressProvisioningType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.IPAddressProvisioningType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.IPAddressProvisioningType": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.IPAddressProvisioningType", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.IPAddressProvisioningType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -59604,16 +34704,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -59624,6 +34714,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -59660,36 +34758,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -59711,16 +34799,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -59731,6 +34809,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -59767,16 +34853,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -59789,17 +34872,13 @@ "StartTime": "System.DateTime", "Url": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59814,11 +34893,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -59839,17 +34916,13 @@ "DiskReadIOps": "System.Int64", "DiskWriteIOps": "System.Int64" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59864,11 +34937,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -59879,17 +34950,13 @@ "StartTime": "System.DateTime", "DedicatedCoreTime": "System.TimeSpan" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59904,11 +34971,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -59917,17 +34982,13 @@ "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59942,7 +35003,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -59954,8 +35014,7 @@ "Name": "computeNodeFillType", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -59963,9 +35022,6 @@ "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.ComputeNodeFillType", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeFillType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -59987,16 +35043,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -60007,6 +35053,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -60043,16 +35097,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -60067,17 +35118,13 @@ "LicenseType": "System.String", "NodeAgentSkuId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -60092,7 +35139,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -60108,8 +35154,7 @@ "Name": "nodeAgentSkuId", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -60121,17 +35166,13 @@ "ContainerRegistries": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]", "ContainerImageNames": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -60146,29 +35187,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -60177,17 +35211,13 @@ "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Batch.Common.DiskEncryptionTarget]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -60202,7 +35232,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -60214,30 +35243,22 @@ "Name": "targets", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Batch.Common.DiskEncryptionTarget]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Batch.Common.DiskEncryptionTarget]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Batch.Common.DiskEncryptionTarget, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Batch.Common.DiskEncryptionTarget, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.DiskEncryptionTarget" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.DiskEncryptionTarget": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.DiskEncryptionTarget", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DiskEncryptionTarget, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -60259,16 +35280,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -60279,6 +35290,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -60315,16 +35334,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSImageReference": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -60337,17 +35353,13 @@ "Version": "System.String", "VirtualMachineImageId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -60362,7 +35374,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -60386,8 +35397,7 @@ "Name": "version", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -60396,8 +35406,7 @@ "Name": "virtualMachineImageId", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -60408,17 +35417,13 @@ "Properties": { "EnableAutomaticUpdates": "System.Nullable`1[System.Boolean]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -60433,7 +35438,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -60445,22 +35449,17 @@ "Name": "enableAutomaticUpdates", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSDataDisk" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSDataDisk": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -60472,17 +35471,13 @@ "Caching": "System.Nullable`1[Microsoft.Azure.Batch.Common.CachingType]", "StorageAccountType": "System.Nullable`1[Microsoft.Azure.Batch.Common.StorageAccountType]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -60497,7 +35492,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -60521,30 +35515,22 @@ "Name": "storageAccountType", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.CachingType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CachingType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CachingType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CachingType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.CachingType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.CachingType": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.CachingType", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CachingType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -60566,16 +35552,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -60586,6 +35562,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -60622,36 +35606,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.StorageAccountType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.StorageAccountType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.StorageAccountType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.StorageAccountType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.StorageAccountType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.StorageAccountType": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.StorageAccountType", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.StorageAccountType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -60673,16 +35647,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -60693,6 +35657,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -60729,40 +35701,29 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -60774,17 +35735,13 @@ "CifsMountConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration", "NfsMountConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -60799,7 +35756,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -60811,8 +35767,7 @@ "Name": "configuration", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -60821,8 +35776,7 @@ "Name": "configuration", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -60831,8 +35785,7 @@ "Name": "configuration", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -60841,8 +35794,7 @@ "Name": "configuration", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -60858,17 +35810,13 @@ "RelativeMountPath": "System.String", "SasKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -60883,7 +35831,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -60911,8 +35858,7 @@ "Name": "blobfuseOptions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -60927,17 +35873,13 @@ "MountOptions": "System.String", "RelativeMountPath": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -60952,7 +35894,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -60980,8 +35921,7 @@ "Name": "mountOptions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -60996,17 +35936,13 @@ "Source": "System.String", "Username": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61021,7 +35957,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -61049,8 +35984,7 @@ "Name": "mountOptions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -61063,17 +35997,13 @@ "RelativeMountPath": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61088,7 +36018,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -61108,22 +36037,17 @@ "Name": "mountOptions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSUserAccount": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -61136,17 +36060,13 @@ "Name": "System.String", "Password": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61161,7 +36081,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -61189,8 +36108,7 @@ "Name": "windowsUserConfiguration", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -61203,17 +36121,13 @@ "Uid": "System.Nullable`1[System.Int32]", "SshPrivateKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61228,7 +36142,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -61248,8 +36161,7 @@ "Name": "sshPrivateKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -61260,17 +36172,13 @@ "Properties": { "LoginMode": "System.Nullable`1[Microsoft.Azure.Batch.Common.LoginMode]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61285,7 +36193,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -61297,30 +36204,22 @@ "Name": "loginMode", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.LoginMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.LoginMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.LoginMode, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.LoginMode, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.LoginMode" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.LoginMode": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.LoginMode", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.LoginMode, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -61342,16 +36241,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -61362,165 +36251,14 @@ ], "ReturnType": "System.Int32" }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Batch.Models.PSResizeError" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Batch.Models.PSResizeError": { - "Namespace": "Microsoft.Azure.Commands.Batch.Models", - "Name": "Microsoft.Azure.Commands.Batch.Models.PSResizeError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", - "Message": "System.String", - "Code": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Batch.Common.AllocationState]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.AllocationState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.AllocationState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Batch.Common.AllocationState" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Batch.Common.AllocationState": { - "Namespace": "Microsoft.Azure.Batch.Common", - "Name": "Microsoft.Azure.Batch.Common.AllocationState", - "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.AllocationState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -61557,36 +36295,68 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, - "System.Nullable`1[Microsoft.Azure.Batch.Common.PoolState]": { + "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Batch.Models.PSResizeError" + ] + }, + "Microsoft.Azure.Commands.Batch.Models.PSResizeError": { + "Namespace": "Microsoft.Azure.Commands.Batch.Models", + "Name": "Microsoft.Azure.Commands.Batch.Models.PSResizeError", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", + "Message": "System.String", + "Code": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Batch.Common.AllocationState]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.PoolState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.PoolState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.AllocationState]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.AllocationState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Batch.Common.PoolState" - ], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.Batch.Common.AllocationState" + ] }, - "Microsoft.Azure.Batch.Common.PoolState": { + "Microsoft.Azure.Batch.Common.AllocationState": { "Namespace": "Microsoft.Azure.Batch.Common", - "Name": "Microsoft.Azure.Batch.Common.PoolState", - "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.PoolState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "Name": "Microsoft.Azure.Batch.Common.AllocationState", + "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.AllocationState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -61608,16 +36378,101 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Batch.Common.PoolState]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.PoolState]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.PoolState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Batch.Common.PoolState" + ] + }, + "Microsoft.Azure.Batch.Common.PoolState": { + "Namespace": "Microsoft.Azure.Batch.Common", + "Name": "Microsoft.Azure.Batch.Common.PoolState", + "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.PoolState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "CompareTo", "Parameters": [ @@ -61628,6 +36483,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -61664,16 +36527,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -61683,17 +36543,13 @@ "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61708,7 +36564,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -61724,8 +36579,7 @@ "Name": "maxTaskRetryCount", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -61740,17 +36594,13 @@ "PoolId": "System.String", "TerminateReason": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61765,11 +36615,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -61781,17 +36629,13 @@ "Code": "System.String", "Message": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61806,11 +36650,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -61832,17 +36674,13 @@ "DisplayName": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61857,15 +36695,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -61878,8 +36713,7 @@ "Name": "commandLine", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -61890,17 +36724,13 @@ "Properties": { "SubnetId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61915,7 +36745,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -61927,8 +36756,7 @@ "Name": "subnetId", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -61947,17 +36775,13 @@ "CommandLine": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61972,15 +36796,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -61989,8 +36810,7 @@ "Name": "commandLine", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -62008,17 +36828,13 @@ "CommandLine": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62033,15 +36849,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -62050,8 +36863,7 @@ "Name": "commandLine", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -62075,17 +36887,13 @@ "WaitTime": "System.TimeSpan", "WallClockTime": "System.TimeSpan" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62100,11 +36908,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -62114,17 +36920,13 @@ "AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", "PoolId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62139,15 +36941,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -62161,17 +36960,13 @@ "KeepAlive": "System.Nullable`1[System.Boolean]", "AutoPoolIdPrefix": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62186,15 +36981,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -62202,9 +36994,6 @@ "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.PoolLifetimeOption", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.PoolLifetimeOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -62226,16 +37015,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -62246,6 +37025,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -62282,16 +37069,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -62320,17 +37104,13 @@ "AutoScaleFormula": "System.String", "VirtualMachineSize": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62345,37 +37125,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.JobState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.JobState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.JobState": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.JobState", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -62397,16 +37167,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -62417,6 +37177,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -62453,36 +37221,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.OnAllTasksComplete]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnAllTasksComplete]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.OnAllTasksComplete" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.OnAllTasksComplete": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.OnAllTasksComplete", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -62504,16 +37262,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -62524,6 +37272,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -62560,36 +37316,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.OnTaskFailure]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnTaskFailure]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.OnTaskFailure" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.OnTaskFailure": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.OnTaskFailure", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -62611,16 +37357,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -62631,6 +37367,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -62667,16 +37411,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -62687,17 +37428,13 @@ "NextRunTime": "System.Nullable`1[System.DateTime]", "EndTime": "System.Nullable`1[System.DateTime]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62712,11 +37449,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSRecentJob": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -62726,17 +37461,13 @@ "Id": "System.String", "Url": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62751,11 +37482,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -62777,17 +37506,13 @@ "WaitTime": "System.TimeSpan", "WallClockTime": "System.TimeSpan" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62802,11 +37527,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -62827,17 +37550,13 @@ "Priority": "System.Nullable`1[System.Int32]", "DisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62852,15 +37571,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -62869,8 +37585,7 @@ "Name": "poolInformation", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -62884,17 +37599,13 @@ "RecurrenceInterval": "System.Nullable`1[System.TimeSpan]", "StartWindow": "System.Nullable`1[System.TimeSpan]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62909,37 +37620,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.JobScheduleState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobScheduleState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobScheduleState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobScheduleState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.JobScheduleState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.JobScheduleState": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.JobScheduleState", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobScheduleState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -62961,16 +37662,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -62981,6 +37672,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -63017,16 +37716,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -63045,17 +37741,13 @@ "TaskRootDirectory": "System.String", "TaskRootDirectoryUrl": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -63070,19 +37762,14 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.JobPreparationTaskState": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.JobPreparationTaskState", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobPreparationTaskState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -63104,16 +37791,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -63124,6 +37801,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -63160,16 +37845,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -63186,17 +37868,13 @@ "TaskRootDirectory": "System.String", "TaskRootDirectoryUrl": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -63211,19 +37889,14 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.JobReleaseTaskState": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.JobReleaseTaskState", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobReleaseTaskState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -63245,16 +37918,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -63265,6 +37928,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -63301,16 +37972,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSFileProperties": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -63323,17 +37991,13 @@ "ContentType": "System.String", "FileMode": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -63348,11 +38012,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", @@ -63374,8 +38036,6 @@ "Unusable": "System.Int32", "WaitingForStartTask": "System.Int32" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "FormatObject", @@ -63389,12 +38049,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -63409,245 +38067,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Batch.Common.SubtaskState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.SubtaskState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.SubtaskState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.SubtaskState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Batch.Common.SubtaskState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.SubtaskState": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.SubtaskState", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.SubtaskState, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Batch.Common.OSType]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OSType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OSType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Batch.Common.OSType" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Batch.Common.OSType": { - "Namespace": "Microsoft.Azure.Batch.Common", - "Name": "Microsoft.Azure.Batch.Common.OSType", - "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OSType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Batch.Common.VerificationType]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.VerificationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.VerificationType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Batch.Common.VerificationType" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Batch.Common.VerificationType": { - "Namespace": "Microsoft.Azure.Batch.Common", - "Name": "Microsoft.Azure.Batch.Common.VerificationType", - "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.VerificationType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -63669,16 +38104,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -63689,6 +38114,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -63725,166 +38158,227 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, - "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Batch.TaskIdRange, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "System.Nullable`1[Microsoft.Azure.Batch.Common.OSType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OSType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OSType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Batch.TaskIdRange" - ], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.Batch.Common.OSType" + ] }, - "Microsoft.Azure.Batch.TaskIdRange": { - "Namespace": "Microsoft.Azure.Batch", - "Name": "Microsoft.Azure.Batch.TaskIdRange", - "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskIdRange, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "End": "System.Int32", - "Start": "System.Int32" - }, - "ElementType": null, - "GenericTypeArguments": [], + "Microsoft.Azure.Batch.Common.OSType": { + "Namespace": "Microsoft.Azure.Batch.Common", + "Name": "Microsoft.Azure.Batch.Common.OSType", + "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OSType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "", + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "start", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "format", + "Type": "System.String" }, { - "Name": "end", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": null + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "Microsoft.Azure.Batch.TaskDependencies": { - "Namespace": "Microsoft.Azure.Batch", - "Name": "Microsoft.Azure.Batch.TaskDependencies", - "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskDependencies, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]", - "TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]" - }, - "ElementType": null, - "GenericTypeArguments": [], + "System.Nullable`1[Microsoft.Azure.Batch.Common.VerificationType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.VerificationType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.VerificationType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Batch.Common.VerificationType" + ] + }, + "Microsoft.Azure.Batch.Common.VerificationType": { + "Namespace": "Microsoft.Azure.Batch.Common", + "Name": "Microsoft.Azure.Batch.Common.VerificationType", + "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.VerificationType, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "OnId", + "Name": "Equals", "Parameters": [ { - "Name": "id", - "Type": "System.String" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" + "ReturnType": "System.Boolean" }, { - "Name": "OnIds", + "Name": "HasFlag", "Parameters": [ { - "Name": "ids", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" + "ReturnType": "System.Boolean" }, { - "Name": "OnIds", + "Name": "CompareTo", "Parameters": [ { - "Name": "ids", - "Type": "System.String[]" + "Name": "target", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" }, { - "Name": "OnTasks", + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "tasks", - "Type": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Batch.CloudTask]" + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" + "ReturnType": "System.String" }, { - "Name": "OnTasks", + "Name": "ToString", "Parameters": [ { - "Name": "tasks", - "Type": "Microsoft.Azure.Batch.CloudTask[]" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" + "ReturnType": "System.String" }, { - "Name": "OnIdRange", + "Name": "ToString", "Parameters": [ { - "Name": "start", - "Type": "System.Int32" - }, - { - "Name": "end", - "Type": "System.Int32" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "Microsoft.Azure.Batch.TaskDependencies" + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], + "ReturnType": "System.Type" + } + ] + }, + "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Batch.TaskIdRange, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Batch.TaskIdRange" + ] + }, + "Microsoft.Azure.Batch.TaskIdRange": { + "Namespace": "Microsoft.Azure.Batch", + "Name": "Microsoft.Azure.Batch.TaskIdRange", + "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskIdRange, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "End": "System.Int32", + "Start": "System.Int32" + }, + "Methods": [ + { + "Name": "GetType", "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -63899,7 +38393,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -63908,15 +38401,14 @@ "Name": "", "Parameters": [ { - "Name": "taskIds", + "Name": "start", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "taskIdRanges", + "Name": "end", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -63952,17 +38444,13 @@ "Url": "System.String", "DisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -63977,7 +38465,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -63993,8 +38480,7 @@ "Name": "commandline", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -64002,9 +38488,6 @@ "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -64026,16 +38509,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -64046,6 +38519,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -64082,24 +38563,18 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -64121,16 +38596,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -64141,6 +38606,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -64177,24 +38650,18 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Batch.Common.ComputeNodeRebootOption": { "Namespace": "Microsoft.Azure.Batch.Common", "Name": "Microsoft.Azure.Batch.Common.ComputeNodeRebootOption", "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -64216,16 +38683,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -64236,6 +38693,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -64272,16 +38737,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] } } -} +} \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.BotService.json b/tools/Tools.Common/SerializedCmdlets/Az.BotService.json index 45d5a8b8591d..50a986f28dce 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.BotService.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.BotService.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.BotService", - "ModuleVersion": "0.3.1", + "ModuleVersion": "0.3.2", "Cmdlets": [ { "VerbName": "Export", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DeveloperAppInsightKey": "System.String", @@ -106,7 +106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -116,7 +116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -257,7 +257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -273,7 +273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -346,7 +346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DeveloperAppInsightKey": "System.String", @@ -405,7 +405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]", "ConnectionName": "System.String", @@ -444,7 +444,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -454,7 +454,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -580,7 +580,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -596,7 +596,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -727,7 +727,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -743,7 +743,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -859,7 +859,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -875,7 +875,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -941,7 +941,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]", "ConnectionName": "System.String", @@ -998,7 +998,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1014,7 +1014,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1114,7 +1114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1130,7 +1130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1203,7 +1203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DeveloperAppInsightKey": "System.String", @@ -1290,7 +1290,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1300,7 +1300,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1438,7 +1438,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1454,7 +1454,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1527,7 +1527,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DeveloperAppInsightKey": "System.String", @@ -1716,7 +1716,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1726,7 +1726,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1942,7 +1942,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1958,7 +1958,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2242,7 +2242,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2258,7 +2258,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2542,7 +2542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2558,7 +2558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2765,7 +2765,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]", "ConnectionName": "System.String", @@ -2804,7 +2804,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2814,7 +2814,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2948,7 +2948,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2964,7 +2964,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3045,7 +3045,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]", "ConnectionName": "System.String", @@ -3102,7 +3102,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3118,7 +3118,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3233,7 +3233,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3249,7 +3249,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3337,7 +3337,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DeveloperAppInsightKey": "System.String", @@ -3395,7 +3395,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]", "ConnectionName": "System.String", @@ -3484,7 +3484,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3530,7 +3530,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3570,7 +3570,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3580,7 +3580,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3791,7 +3791,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3867,7 +3867,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3931,7 +3931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3947,7 +3947,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4013,7 +4013,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]", "ConnectionName": "System.String", @@ -4156,7 +4156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4232,7 +4232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4296,7 +4296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4312,7 +4312,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4498,7 +4498,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4574,7 +4574,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4638,7 +4638,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4654,7 +4654,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4766,7 +4766,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -4949,7 +4949,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName" ] @@ -4957,7 +4957,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName, Az.BotService.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Compute.json b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json index a9000a1e7f13..78c36b05c4e4 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Compute.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Compute", - "ModuleVersion": "4.17.1", + "ModuleVersion": "4.18.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -71,7 +71,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -111,7 +111,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -194,7 +194,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -252,7 +252,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -383,7 +383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalFilePath": "System.IO.FileInfo", "DestinationUri": "System.Uri" @@ -839,8 +839,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -853,25 +854,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -921,8 +922,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -935,25 +937,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -976,7 +978,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.SettingNames" ] @@ -1017,8 +1019,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -1031,25 +1034,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -1084,7 +1087,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.SettingNames" ] @@ -1140,8 +1143,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -1154,25 +1158,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -1216,7 +1220,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -1289,8 +1293,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -1303,25 +1308,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -1353,7 +1358,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1481,8 +1486,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -1495,255 +1501,256 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "VirtualMachineScaleSet": "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", - "RequestId": "System.String", - "FullyQualifiedDomainName": "System.String", - "LicenseType": "System.String", - "Location": "System.String", - "Type": "System.String", - "Name": "System.String", - "EvictionPolicy": "System.String", - "Priority": "System.String", - "VmId": "System.String", - "Id": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VhdUri", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceImageUri", - "AliasList": [ - "SourceImage" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Lun", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CreateOption", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionSetId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DeleteOption", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "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", - "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "VhdUri", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SourceImageUri", + "AliasList": [ + "SourceImage" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 7, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Caching", + "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=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskSizeInGB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Lun", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 5, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CreateOption", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 6, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskEncryptionSetId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "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.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -1823,7 +1830,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1950,7 +1957,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2070,6 +2077,310 @@ } ] }, + { + "VerbName": "Add", + "NounName": "AzVmGalleryApplication", + "Name": "Add-AzVmGalleryApplication", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureVmGalleryApplicationCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "VM", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GalleryApplication", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Order": "System.Nullable`1[System.Int32]", + "Tags": "System.String", + "PackageReferenceId": "System.String", + "ConfigurationReference": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Order", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VM", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GalleryApplication", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Order": "System.Nullable`1[System.Int32]", + "Tags": "System.String", + "PackageReferenceId": "System.String", + "ConfigurationReference": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Order", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, { "VerbName": "Add", "NounName": "AzVMNetworkInterface", @@ -2084,8 +2395,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -2098,25 +2410,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -2166,8 +2478,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -2180,25 +2493,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -2284,8 +2597,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -2298,25 +2612,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -2419,8 +2733,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -2433,25 +2748,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -2588,8 +2903,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -2602,25 +2918,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -2670,8 +2986,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -2684,25 +3001,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -2775,8 +3092,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -2789,25 +3107,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -2913,7 +3231,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -2985,7 +3303,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3024,7 +3342,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.PassNames" ] @@ -3036,7 +3354,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ComponentNames" ] @@ -3048,7 +3366,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.SettingNames" ] @@ -3095,7 +3413,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3140,7 +3458,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.PassNames" ] @@ -3158,7 +3476,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ComponentNames" ] @@ -3176,7 +3494,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.SettingNames" ] @@ -3247,7 +3565,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3319,7 +3637,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3376,7 +3694,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -3477,7 +3795,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3552,7 +3870,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -3713,7 +4031,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3785,7 +4103,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -3911,7 +4229,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4091,7 +4409,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4163,7 +4481,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4325,7 +4643,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4551,6 +4869,241 @@ } ] }, + { + "VerbName": "Add", + "NounName": "AzVmssGalleryApplication", + "Name": "Add-AzVmssGalleryApplication", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureVmssGalleryApplicationCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", + "LicenseType": "System.String", + "Priority": "System.String", + "EvictionPolicy": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "VirtualMachineScaleSetVM", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", + "LicenseType": "System.String", + "Priority": "System.String", + "EvictionPolicy": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GalleryApplication", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Order": "System.Nullable`1[System.Int32]", + "Tags": "System.String", + "PackageReferenceId": "System.String", + "ConfigurationReference": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Order", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualMachineScaleSetVM", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", + "LicenseType": "System.String", + "Priority": "System.String", + "EvictionPolicy": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GalleryApplication", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Order": "System.Nullable`1[System.Int32]", + "Tags": "System.String", + "PackageReferenceId": "System.String", + "ConfigurationReference": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Order", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, { "VerbName": "Add", "NounName": "AzVMSshPublicKey", @@ -4565,8 +5118,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -4579,25 +5133,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -4647,8 +5201,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -4661,25 +5216,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -4740,8 +5295,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -4754,25 +5310,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -4860,7 +5416,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4932,7 +5488,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5001,7 +5557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -5086,7 +5642,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5179,7 +5735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -5312,7 +5868,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5384,7 +5940,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5432,7 +5988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate" }, "ValidateNotNullOrEmpty": false @@ -5468,7 +6024,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5528,7 +6084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate" }, "ValidateNotNullOrEmpty": false @@ -5582,7 +6138,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5654,7 +6210,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5737,7 +6293,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5850,7 +6406,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -5920,7 +6476,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -6002,7 +6558,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6055,7 +6611,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -6173,7 +6729,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6256,7 +6812,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -6328,7 +6884,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -6367,7 +6923,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ProtocolTypes" ] @@ -6414,7 +6970,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -6459,7 +7015,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ProtocolTypes" ] @@ -6530,7 +7086,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -6767,7 +7323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -7125,7 +7681,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -7445,7 +8001,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -7531,7 +8087,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7689,7 +8245,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7908,7 +8464,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -8347,7 +8903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -8528,7 +9084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -8756,7 +9312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -9067,7 +9623,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", @@ -9212,7 +9768,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -9440,7 +9996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]", @@ -9696,7 +10252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -10033,7 +10589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -10290,7 +10846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -10581,7 +11137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -10941,7 +11497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -11282,7 +11838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -11565,7 +12121,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -11793,7 +12349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12432,7 +12988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningDetails": "Microsoft.Azure.Management.Compute.Models.RestorePointProvisioningDetails", "SourceMetadata": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata", @@ -12623,7 +13179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties", "RestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]", @@ -12789,7 +13345,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -13006,7 +13562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -13260,8 +13816,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -13274,25 +13831,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -13336,7 +13893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -13447,7 +14004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13596,7 +14153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13832,7 +14389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -14073,7 +14630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -14317,7 +14874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -14574,8 +15131,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -14588,25 +15146,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -14650,7 +15208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -15049,7 +15607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -15524,7 +16082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -15764,7 +16322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -15997,7 +16555,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -16270,7 +16828,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -16370,8 +16928,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -16384,25 +16943,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -16579,8 +17138,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -16593,25 +17153,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -16684,7 +17244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -16773,8 +17333,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -16787,25 +17348,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -16921,8 +17482,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -16935,25 +17497,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -17042,7 +17604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -17145,8 +17707,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -17159,25 +17722,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -17369,8 +17932,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -17383,25 +17947,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -17535,7 +18099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -17585,7 +18149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]", @@ -17827,7 +18391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -17990,7 +18554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -18041,7 +18605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradeProperties": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties", "OSDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", @@ -18518,7 +19082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Offer": "System.String", @@ -18705,7 +19269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -18843,7 +19407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Skus": "System.String", @@ -19055,7 +19619,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", @@ -19249,7 +19813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MemoryInMB": "System.Int32", "NumberOfCores": "System.Int32", @@ -19569,7 +20133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -19766,7 +20330,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -20132,7 +20696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", "EncryptionEnabled": "System.Boolean", @@ -20327,7 +20891,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", @@ -20529,7 +21093,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", "Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", @@ -20725,7 +21289,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -21071,7 +21635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", "DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", @@ -21290,7 +21854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", "StatusCode": "System.Net.HttpStatusCode", @@ -21428,7 +21992,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessSAS": "System.String" }, @@ -21709,7 +22273,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessSAS": "System.String" }, @@ -21990,7 +22554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Patches": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]", @@ -22079,8 +22643,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -22093,25 +22658,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -22950,217 +23515,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "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", - "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", - "FullyQualifiedDomainName": "System.String", - "LicenseType": "System.String", - "Location": "System.String", - "Type": "System.String", - "Name": "System.String", - "EvictionPolicy": "System.String", - "Priority": "System.String", - "VmId": "System.String", - "Id": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Windows", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "KBNumberToInclude", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "KBNumberToExclude", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ExcludeKBsRequiringReboot", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClassificationToIncludeForWindows", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RebootSetting", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MaximumDuration", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "LinuxInputObjectParameterSet", - "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -23173,25 +23530,235 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Windows", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KBNumberToInclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KBNumberToExclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExcludeKBsRequiringReboot", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClassificationToIncludeForWindows", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RebootSetting", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaximumDuration", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "LinuxInputObjectParameterSet", + "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.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -23433,7 +24000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Patches": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]", @@ -23515,8 +24082,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -23529,25 +24097,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -23736,8 +24304,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -23750,25 +24319,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -23891,7 +24460,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -24152,7 +24721,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -24266,8 +24835,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -24280,25 +24850,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -24671,8 +25241,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -24685,25 +25256,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -24821,7 +25392,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -24941,7 +25512,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -25349,7 +25920,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -25490,7 +26061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25851,7 +26422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -26207,7 +26778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -26476,7 +27047,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -26576,7 +27147,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -26690,7 +27261,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -26841,7 +27412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]", @@ -27059,7 +27630,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -27168,7 +27739,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -27207,7 +27778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -27325,7 +27896,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -27338,7 +27909,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -27390,7 +27961,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -27403,7 +27974,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -27538,7 +28109,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -27601,7 +28172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -27791,7 +28362,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -27810,7 +28381,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -27892,7 +28463,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -27911,7 +28482,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -28046,7 +28617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -28126,7 +28697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -28220,7 +28791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -28348,7 +28919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -28642,7 +29213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -28850,7 +29421,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -28986,7 +29557,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -29034,7 +29605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -29073,7 +29644,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -29086,7 +29657,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -29272,7 +29843,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -29350,7 +29921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -29407,7 +29978,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -29426,7 +29997,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -29531,7 +30102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -29889,7 +30460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -30027,7 +30598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30036,7 +30607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30330,7 +30901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30345,7 +30916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30692,7 +31263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30707,7 +31278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30986,7 +31557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -31097,7 +31668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage" }, "ValidateNotNullOrEmpty": false @@ -31107,7 +31678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -31304,7 +31875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage" }, "ValidateNotNullOrEmpty": false @@ -31320,7 +31891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -31507,7 +32078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage" }, "ValidateNotNullOrEmpty": false @@ -31523,7 +32094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -31687,7 +32258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -31812,7 +32383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31973,7 +32544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32109,7 +32680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32192,7 +32763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -32633,7 +33204,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -32709,7 +33280,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -32799,7 +33370,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -32926,7 +33497,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -33017,7 +33588,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -33046,7 +33617,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk" }, "ValidateNotNullOrEmpty": false @@ -33151,7 +33722,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -33192,7 +33763,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk" }, "ValidateNotNullOrEmpty": false @@ -33261,7 +33832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -33530,7 +34101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningDetails": "Microsoft.Azure.Management.Compute.Models.RestorePointProvisioningDetails", "SourceMetadata": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata", @@ -33747,7 +34318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties", "RestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]", @@ -33961,7 +34532,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -34050,7 +34621,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -34153,7 +34724,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -34293,7 +34864,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -34373,7 +34944,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -34457,7 +35028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -34484,7 +35055,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -34527,7 +35098,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -34540,7 +35111,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -34633,7 +35204,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -34771,7 +35342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -34810,7 +35381,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -34877,7 +35448,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -34896,7 +35467,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -35013,7 +35584,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -35076,7 +35647,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -35130,7 +35701,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -35143,7 +35714,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -35218,7 +35789,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -35302,7 +35873,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -35321,7 +35892,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -35408,7 +35979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -35600,7 +36171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -35645,8 +36216,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -35659,25 +36231,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -35754,8 +36326,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -35768,25 +36341,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -36223,8 +36796,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -36237,25 +36811,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -37704,8 +38278,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -37718,25 +38293,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -37823,7 +38398,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" ] @@ -38238,7 +38813,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" ] @@ -38543,7 +39118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -38632,7 +39207,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -38781,7 +39356,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -38938,7 +39513,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -39107,7 +39682,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -39179,6 +39754,166 @@ } ] }, + { + "VerbName": "New", + "NounName": "AzVmGalleryApplication", + "Name": "New-AzVmGalleryApplication", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureVmGalleryApplicationCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Order": "System.Nullable`1[System.Int32]", + "Tags": "System.String", + "PackageReferenceId": "System.String", + "ConfigurationReference": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "PackageReferenceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ConfigReferenceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "PackageReferenceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigReferenceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, { "VerbName": "New", "NounName": "AzVMSqlServerAutoBackupConfig", @@ -39193,7 +39928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -39966,7 +40701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -40179,7 +40914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -40392,7 +41127,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -40485,7 +41220,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -40651,7 +41386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -40942,7 +41677,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -41262,7 +41997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -41767,7 +42502,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -41908,7 +42643,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.UpgradeMode" ] @@ -41920,7 +42655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -41938,7 +42673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -41952,7 +42687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -41962,7 +42697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension" }, "ValidateNotNullOrEmpty": false @@ -42057,7 +42792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]", "PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]", @@ -42128,7 +42863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -42232,7 +42967,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" ] @@ -42418,7 +43153,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.UpgradeMode" ] @@ -42436,7 +43171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -42460,7 +43195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -42480,7 +43215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -42496,7 +43231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension" }, "ValidateNotNullOrEmpty": false @@ -42651,7 +43386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]", "PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]", @@ -42764,7 +43499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -43010,7 +43745,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" ] @@ -43155,7 +43890,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.UpgradeMode" ] @@ -43173,7 +43908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -43197,7 +43932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -43217,7 +43952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -43233,7 +43968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension" }, "ValidateNotNullOrEmpty": false @@ -43388,7 +44123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]", "PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]", @@ -43501,7 +44236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -43740,6 +44475,166 @@ } ] }, + { + "VerbName": "New", + "NounName": "AzVmssGalleryApplication", + "Name": "New-AzVmssGalleryApplication", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureVmssGalleryApplicationCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Order": "System.Nullable`1[System.Int32]", + "Tags": "System.String", + "PackageReferenceId": "System.String", + "ConfigurationReference": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "PackageReferenceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ConfigReferenceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "PackageReferenceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigReferenceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, { "VerbName": "New", "NounName": "AzVmssIpConfig", @@ -43754,7 +44649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", @@ -43968,7 +44863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag" }, "ValidateNotNullOrEmpty": false @@ -44199,7 +45094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag" }, "ValidateNotNullOrEmpty": false @@ -44283,7 +45178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -44454,7 +45349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateUrl": "System.String", "CertificateStore": "System.String" @@ -45164,7 +46059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -45380,7 +46275,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -45601,7 +46496,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -45683,7 +46578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -45881,7 +46776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -46006,7 +46901,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -46282,7 +47177,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -46364,7 +47259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]", @@ -46561,7 +47456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]", @@ -46685,7 +47580,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -46776,7 +47671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -47068,7 +47963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -47165,7 +48060,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -47256,7 +48151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -47545,7 +48440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -47639,7 +48534,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -47739,7 +48634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -48053,7 +48948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -48157,7 +49052,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -48266,7 +49161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -48586,7 +49481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -48681,7 +49576,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -48772,7 +49667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -48991,7 +49886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -49122,7 +50017,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -49204,7 +50099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -49404,7 +50299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -49531,7 +50426,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -49807,7 +50702,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -49862,7 +50757,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -49922,7 +50817,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -49999,7 +50894,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -50065,7 +50960,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -50156,7 +51051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -50447,7 +51342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -50543,7 +51438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningDetails": "Microsoft.Azure.Management.Compute.Models.RestorePointProvisioningDetails", "SourceMetadata": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata", @@ -50734,7 +51629,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -50901,7 +51796,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -51177,7 +52072,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -51259,7 +52154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -51415,7 +52310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -51507,7 +52402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -51554,7 +52449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -51970,7 +52865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -52214,7 +53109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -52458,7 +53353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -52648,7 +53543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -53110,7 +54005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -53342,10 +54237,292 @@ }, { "VerbName": "Remove", - "NounName": "AzVMDataDisk", - "Name": "Remove-AzVMDataDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMDataDiskCommand", - "SupportsShouldProcess": true, + "NounName": "AzVMDataDisk", + "Name": "Remove-AzVMDataDisk", + "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMDataDiskCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "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.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DataDiskNames", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "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.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DataDiskNames", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzVMDiagnosticsExtension", + "Name": "Remove-AzVMDiagnosticsExtension", + "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureRmVMDiagnosticsExtensionCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -53353,44 +54530,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "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", - "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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]", + "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", "RequestId": "System.String", - "FullyQualifiedDomainName": "System.String", - "LicenseType": "System.String", - "Location": "System.String", - "Type": "System.String", - "Name": "System.String", - "EvictionPolicy": "System.String", - "Priority": "System.String", - "VmId": "System.String", - "Id": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String" + "ReasonPhrase": "System.String" }, "Methods": [ { @@ -53429,66 +54575,46 @@ ], "Parameters": [ { - "Name": "VM", + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VMName", "AliasList": [ - "VMProfile" + "ResourceName" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "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", - "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", - "FullyQualifiedDomainName": "System.String", - "LicenseType": "System.String", - "Location": "System.String", - "Type": "System.String", - "Name": "System.String", - "EvictionPolicy": "System.String", - "Priority": "System.String", - "VmId": "System.String", - "Id": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, { - "Name": "DataDiskNames", + "Name": "Name", "AliasList": [ - "Name" + "ExtensionName" ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -53517,76 +54643,68 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], + "Name": "ResourceGroupName", "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "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", - "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", - "FullyQualifiedDomainName": "System.String", - "LicenseType": "System.String", - "Location": "System.String", - "Type": "System.String", - "Name": "System.String", - "EvictionPolicy": "System.String", - "Priority": "System.String", - "VmId": "System.String", - "Id": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": 0, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DataDiskNames", + "Name": "VMName", "AliasList": [ - "Name" + "ResourceName" ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": 1, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ExtensionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -53621,10 +54739,10 @@ }, { "VerbName": "Remove", - "NounName": "AzVMDiagnosticsExtension", - "Name": "Remove-AzVMDiagnosticsExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureRmVMDiagnosticsExtensionCommand", - "SupportsShouldProcess": false, + "NounName": "AzVMDiskEncryptionExtension", + "Name": "Remove-AzVMDiskEncryptionExtension", + "ClassName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.RemoveAzureDiskEncryptionExtensionCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -53633,7 +54751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -53707,7 +54825,16 @@ "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true }, { "Name": "NoWait", @@ -53787,13 +54914,28 @@ "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "NoWait", @@ -53841,9 +54983,9 @@ }, { "VerbName": "Remove", - "NounName": "AzVMDiskEncryptionExtension", - "Name": "Remove-AzVMDiskEncryptionExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.RemoveAzureDiskEncryptionExtensionCommand", + "NounName": "AzVMDscExtension", + "Name": "Remove-AzVMDscExtension", + "ClassName": "Microsoft.Azure.Commands.Compute.Extension.DSC.RemoveAzureVMDscExtensionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -53853,7 +54995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -53907,9 +55049,6 @@ }, { "Name": "VMName", - "AliasList": [ - "ResourceName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -53919,9 +55058,6 @@ }, { "Name": "Name", - "AliasList": [ - "ExtensionName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -53929,15 +55065,6 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "NoWait", "Type": { @@ -53990,9 +55117,6 @@ { "ParameterMetadata": { "Name": "VMName", - "AliasList": [ - "ResourceName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -54008,9 +55132,6 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "ExtensionName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -54023,21 +55144,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "NoWait", @@ -54085,9 +55191,9 @@ }, { "VerbName": "Remove", - "NounName": "AzVMDscExtension", - "Name": "Remove-AzVMDscExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.DSC.RemoveAzureVMDscExtensionCommand", + "NounName": "AzVMExtension", + "Name": "Remove-AzVMExtension", + "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMExtensionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -54097,7 +55203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -54151,6 +55257,9 @@ }, { "Name": "VMName", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -54160,6 +55269,9 @@ }, { "Name": "Name", + "AliasList": [ + "ExtensionName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -54168,13 +55280,13 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "NoWait", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -54219,6 +55331,9 @@ { "ParameterMetadata": { "Name": "VMName", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -54234,6 +55349,9 @@ { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "ExtensionName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -54241,20 +55359,20 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "NoWait", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -54293,9 +55411,9 @@ }, { "VerbName": "Remove", - "NounName": "AzVMExtension", - "Name": "Remove-AzVMExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMExtensionCommand", + "NounName": "AzVmGalleryApplication", + "Name": "Remove-AzVmGalleryApplication", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureVmGalleryApplicationCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -54304,13 +55422,45 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IsSuccessStatusCode": "System.Boolean", + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", "RequestId": "System.String", - "ReasonPhrase": "System.String" + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" }, "Methods": [ { @@ -54349,31 +55499,54 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], + "Name": "VM", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], + "Name": "GalleryApplicationsReferenceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -54381,15 +55554,6 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "DefaultProfile", "AliasList": [ @@ -54417,43 +55581,60 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], + "Name": "VM", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], + "Name": "GalleryApplicationsReferenceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -54462,21 +55643,6 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -54525,8 +55691,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -54539,25 +55706,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -54607,8 +55774,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -54621,25 +55789,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -54696,8 +55864,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -54710,25 +55879,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -54806,8 +55975,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -54820,25 +55990,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -54888,8 +56058,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -54902,25 +56073,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -54976,8 +56147,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -54990,25 +56162,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -55085,7 +56257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -55305,7 +56477,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -55607,7 +56779,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -55679,7 +56851,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -55765,7 +56937,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -55856,7 +57028,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -55950,7 +57122,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56033,7 +57205,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56105,7 +57277,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56182,7 +57354,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56283,7 +57455,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56355,7 +57527,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56438,7 +57610,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56529,7 +57701,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56620,7 +57792,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56689,6 +57861,205 @@ } ] }, + { + "VerbName": "Remove", + "NounName": "AzVmssGalleryApplication", + "Name": "Remove-AzVmssGalleryApplication", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureVmssGalleryApplicationCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", + "LicenseType": "System.String", + "Priority": "System.String", + "EvictionPolicy": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "VirtualMachineScaleSetVM", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", + "LicenseType": "System.String", + "Priority": "System.String", + "EvictionPolicy": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GalleryApplicationsReferenceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualMachineScaleSetVM", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", + "LicenseType": "System.String", + "Priority": "System.String", + "EvictionPolicy": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GalleryApplicationsReferenceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, { "VerbName": "Remove", "NounName": "AzVmssNetworkInterfaceConfiguration", @@ -56703,7 +58074,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56775,7 +58146,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56858,7 +58229,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -56949,7 +58320,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -57040,7 +58411,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -57123,7 +58494,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -57193,7 +58564,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -57265,7 +58636,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -57361,7 +58732,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WalkPerformed": "System.Nullable`1[System.Boolean]", "NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]" @@ -57446,7 +58817,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -57751,7 +59122,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -57867,7 +59238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -57914,7 +59285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -58474,7 +59845,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -58737,7 +60108,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -58974,7 +60345,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -59211,7 +60582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalFilePath": "System.IO.FileInfo", "Source": "System.Uri" @@ -59767,7 +61138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -60303,7 +61674,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -60382,7 +61753,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -60472,7 +61843,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -60592,7 +61963,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -60671,7 +62042,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -60761,7 +62132,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -60881,7 +62252,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -60960,7 +62331,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -61050,7 +62421,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -61170,7 +62541,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -61252,7 +62623,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -61336,7 +62707,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -61441,7 +62812,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -61502,7 +62873,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -61574,7 +62945,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -61676,7 +63047,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -61737,7 +63108,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -61809,7 +63180,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -61911,7 +63282,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -61966,7 +63337,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -61988,7 +63359,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -62000,7 +63371,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes" ] @@ -62021,7 +63392,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -62104,7 +63475,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -62132,7 +63503,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -62150,7 +63521,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes" ] @@ -62183,7 +63554,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -62314,7 +63685,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -62382,7 +63753,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -62461,7 +63832,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -62570,7 +63941,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -62638,7 +64009,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -62717,7 +64088,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -62826,7 +64197,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -62894,7 +64265,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -62973,7 +64344,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -63082,7 +64453,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -63133,7 +64504,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -63195,7 +64566,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -63287,7 +64658,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -63338,7 +64709,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -63400,7 +64771,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -63492,7 +64863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -63539,7 +64910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -64475,7 +65846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -64853,7 +66224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -65333,7 +66704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -65460,6 +66831,24 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "ProxyURI", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DebugExtension", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -65654,6 +67043,36 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ProxyURI", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 7, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DebugExtension", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 8, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -65806,7 +67225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -66026,7 +67445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -66380,8 +67799,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -66394,25 +67814,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -66462,8 +67882,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -66476,25 +67897,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -66573,8 +67994,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -66587,25 +68009,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -66675,7 +68097,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -66704,8 +68126,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -66718,25 +68141,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -66805,8 +68228,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -66819,25 +68243,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -66895,7 +68319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -68269,7 +69693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -68350,8 +69774,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -68364,25 +69789,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -68405,7 +69830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -69174,8 +70599,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -69188,25 +70614,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -69497,8 +70923,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -69511,25 +70938,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -70218,7 +71645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -70506,7 +71933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -70918,8 +72345,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -70932,25 +72360,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -71000,8 +72428,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -71014,25 +72443,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -71067,7 +72496,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -71147,8 +72576,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -71161,25 +72591,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -71199,7 +72629,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -71329,193 +72759,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "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", - "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", - "FullyQualifiedDomainName": "System.String", - "LicenseType": "System.String", - "Location": "System.String", - "Type": "System.String", - "Name": "System.String", - "EvictionPolicy": "System.String", - "Priority": "System.String", - "VmId": "System.String", - "Id": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageAccountType", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionSetId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "WriteAccelerator", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ChangeWithLun", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Lun", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -71528,25 +72774,211 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Caching", + "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=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Compute.Models.CachingTypes" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskSizeInGB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "StorageAccountType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskEncryptionSetId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WriteAccelerator", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ChangeWithLun", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Lun", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "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.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "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", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "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", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "LicenseType": "System.String", + "Location": "System.String", + "Type": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -71566,7 +72998,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -71685,7 +73117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -72127,7 +73559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -74264,7 +75696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -75097,7 +76529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -76079,8 +77511,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -76093,25 +77526,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -76161,8 +77594,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -76175,25 +77609,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -76380,8 +77814,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -76394,25 +77829,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -76631,8 +78066,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -76645,25 +78081,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -76912,8 +78348,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -76926,25 +78363,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -77163,8 +78600,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -77177,25 +78615,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -77444,8 +78882,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -77458,25 +78897,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -77635,8 +79074,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -77649,25 +79089,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -77770,8 +79210,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -77784,25 +79225,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -77852,8 +79293,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -77866,25 +79308,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -77924,7 +79366,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -78106,8 +79548,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -78120,25 +79563,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -78196,7 +79639,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -78404,8 +79847,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -78418,25 +79862,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -78494,7 +79938,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -78762,8 +80206,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -78776,25 +80221,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -78852,7 +80297,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -79060,8 +80505,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -79074,25 +80520,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -79150,7 +80596,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -79418,8 +80864,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -79432,25 +80879,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -79508,7 +80955,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -79705,8 +81152,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -79719,25 +81167,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -79787,8 +81235,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -79801,25 +81250,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -79898,8 +81347,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -79912,25 +81362,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -80048,8 +81498,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -80062,25 +81513,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -80130,8 +81581,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -80144,25 +81596,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -80214,8 +81666,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -80228,25 +81681,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -80319,8 +81772,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -80333,25 +81787,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -80401,8 +81855,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -80415,25 +81870,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -80521,8 +81976,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -80535,25 +81991,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -80667,8 +82123,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -80681,25 +82138,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -80768,8 +82225,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -80782,25 +82240,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -80858,7 +82316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -80945,7 +82403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -80961,7 +82419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -80984,7 +82442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -81100,7 +82558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -81122,7 +82580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -81151,7 +82609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -81228,7 +82686,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -81945,7 +83403,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82017,7 +83475,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82103,7 +83561,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82219,7 +83677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "Settings": "System.Object", @@ -82707,7 +84165,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -82804,7 +84262,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83154,7 +84612,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83282,7 +84740,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83354,7 +84812,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83474,7 +84932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent" }, "ValidateNotNullOrEmpty": false @@ -83484,7 +84942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener" }, "ValidateNotNullOrEmpty": false @@ -83506,7 +84964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey" }, "ValidateNotNullOrEmpty": false @@ -83516,7 +84974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup" }, "ValidateNotNullOrEmpty": false @@ -83570,7 +85028,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83744,7 +85202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent" }, "ValidateNotNullOrEmpty": false @@ -83760,7 +85218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener" }, "ValidateNotNullOrEmpty": false @@ -83794,7 +85252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey" }, "ValidateNotNullOrEmpty": false @@ -83810,7 +85268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup" }, "ValidateNotNullOrEmpty": false @@ -83894,7 +85352,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83966,7 +85424,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84085,7 +85543,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84258,7 +85716,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84330,7 +85788,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84404,7 +85862,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84502,7 +85960,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84574,7 +86032,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84661,7 +86119,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -84682,7 +86140,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -84758,7 +86216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk" }, "ValidateNotNullOrEmpty": false @@ -84794,7 +86252,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84917,7 +86375,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -84950,7 +86408,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -85074,7 +86532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk" }, "ValidateNotNullOrEmpty": false @@ -85128,7 +86586,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -85200,7 +86658,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -85283,7 +86741,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -85396,7 +86854,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -86201,8 +87659,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -86215,25 +87674,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -86283,8 +87742,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -86297,25 +87757,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -86376,8 +87836,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -86390,25 +87851,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -86496,7 +87957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -86543,7 +88004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -86897,7 +88358,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -87160,7 +88621,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -87230,7 +88691,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -87392,7 +88853,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -87597,7 +89058,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -87834,7 +89295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -87881,7 +89342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -88397,7 +89858,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -88857,7 +90318,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -89133,7 +90594,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -89400,7 +90861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -89464,7 +90925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -89557,7 +91018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -89685,7 +91146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -89802,7 +91263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -89891,7 +91352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -90103,7 +91564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -90382,7 +91843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -90456,7 +91917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -90623,7 +92084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -90854,7 +92315,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -90954,7 +92415,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -90982,7 +92443,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -91096,7 +92557,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -91209,7 +92670,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -91360,7 +92821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -91449,7 +92910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -91815,7 +93276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -92069,7 +93530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -92155,7 +93616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -92431,7 +93892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -92616,7 +94077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -92721,7 +94182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -93493,7 +94954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -94050,7 +95511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -94155,7 +95616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -94582,7 +96043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -94860,7 +96321,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -94963,7 +96424,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -95242,7 +96703,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -95338,7 +96799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties", "RestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]", @@ -95528,7 +96989,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -95617,7 +97078,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -95635,7 +97096,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -95738,7 +97199,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -95841,7 +97302,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", @@ -95981,7 +97442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -96064,7 +97525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -96259,7 +97720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", @@ -96381,7 +97842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -96450,8 +97911,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -96464,25 +97926,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -96505,7 +97967,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" ] @@ -96652,8 +98114,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -96666,25 +98129,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -96900,7 +98363,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" ] @@ -96937,8 +98400,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -96951,25 +98415,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -97188,8 +98652,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -97202,25 +98667,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -97424,8 +98889,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -97438,25 +98904,25 @@ "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "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", - "RequestId": "System.String", "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", "LicenseType": "System.String", "Location": "System.String", "Type": "System.String", - "Name": "System.String", "EvictionPolicy": "System.String", "Priority": "System.String", + "Name": "System.String", "VmId": "System.String", "Id": "System.String", "ProvisioningState": "System.String", @@ -97664,7 +99130,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -97757,7 +99223,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -97887,7 +99353,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" ] @@ -98007,7 +99473,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -98197,7 +99663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -98302,7 +99768,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -98662,7 +100128,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -98978,7 +100444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -99101,7 +100567,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" ] @@ -99152,7 +100618,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -99512,7 +100978,7 @@ "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -99828,7 +101294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -99942,7 +101408,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -100205,7 +101671,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -100305,7 +101771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk" }, "ValidateNotNullOrEmpty": false @@ -100342,7 +101808,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -100462,7 +101928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk" }, "ValidateNotNullOrEmpty": false @@ -100554,7 +102020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk" }, "ValidateNotNullOrEmpty": false @@ -100661,7 +102127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk" }, "ValidateNotNullOrEmpty": false @@ -100753,7 +102219,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -100796,7 +102262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk" }, "ValidateNotNullOrEmpty": false @@ -100928,7 +102394,7 @@ "Microsoft.Azure.Management.Compute.Models.ExtendedLocation": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -100984,7 +102450,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsDisk": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", "DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]", @@ -101044,7 +102510,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageOSDisk": { "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -101134,7 +102600,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -101180,7 +102646,7 @@ "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -101272,7 +102738,7 @@ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -101359,7 +102825,7 @@ "Microsoft.Azure.Management.Compute.Models.SubResource": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -101405,7 +102871,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]": { "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CachingTypes" ] @@ -101413,7 +102879,7 @@ "Microsoft.Azure.Management.Compute.Models.CachingTypes": { "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -101513,7 +102979,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ImageDataDisk" ] @@ -101521,7 +102987,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageDataDisk": { "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -101754,10 +103220,95 @@ "Name": "System.Uri", "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, + "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "GalleryApplications": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication" + ] + }, + "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Order": "System.Nullable`1[System.Int32]", + "Tags": "System.String", + "PackageReferenceId": "System.String", + "ConfigurationReference": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -101844,7 +103395,7 @@ "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UltraSSDEnabled": "System.Nullable`1[System.Boolean]", "HibernationEnabled": "System.Nullable`1[System.Boolean]" @@ -101895,7 +103446,7 @@ "Microsoft.Azure.Management.Compute.Models.BillingProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxPrice": "System.Nullable`1[System.Double]" }, @@ -101949,7 +103500,7 @@ "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CapacityReservationGroup": "Microsoft.Azure.Management.Compute.Models.SubResource" }, @@ -101995,7 +103546,7 @@ "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics" }, @@ -102041,7 +103592,7 @@ "Microsoft.Azure.Management.Compute.Models.BootDiagnostics": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -102092,7 +103643,7 @@ "Microsoft.Azure.Management.Compute.Models.HardwareProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmSizeProperties": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties", "VmSize": "System.String" @@ -102143,7 +103694,7 @@ "Microsoft.Azure.Management.Compute.Models.VMSizeProperties": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VCPUsAvailable": "System.Nullable`1[System.Int32]", "VCPUsPerCore": "System.Nullable`1[System.Int32]" @@ -102194,7 +103745,7 @@ "Microsoft.Azure.Management.Compute.Models.NetworkProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]", "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]", @@ -102250,7 +103801,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference" ] @@ -102258,7 +103809,7 @@ "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Primary": "System.Nullable`1[System.Boolean]", "DeleteOption": "System.String", @@ -102314,7 +103865,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration" ] @@ -102322,7 +103873,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "DscpConfiguration": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -102417,7 +103968,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.IList`1[System.String]" }, @@ -102463,7 +104014,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration" ] @@ -102471,7 +104022,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Management.Compute.Models.SubResource", "PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration", @@ -102556,7 +104107,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku", "PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -102646,7 +104197,7 @@ "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -102697,7 +104248,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DomainNameLabel": "System.String" }, @@ -102747,7 +104298,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag" ] @@ -102755,7 +104306,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -102806,7 +104357,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.SubResource" ] @@ -102814,7 +104365,7 @@ "Microsoft.Azure.Management.Compute.Models.OSProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -102900,7 +104451,7 @@ "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PatchSettings": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings", "Ssh": "Microsoft.Azure.Management.Compute.Models.SshConfiguration", @@ -102961,7 +104512,7 @@ "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PatchMode": "System.String", "AssessmentMode": "System.String" @@ -103012,7 +104563,7 @@ "Microsoft.Azure.Management.Compute.Models.SshConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]" }, @@ -103058,7 +104609,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.SshPublicKey" ] @@ -103066,7 +104617,7 @@ "Microsoft.Azure.Management.Compute.Models.SshPublicKey": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "KeyData": "System.String" @@ -103117,7 +104668,7 @@ "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PatchSettings": "Microsoft.Azure.Management.Compute.Models.PatchSettings", "WinRM": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration", @@ -103188,7 +104739,7 @@ "Microsoft.Azure.Management.Compute.Models.PatchSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PatchSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchSettings, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchSettings, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableHotpatching": "System.Nullable`1[System.Boolean]", "PatchMode": "System.String", @@ -103244,7 +104795,7 @@ "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Listeners": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]" }, @@ -103290,7 +104841,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.WinRMListener" ] @@ -103298,7 +104849,7 @@ "Microsoft.Azure.Management.Compute.Models.WinRMListener": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", "CertificateUrl": "System.String" @@ -103349,7 +104900,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ProtocolTypes" ] @@ -103357,7 +104908,7 @@ "Microsoft.Azure.Management.Compute.Models.ProtocolTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -103444,7 +104995,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent" ] @@ -103452,7 +105003,7 @@ "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComponentName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", "PassName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", @@ -103513,7 +105064,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ComponentNames" ] @@ -103521,7 +105072,7 @@ "Microsoft.Azure.Management.Compute.Models.ComponentNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ComponentNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -103608,7 +105159,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.PassNames" ] @@ -103616,7 +105167,7 @@ "Microsoft.Azure.Management.Compute.Models.PassNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PassNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -103703,7 +105254,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.SettingNames" ] @@ -103711,7 +105262,7 @@ "Microsoft.Azure.Management.Compute.Models.SettingNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SettingNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -103798,7 +105349,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup" ] @@ -103806,7 +105357,7 @@ "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "VaultCertificates": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]" @@ -103857,7 +105408,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VaultCertificate" ] @@ -103865,7 +105416,7 @@ "Microsoft.Azure.Management.Compute.Models.VaultCertificate": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateUrl": "System.String", "CertificateStore": "System.String" @@ -103916,7 +105467,7 @@ "Microsoft.Azure.Management.Compute.Models.Plan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Plan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Publisher": "System.String", @@ -103977,7 +105528,7 @@ "Microsoft.Azure.Management.Compute.Models.SecurityProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UefiSettings": "Microsoft.Azure.Management.Compute.Models.UefiSettings", "EncryptionAtHost": "System.Nullable`1[System.Boolean]", @@ -104033,7 +105584,7 @@ "Microsoft.Azure.Management.Compute.Models.UefiSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UefiSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UefiSettings, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UefiSettings, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "VTpmEnabled": "System.Nullable`1[System.Boolean]" @@ -104084,7 +105635,7 @@ "Microsoft.Azure.Management.Compute.Models.StorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.OSDisk", @@ -104144,7 +105695,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Offer": "System.String", @@ -104220,7 +105771,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings", @@ -104325,7 +105876,7 @@ "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Option": "System.String", "Placement": "System.String" @@ -104376,7 +105927,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference", "DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference", @@ -104436,7 +105987,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "KeyUrl": "System.String" @@ -104491,7 +106042,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "SecretUrl": "System.String" @@ -104546,7 +106097,7 @@ "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "StorageAccountType": "System.String", @@ -104602,7 +106153,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Uri": "System.String" }, @@ -104648,7 +106199,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]": { "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ] @@ -104656,7 +106207,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.DataDisk" ] @@ -104664,7 +106215,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -104787,7 +106338,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", @@ -104848,7 +106399,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue" @@ -104857,7 +106408,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -104908,7 +106459,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" ] @@ -104916,7 +106467,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -105003,7 +106554,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -105124,7 +106675,7 @@ "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "SerialConsoleLogBlobUri": "System.String", @@ -105180,7 +106731,7 @@ "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Level": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]", "Time": "System.Nullable`1[System.DateTime]", @@ -105246,7 +106797,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes" ] @@ -105254,7 +106805,7 @@ "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -105354,7 +106905,7 @@ "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastOperationResultCode": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]", "IsCustomerInitiatedMaintenanceAllowed": "System.Nullable`1[System.Boolean]", @@ -105430,7 +106981,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes" ] @@ -105438,7 +106989,7 @@ "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -105525,7 +107076,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "ExtensionHandlers": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]", @@ -105581,7 +107132,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus" ] @@ -105589,7 +107140,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView" ] @@ -105597,7 +107148,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "TypeHandlerVersion": "System.String", @@ -105653,7 +107204,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus" }, @@ -105699,7 +107250,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePatchSummary": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary", "LastPatchInstallationSummary": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary", @@ -105755,7 +107306,7 @@ "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "RebootPending": "System.Nullable`1[System.Boolean]", @@ -105836,7 +107387,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiError": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Innererror": "Microsoft.Azure.Management.Compute.Models.InnerError", "Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]", @@ -105902,7 +107453,7 @@ "Microsoft.Azure.Management.Compute.Models.InnerError": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.InnerError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptiontype": "System.String", "Errordetail": "System.String" @@ -105953,7 +107504,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ApiErrorBase" ] @@ -105961,7 +107512,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiErrorBase": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Target": "System.String", @@ -106017,7 +107568,7 @@ "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "MaintenanceWindowExceeded": "System.Nullable`1[System.Boolean]", @@ -106113,7 +107664,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.DiskInstanceView" ] @@ -106121,7 +107672,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -106177,7 +107728,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings" ] @@ -106185,7 +107736,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView" ] @@ -106193,7 +107744,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -106259,7 +107810,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension" ] @@ -106267,7 +107818,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -106402,7 +107953,7 @@ "Microsoft.Azure.Management.Compute.Models.Sku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int64]", "Tier": "System.String", @@ -106458,7 +108009,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -106559,7 +108110,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]" }, @@ -106605,7 +108156,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration" ] @@ -106613,7 +108164,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings", @@ -106708,7 +108259,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.IList`1[System.String]" }, @@ -106754,7 +108305,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration" ] @@ -106762,7 +108313,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", @@ -106857,7 +108408,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiEntityReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -106903,7 +108454,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku", "PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -106988,7 +108539,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DomainNameLabel": "System.String" }, @@ -107038,7 +108589,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag" ] @@ -107046,7 +108597,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -107097,7 +108648,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectFromScaleIn": "System.Nullable`1[System.Boolean]", "ProtectFromScaleSetActions": "System.Nullable`1[System.Boolean]" @@ -107156,8 +108707,9 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile", "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", "CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile", @@ -107204,7 +108756,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]" }, @@ -107241,7 +108793,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension" ] @@ -107249,7 +108801,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]", "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", @@ -107297,7 +108849,7 @@ "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TerminateNotificationProfile": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile" }, @@ -107343,7 +108895,7 @@ "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Nullable`1[System.Boolean]", "NotBeforeTimeout": "System.String" @@ -107394,7 +108946,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthProbe": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]", @@ -107450,7 +109002,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -107526,7 +109078,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -107586,7 +109138,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", "Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -107681,7 +109233,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "StorageAccountType": "System.String" @@ -107732,7 +109284,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk" ] @@ -107740,7 +109292,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters", "Lun": "System.Int32", @@ -107830,7 +109382,7 @@ "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -107877,7 +109429,7 @@ "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "GracePeriod": "System.String" @@ -107928,7 +109480,7 @@ "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.IList`1[System.String]", "ForceDeletion": "System.Nullable`1[System.Boolean]" @@ -107979,7 +109531,7 @@ "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "RestoreTimeout": "System.String" @@ -108030,7 +109582,7 @@ "Microsoft.Azure.Management.Compute.Models.UpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy", "RollingUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", @@ -108090,7 +109642,7 @@ "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableAutomaticOSUpgrade": "System.Nullable`1[System.Boolean]", "DisableAutomaticRollback": "System.Nullable`1[System.Boolean]" @@ -108141,7 +109693,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]", "PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]", @@ -108216,7 +109768,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.UpgradeMode" ] @@ -108224,7 +109776,7 @@ "Microsoft.Azure.Management.Compute.Models.UpgradeMode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -108311,7 +109863,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", @@ -108372,7 +109924,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue" @@ -108381,7 +109933,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -108432,7 +109984,7 @@ "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "System.String" }, @@ -108478,7 +110030,7 @@ "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UtilizationInfo": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]" @@ -108529,7 +110081,7 @@ "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachinesAllocated": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]" }, @@ -108575,7 +110127,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly" ] @@ -108583,7 +110135,7 @@ "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -108629,7 +110181,7 @@ "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CapacityReservations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName]" }, @@ -108675,7 +110227,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName" ] @@ -108683,7 +110235,7 @@ "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UtilizationInfo": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -108739,7 +110291,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]", "Minimum": "System.Nullable`1[System.Int64]", @@ -108800,7 +110352,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType" ] @@ -108808,7 +110360,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -108895,7 +110447,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities" ] @@ -108903,7 +110455,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -108954,7 +110506,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts" ] @@ -108962,7 +110514,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Quantity": "System.Nullable`1[System.Int64]", "MeterID": "System.String", @@ -109018,7 +110570,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo" ] @@ -109026,7 +110578,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ZoneDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]", "Zones": "System.Collections.Generic.IList`1[System.String]", @@ -109092,7 +110644,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails" ] @@ -109100,7 +110652,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", "Name": "System.Collections.Generic.IList`1[System.String]" @@ -109151,7 +110703,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions" ] @@ -109159,7 +110711,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestrictionInfo": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo", "Values": "System.Collections.Generic.IList`1[System.String]", @@ -109220,7 +110772,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Locations": "System.Collections.Generic.IList`1[System.String]", "Zones": "System.Collections.Generic.IList`1[System.String]" @@ -109271,7 +110823,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode" ] @@ -109279,7 +110831,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -109366,7 +110918,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType" ] @@ -109374,7 +110926,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -109461,7 +111013,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -109501,7 +111053,7 @@ "Microsoft.Azure.Management.Compute.Models.CreationData": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CreationData", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", "GalleryImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", @@ -109591,7 +111143,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageDiskReference": { "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -109646,7 +111198,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityType": "System.String" }, @@ -109692,7 +111244,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskSku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -109743,7 +111295,7 @@ "Microsoft.Azure.Management.Compute.Models.Encryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Encryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSetId": "System.String", "Type": "System.String" @@ -109794,7 +111346,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]", @@ -109854,7 +111406,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement" ] @@ -109862,7 +111414,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", "DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference" @@ -109917,7 +111469,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference": { "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -109972,7 +111524,7 @@ "Microsoft.Azure.Management.Compute.Models.SourceVault": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SourceVault", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -110018,7 +111570,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference": { "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=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -110073,7 +111625,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ShareInfoElement" ] @@ -110081,7 +111633,7 @@ "Microsoft.Azure.Management.Compute.Models.ShareInfoElement": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmUri": "System.String" }, @@ -110127,7 +111679,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection" ] @@ -110135,7 +111687,7 @@ "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState", @@ -110210,7 +111762,7 @@ "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -110256,7 +111808,7 @@ "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Description": "System.String", @@ -110312,7 +111864,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String", "PrincipalId": "System.String", @@ -110368,7 +111920,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference" ] @@ -110376,7 +111928,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueName": "System.String" }, @@ -110422,7 +111974,7 @@ "Microsoft.Azure.Management.Compute.Models.Disallowed": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Disallowed", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskTypes": "System.Collections.Generic.IList`1[System.String]" }, @@ -110468,7 +112020,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Offer": "System.String", @@ -110528,7 +112080,7 @@ "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Publisher": "System.String", @@ -110584,7 +112136,7 @@ "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VCPUs": "Microsoft.Azure.Management.Compute.Models.ResourceRange", "Memory": "Microsoft.Azure.Management.Compute.Models.ResourceRange" @@ -110635,7 +112187,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceRange": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceRange", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Min": "System.Nullable`1[System.Int32]", "Max": "System.Nullable`1[System.Int32]" @@ -110686,7 +112238,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetRegions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]", "ExcludeFromLatest": "System.Nullable`1[System.Boolean]", @@ -110762,7 +112314,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.TargetRegion" ] @@ -110770,7 +112322,7 @@ "Microsoft.Azure.Management.Compute.Models.TargetRegion": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.TargetRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.EncryptionImages", "RegionalReplicaCount": "System.Nullable`1[System.Int32]", @@ -110835,7 +112387,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionImages": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionImages", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption", "DataDiskImages": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]" @@ -110886,7 +112438,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSetId": "System.String" }, @@ -110932,7 +112484,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption" ] @@ -110940,7 +112492,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Int32", "DiskEncryptionSetId": "System.String" @@ -110995,7 +112547,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "OsDiskImage": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", @@ -111051,7 +112603,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Uri": "System.String" @@ -111102,7 +112654,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -111158,7 +112710,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.HostCaching" ] @@ -111166,7 +112718,7 @@ "Microsoft.Azure.Management.Compute.Models.HostCaching": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.HostCaching", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -111253,7 +112805,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage" ] @@ -111261,7 +112813,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "Lun": "System.Int32", @@ -111326,7 +112878,7 @@ "Microsoft.Azure.Management.Compute.Models.ReplicationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Summary": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]", "AggregatedState": "System.String" @@ -111377,7 +112929,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus" ] @@ -111385,7 +112937,7 @@ "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Progress": "System.Nullable`1[System.Int32]", "Region": "System.String", @@ -111446,7 +112998,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableCapacity": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -111502,7 +113054,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllocatableVMs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]" }, @@ -111548,7 +113100,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM" ] @@ -111556,7 +113108,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Double]", "VmSize": "System.String" @@ -111607,7 +113159,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes" ] @@ -111615,7 +113167,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -111702,7 +113254,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]" }, @@ -111739,7 +113291,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName" ] @@ -111747,7 +113299,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableCapacity": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -111808,7 +113360,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus" ] @@ -111816,7 +113368,7 @@ "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Id": "System.String" @@ -111867,7 +113419,7 @@ "Microsoft.Azure.Management.Compute.Models.RestorePointProvisioningDetails": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RestorePointProvisioningDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointProvisioningDetails, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointProvisioningDetails, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTime": "System.Nullable`1[System.DateTime]", "StatusCode": "System.Nullable`1[System.Int32]", @@ -111928,7 +113480,7 @@ "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", @@ -112013,7 +113565,7 @@ "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsDisk": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk", "DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk]" @@ -112068,7 +113620,7 @@ "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings", @@ -112148,7 +113700,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk" ] @@ -112156,7 +113708,7 @@ "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", @@ -112227,7 +113779,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiEntityReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiEntityReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.ApiEntityReference" ] @@ -112235,7 +113787,7 @@ "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Location": "System.String", "Id": "System.String" @@ -112286,7 +113838,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.RestorePoint" ] @@ -112294,7 +113846,7 @@ "Microsoft.Azure.Management.Compute.Models.RestorePoint": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningDetails": "Microsoft.Azure.Management.Compute.Models.RestorePointProvisioningDetails", "SourceMetadata": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata", @@ -112379,7 +113931,7 @@ "Microsoft.Azure.Management.Compute.Models.SnapshotSku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -112448,7 +114000,7 @@ "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradeSupported": "System.Boolean" }, @@ -112498,7 +114050,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperatingSystem": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" }, @@ -112548,7 +114100,7 @@ "Microsoft.Azure.Management.Compute.Models.PurchasePlan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -112613,7 +114165,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.DataDiskImage" ] @@ -112621,7 +114173,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]" }, @@ -112667,7 +114219,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition" ] @@ -112675,7 +114227,7 @@ "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Required": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -112740,7 +114292,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultURL": "System.String", "KeyEncryptionKeyURL": "System.String", @@ -112783,7 +114335,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount" ] @@ -112791,7 +114343,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "Code": "System.String" @@ -112842,7 +114394,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SuccessfulInstanceCount": "System.Nullable`1[System.Int32]", "FailedInstanceCount": "System.Nullable`1[System.Int32]", @@ -112903,7 +114455,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastAction": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]", "Code": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]", @@ -112964,7 +114516,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType" ] @@ -112972,7 +114524,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113059,7 +114611,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode" ] @@ -113067,7 +114619,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113154,7 +114706,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]", "Minimum": "System.Nullable`1[System.Int64]", @@ -113215,7 +114767,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType" ] @@ -113223,7 +114775,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113310,7 +114862,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -113397,7 +114949,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.DiskInstanceView" ] @@ -113405,7 +114957,7 @@ "Microsoft.Azure.Management.Compute.Models.UsageName": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" @@ -113456,7 +115008,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail" ] @@ -113464,7 +115016,7 @@ "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Classifications": "System.Collections.Generic.IList`1[System.String]", "PatchId": "System.String", @@ -113535,7 +115087,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties" ] @@ -113543,7 +115095,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=49.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=49.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Classifications": "System.Collections.Generic.IList`1[System.String]", "PublishedDate": "System.Nullable`1[System.DateTime]", @@ -113650,7 +115202,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential" ] @@ -113658,7 +115210,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CredentialName": "System.String", "KeyVaultName": "System.String" @@ -113696,7 +115248,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult" ] @@ -113704,7 +115256,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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -113773,7 +115325,7 @@ "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.PowerShell.Cmdlets.Compute, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json b/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json index 90c8356edd5c..38e3a3b73ca2 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.CosmosDB", + "ModuleVersion": "1.4.0", "Cmdlets": [ { "VerbName": "Get", @@ -52,17 +54,13 @@ "KeyVaultKeyUri": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -77,15 +75,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -94,8 +89,7 @@ "Name": "databaseAccountGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -107,56 +101,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -175,21 +142,8 @@ "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 } ], @@ -200,20 +154,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -224,20 +169,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -262,21 +198,8 @@ "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, @@ -292,20 +215,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -330,21 +244,8 @@ "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, @@ -374,21 +275,8 @@ "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, @@ -398,8 +286,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -415,12 +302,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -430,79 +312,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -543,57 +388,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -612,21 +408,8 @@ "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 } ], @@ -637,20 +420,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -661,20 +435,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -685,20 +450,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -723,21 +479,8 @@ "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, @@ -753,20 +496,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -791,21 +525,8 @@ "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, @@ -821,20 +542,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -845,20 +557,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -883,21 +586,8 @@ "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, @@ -913,7 +603,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -954,57 +643,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1015,20 +655,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1053,21 +684,8 @@ "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, @@ -1077,8 +695,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1102,17 +719,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1127,15 +740,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -1144,8 +754,7 @@ "Name": "cassandraKeyspaceGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -1157,61 +766,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -1252,57 +833,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1321,21 +853,8 @@ "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 } ], @@ -1346,20 +865,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1370,20 +880,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1394,20 +895,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1432,21 +924,8 @@ "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, @@ -1462,20 +941,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1500,21 +970,8 @@ "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, @@ -1530,7 +987,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -1571,57 +1027,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1632,20 +1039,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1670,21 +1068,8 @@ "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, @@ -1694,8 +1079,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1720,17 +1104,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1745,15 +1125,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -1762,8 +1139,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -1775,61 +1151,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -1870,57 +1218,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1939,21 +1238,8 @@ "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 } ], @@ -1964,20 +1250,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1988,20 +1265,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2012,20 +1280,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2050,21 +1309,8 @@ "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, @@ -2080,20 +1326,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2118,21 +1355,8 @@ "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, @@ -2148,7 +1372,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -2189,57 +1412,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2250,20 +1424,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2288,21 +1453,8 @@ "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, @@ -2312,8 +1464,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -2337,17 +1488,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2362,15 +1509,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -2379,8 +1523,7 @@ "Name": "cassandraTableGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -2392,79 +1535,42 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -2475,57 +1581,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -2544,21 +1601,8 @@ "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 } ], @@ -2569,20 +1613,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2593,20 +1628,11 @@ { "ParameterMetadata": { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2617,20 +1643,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2641,20 +1658,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2679,21 +1687,8 @@ "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, @@ -2709,20 +1704,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2747,21 +1733,8 @@ "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, @@ -2777,7 +1750,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -2788,57 +1760,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2849,20 +1772,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2887,21 +1801,8 @@ "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, @@ -2911,8 +1812,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -2937,17 +1837,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2962,15 +1858,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -2979,8 +1872,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -2992,79 +1884,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -3075,57 +1930,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -3144,21 +1950,8 @@ "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 } ], @@ -3169,20 +1962,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3193,20 +1977,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3217,20 +1992,11 @@ { "ParameterMetadata": { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3241,20 +2007,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3279,21 +2036,8 @@ "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, @@ -3309,7 +2053,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -3320,57 +2063,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3395,21 +2089,8 @@ "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, @@ -3439,21 +2120,8 @@ "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, @@ -3463,8 +2131,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -3488,17 +2155,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3513,15 +2176,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -3530,8 +2190,7 @@ "Name": "gremlinDatabaseGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -3543,61 +2202,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -3638,57 +2269,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -3707,21 +2289,8 @@ "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 } ], @@ -3732,20 +2301,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3756,20 +2316,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3780,20 +2331,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3818,21 +2360,8 @@ "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, @@ -3848,20 +2377,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3886,21 +2406,8 @@ "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, @@ -3916,7 +2423,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -3957,57 +2463,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4018,20 +2475,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4056,21 +2504,8 @@ "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, @@ -4080,8 +2515,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4106,17 +2540,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4131,15 +2561,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -4148,8 +2575,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4161,61 +2587,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -4256,57 +2654,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4325,21 +2674,8 @@ "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 } ], @@ -4350,20 +2686,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4374,20 +2701,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4398,20 +2716,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4436,21 +2745,8 @@ "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, @@ -4466,20 +2762,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4504,21 +2791,8 @@ "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, @@ -4534,7 +2808,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -4575,57 +2848,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4636,20 +2860,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4674,21 +2889,8 @@ "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, @@ -4698,8 +2900,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4723,17 +2924,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4748,15 +2945,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -4765,8 +2959,7 @@ "Name": "gremlinGraphGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4778,43 +2971,24 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -4825,57 +2999,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4894,57 +3019,26 @@ "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 }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true } ], @@ -4955,20 +3049,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4979,20 +3064,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5003,20 +3079,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5027,20 +3094,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5065,21 +3123,8 @@ "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, @@ -5095,20 +3140,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5133,21 +3169,8 @@ "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, @@ -5163,7 +3186,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -5174,57 +3196,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5235,20 +3208,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5273,21 +3237,8 @@ "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, @@ -5297,8 +3248,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5323,17 +3273,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5348,15 +3294,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -5365,8 +3308,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5378,79 +3320,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", @@ -5461,57 +3366,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinGraphGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -5530,21 +3386,8 @@ "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 } ], @@ -5555,20 +3398,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5579,20 +3413,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5603,20 +3428,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5627,20 +3443,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5665,21 +3472,8 @@ "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, @@ -5695,20 +3489,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5733,21 +3518,8 @@ "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, @@ -5763,7 +3535,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", @@ -5774,57 +3545,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinGraphGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5835,20 +3557,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5873,21 +3586,8 @@ "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, @@ -5897,42 +3597,36 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", - "NounName": "AzCosmosDBMongoDBCollection", - "Name": "Get-AzCosmosDBMongoDBCollection", - "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBCollection", + "NounName": "AzCosmosDBLocation", + "Name": "Get-AzCosmosDBLocation", + "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBLocation", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByNameParameterSet", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationGetResult", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", + "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties", "Id": "System.String", - "Location": "System.String" + "Name": "System.String", + "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5947,25 +3641,21 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", "Parameters": [ { - "Name": "mongoDBCollectionGetResults", + "Name": "locationGetResult", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5976,66 +3666,113 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzCosmosDBMongoDBCollection", + "Name": "Get-AzCosmosDBMongoDBCollection", + "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBCollection", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByNameParameterSet", + "OutputTypes": [ { - "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", + "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6050,31 +3787,62 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", "Parameters": [ { - "Name": "mongoDBDatabaseGetResults", + "Name": "mongoDBCollectionGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Id": "System.String", + "Location": "System.String" + } + }, "ValidateNotNullOrEmpty": false }, { @@ -6093,57 +3861,26 @@ "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 }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true } ], @@ -6154,20 +3891,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6178,20 +3906,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6202,20 +3921,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6226,20 +3936,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6264,21 +3965,8 @@ "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, @@ -6294,20 +3982,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6332,21 +4011,8 @@ "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, @@ -6362,7 +4028,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -6373,57 +4038,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6434,20 +4050,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6472,21 +4079,8 @@ "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, @@ -6496,43 +4090,33 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", - "NounName": "AzCosmosDBMongoDBCollectionThroughput", - "Name": "Get-AzCosmosDBMongoDBCollectionThroughput", - "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBCollectionThroughput", - "SupportsShouldProcess": true, + "NounName": "AzCosmosDBMongoDBCollectionBackupInformation", + "Name": "Get-AzCosmosDBMongoDBCollectionBackupInformation", + "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBCollectionBackupInformation", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ByNameParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSMongoDBBackupInformation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSMongoDBBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", - "Throughput": "System.Int32", - "Name": "System.String", - "Id": "System.String", - "MinimumThroughput": "System.String", - "OfferReplacePending": "System.String" + "LatestRestorableTimestamp": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6547,25 +4131,21 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", "Parameters": [ { - "Name": "throughputSettingsGetResults", + "Name": "backupInformation", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6577,141 +4157,48 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", - "AliasList": [], + "Name": "Location", "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBCollectionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -6729,21 +4216,8 @@ "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 } ], @@ -6754,20 +4228,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6778,20 +4243,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6802,20 +4258,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6826,91 +4273,29 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "Name", - "AliasList": [], + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -6932,21 +4317,8 @@ "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, @@ -6957,100 +4329,34 @@ ] }, { - "Name": "ByParentObjectParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], + "Name": "Name", "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBCollectionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [], + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -7072,21 +4378,8 @@ "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, @@ -7096,15 +4389,14 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", - "NounName": "AzCosmosDBMongoDBDatabase", - "Name": "Get-AzCosmosDBMongoDBDatabase", - "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBDatabase", - "SupportsShouldProcess": false, + "NounName": "AzCosmosDBMongoDBCollectionThroughput", + "Name": "Get-AzCosmosDBMongoDBCollectionThroughput", + "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBCollectionThroughput", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ByNameParameterSet", @@ -7112,26 +4404,23 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", + "Throughput": "System.Int32", "Name": "System.String", "Id": "System.String", - "Location": "System.String" + "MinimumThroughput": "System.String", + "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7146,25 +4435,21 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", "Parameters": [ { - "Name": "mongoDBDatabaseGetResults", + "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -7176,152 +4461,54 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { - "Name": "ParentObject", - "AliasList": [], + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", - "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", - "BackupPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy", - "RestoreParameters": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters", - "ConsistencyPolicy": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy", + "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Capability]", - "FailoverPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy]", - "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange]", - "Locations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", - "ReadLocations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", - "WriteLocations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection]", - "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule]", - "NetworkAclBypassResourceIds": "System.Collections.Generic.IList`1[System.String]", - "DatabaseAccountOfferType": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType]", - "NetworkAclBypass": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", - "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", - "InstanceId": "System.String", - "DocumentEndpoint": "System.String", - "PublicNetworkAccess": "System.String", - "ConnectorOffer": "System.String", - "Kind": "System.String", - "ProvisioningState": "System.String", - "CreateMode": "System.String", - "Location": "System.String", "Name": "System.String", - "KeyVaultKeyUri": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Id": "System.String", + "Location": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -7340,21 +4527,8 @@ "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 } ], @@ -7365,20 +4539,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7389,20 +4554,26 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7413,20 +4584,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7451,21 +4613,8 @@ "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, @@ -7481,20 +4630,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7519,21 +4659,8 @@ "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, @@ -7544,103 +4671,23 @@ ] }, { - "Name": "ByObjectParameterSet", + "Name": "ByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ParentObject", - "AliasList": [], + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", - "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", - "BackupPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy", - "RestoreParameters": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters", - "ConsistencyPolicy": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy", + "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Capability]", - "FailoverPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy]", - "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange]", - "Locations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", - "ReadLocations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", - "WriteLocations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection]", - "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule]", - "NetworkAclBypassResourceIds": "System.Collections.Generic.IList`1[System.String]", - "DatabaseAccountOfferType": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType]", - "NetworkAclBypass": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", - "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", - "InstanceId": "System.String", - "DocumentEndpoint": "System.String", - "PublicNetworkAccess": "System.String", - "ConnectorOffer": "System.String", - "Kind": "System.String", - "ProvisioningState": "System.String", - "CreateMode": "System.String", - "Location": "System.String", "Name": "System.String", - "KeyVaultKeyUri": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Id": "System.String", + "Location": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7651,20 +4698,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7689,21 +4727,8 @@ "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, @@ -7713,14 +4738,13 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", - "NounName": "AzCosmosDBMongoDBDatabaseThroughput", - "Name": "Get-AzCosmosDBMongoDBDatabaseThroughput", - "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBDatabaseThroughput", + "NounName": "AzCosmosDBMongoDBDatabase", + "Name": "Get-AzCosmosDBMongoDBDatabase", + "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBDatabase", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -7729,27 +4753,22 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", - "Throughput": "System.Int32", + "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", "Id": "System.String", - "MinimumThroughput": "System.String", - "OfferReplacePending": "System.String" + "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7764,25 +4783,21 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", "Parameters": [ { - "Name": "throughputSettingsGetResults", + "Name": "mongoDBDatabaseGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -7794,61 +4809,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", - "AliasList": [], + "Name": "ParentObject", "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -7889,57 +4876,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -7958,21 +4896,8 @@ "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 } ], @@ -7983,20 +4908,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8007,20 +4923,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8031,23 +4938,14 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -8069,21 +4967,8 @@ "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, @@ -8099,23 +4984,14 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -8137,21 +5013,8 @@ "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, @@ -8162,12 +5025,11 @@ ] }, { - "Name": "ByParentObjectParameterSet", + "Name": "ByObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], + "Name": "ParentObject", "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -8208,84 +5070,26 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -8307,21 +5111,8 @@ "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, @@ -8331,14 +5122,13 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", - "NounName": "AzCosmosDBMongoDBRestorableCollection", - "Name": "Get-AzCosmosDBMongoDBRestorableCollection", - "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBRestorableCollection", + "NounName": "AzCosmosDBMongoDBDatabaseThroughput", + "Name": "Get-AzCosmosDBMongoDBDatabaseThroughput", + "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBDatabaseThroughput", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -8346,30 +5136,24 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", - "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbCollectionGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbCollectionGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Id": "System.String", + "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", + "Throughput": "System.Int32", "Name": "System.String", - "Type": "System.String", - "_rid": "System.String", - "OperationType": "System.String", - "EventTimestamp": "System.String", - "OwnerId": "System.String", - "OwnerResourceId": "System.String" + "Id": "System.String", + "MinimumThroughput": "System.String", + "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8384,25 +5168,21 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", "Parameters": [ { - "Name": "restorableMongodbCollectionGetResult", + "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -8413,127 +5193,76 @@ ], "Parameters": [ { - "Name": "Location", - "AliasList": [], + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { - "Name": "DatabaseAccountInstanceId", - "AliasList": [], + "Name": "AccountName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { - "Name": "DatabaseRId", - "AliasList": [], + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", - "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase", + "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", + "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", + "BackupPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy", + "RestoreParameters": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters", + "ConsistencyPolicy": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Capability]", + "FailoverPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy]", + "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange]", + "Locations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", + "ReadLocations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", + "WriteLocations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection]", + "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule]", + "NetworkAclBypassResourceIds": "System.Collections.Generic.IList`1[System.String]", + "DatabaseAccountOfferType": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType]", + "NetworkAclBypass": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", + "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", + "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", + "InstanceId": "System.String", + "DocumentEndpoint": "System.String", + "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", + "Kind": "System.String", + "ProvisioningState": "System.String", + "CreateMode": "System.String", + "Location": "System.String", "Name": "System.String", - "Id": "System.String", - "Type": "System.String", - "_rid": "System.String", - "OperationType": "System.String", - "EventTimestamp": "System.String", - "OwnerId": "System.String", - "OwnerResourceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableSqlDatabaseGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "KeyVaultKeyUri": "System.String", + "Id": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -8552,21 +5281,8 @@ "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 } ], @@ -8576,21 +5292,12 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8600,21 +5307,12 @@ }, { "ParameterMetadata": { - "Name": "DatabaseAccountInstanceId", - "AliasList": [], + "Name": "AccountName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8624,21 +5322,12 @@ }, { "ParameterMetadata": { - "Name": "DatabaseRId", - "AliasList": [], + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8663,21 +5352,8 @@ "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, @@ -8688,82 +5364,21 @@ ] }, { - "Name": "ByParentObjectParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], + "Name": "Name", "Type": { - "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", - "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase", - "Name": "System.String", - "Id": "System.String", - "Type": "System.String", - "_rid": "System.String", - "OperationType": "System.String", - "EventTimestamp": "System.String", - "OwnerId": "System.String", - "OwnerResourceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableSqlDatabaseGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -8783,21 +5398,8 @@ "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, @@ -8808,8 +5410,75 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByParentObjectParameterSet", "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", + "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", + "BackupPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy", + "RestoreParameters": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters", + "ConsistencyPolicy": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Capability]", + "FailoverPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy]", + "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange]", + "Locations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", + "ReadLocations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", + "WriteLocations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection]", + "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule]", + "NetworkAclBypassResourceIds": "System.Collections.Generic.IList`1[System.String]", + "DatabaseAccountOfferType": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType]", + "NetworkAclBypass": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", + "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", + "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", + "InstanceId": "System.String", + "DocumentEndpoint": "System.String", + "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", + "Kind": "System.String", + "ProvisioningState": "System.String", + "CreateMode": "System.String", + "Location": "System.String", + "Name": "System.String", + "KeyVaultKeyUri": "System.String", + "Id": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -8827,21 +5496,8 @@ "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, @@ -8851,14 +5507,13 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", - "NounName": "AzCosmosDBMongoDBRestorableDatabase", - "Name": "Get-AzCosmosDBMongoDBRestorableDatabase", - "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBRestorableDatabase", + "NounName": "AzCosmosDBMongoDBRestorableCollection", + "Name": "Get-AzCosmosDBMongoDBRestorableCollection", + "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBRestorableCollection", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -8867,8 +5522,8 @@ { "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", - "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbDatabaseGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbCollectionGetResult", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbCollectionGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -8879,17 +5534,13 @@ "OwnerId": "System.String", "OwnerResourceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8904,25 +5555,21 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", "Parameters": [ { - "Name": "restorableMongodbDatabaseGetResult", + "Name": "restorableMongodbCollectionGetResult", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -8934,68 +5581,271 @@ "Parameters": [ { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DatabaseRId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", - "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "DeletionTime": "System.Nullable`1[System.DateTime]", + "Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase", + "Name": "System.String", "Id": "System.String", - "DatabaseAccountInstanceId": "System.String", - "Location": "System.String", - "DatabaseAccountName": "System.String", - "ApiType": "System.String" + "Type": "System.String", + "_rid": "System.String", + "OperationType": "System.String", + "EventTimestamp": "System.String", + "OwnerId": "System.String", + "OwnerResourceId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseAccountInstanceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseRId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByParentObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", + "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase", + "Name": "System.String", + "Id": "System.String", + "Type": "System.String", + "_rid": "System.String", + "OperationType": "System.String", + "EventTimestamp": "System.String", + "OwnerId": "System.String", + "OwnerResourceId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzCosmosDBMongoDBRestorableDatabase", + "Name": "Get-AzCosmosDBMongoDBRestorableDatabase", + "ClassName": "Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBRestorableDatabase", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", + "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbDatabaseGetResult", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "_rid": "System.String", + "OperationType": "System.String", + "EventTimestamp": "System.String", + "OwnerId": "System.String", + "OwnerResourceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9010,31 +5860,65 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", "Parameters": [ { - "Name": "restorableDatabaseAccountGetResult", + "Name": "restorableMongodbDatabaseGetResult", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DatabaseAccountInstanceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", + "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "DeletionTime": "System.Nullable`1[System.DateTime]", + "Id": "System.String", + "DatabaseAccountInstanceId": "System.String", + "Location": "System.String", + "DatabaseAccountName": "System.String", + "ApiType": "System.String" + } + }, "ValidateNotNullOrEmpty": false }, { @@ -9053,21 +5937,8 @@ "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 } ], @@ -9078,20 +5949,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9102,20 +5964,11 @@ { "ParameterMetadata": { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9140,21 +5993,8 @@ "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, @@ -9170,7 +6010,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult", @@ -9184,57 +6023,8 @@ "Location": "System.String", "DatabaseAccountName": "System.String", "ApiType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableDatabaseAccountGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9259,21 +6049,8 @@ "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, @@ -9303,21 +6080,8 @@ "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, @@ -9327,8 +6091,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -9345,23 +6108,17 @@ "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9376,15 +6133,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -9397,8 +6151,7 @@ "Name": "collections", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -9407,8 +6160,7 @@ "Name": "databaseRestoreResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -9420,79 +6172,42 @@ "Parameters": [ { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RestoreTimestampInUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "RestoreLocation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult", @@ -9506,57 +6221,8 @@ "Location": "System.String", "DatabaseAccountName": "System.String", "ApiType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableDatabaseAccountGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -9575,21 +6241,8 @@ "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 } ], @@ -9600,20 +6253,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9624,20 +6268,11 @@ { "ParameterMetadata": { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9648,20 +6283,11 @@ { "ParameterMetadata": { "Name": "RestoreTimestampInUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9672,20 +6298,11 @@ { "ParameterMetadata": { "Name": "RestoreLocation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9710,21 +6327,8 @@ "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, @@ -9740,7 +6344,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult", @@ -9754,57 +6357,8 @@ "Location": "System.String", "DatabaseAccountName": "System.String", "ApiType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableDatabaseAccountGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9815,20 +6369,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9839,20 +6384,11 @@ { "ParameterMetadata": { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9863,20 +6399,11 @@ { "ParameterMetadata": { "Name": "RestoreTimestampInUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9887,20 +6414,11 @@ { "ParameterMetadata": { "Name": "RestoreLocation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9925,21 +6443,8 @@ "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, @@ -9949,8 +6454,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -9977,17 +6481,13 @@ "DatabaseAccountName": "System.String", "ApiType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10002,15 +6502,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -10019,8 +6516,7 @@ "Name": "restorableDatabaseAccountGetResult", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -10032,56 +6528,29 @@ "Parameters": [ { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -10100,21 +6569,8 @@ "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 } ], @@ -10125,20 +6581,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10149,20 +6596,11 @@ { "ParameterMetadata": { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10173,20 +6611,11 @@ { "ParameterMetadata": { "Name": "DatabaseAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10211,21 +6640,8 @@ "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, @@ -10235,8 +6651,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -10260,17 +6675,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10285,15 +6696,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -10302,8 +6710,7 @@ "Name": "sqlContainerGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -10315,43 +6722,24 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -10362,57 +6750,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -10431,57 +6770,26 @@ "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 }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true } ], @@ -10492,20 +6800,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10516,20 +6815,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10540,20 +6830,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10564,20 +6845,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10602,21 +6874,8 @@ "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, @@ -10632,20 +6891,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10670,21 +6920,8 @@ "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, @@ -10700,7 +6937,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -10711,57 +6947,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10772,20 +6959,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10810,21 +6988,8 @@ "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, @@ -10834,8 +6999,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -10849,23 +7013,19 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.Sql", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.Sql.PSSqlBackupInformation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.Sql.PSSqlBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSSqlBackupInformation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSSqlBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LatestRestorableTimestamp": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10880,15 +7040,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -10897,8 +7054,7 @@ "Name": "backupInformation", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -10910,92 +7066,47 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11014,21 +7125,8 @@ "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 } ], @@ -11039,20 +7137,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11063,20 +7152,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11087,20 +7167,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11111,20 +7182,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11135,20 +7197,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11173,21 +7226,8 @@ "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, @@ -11203,20 +7243,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11227,20 +7258,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11265,21 +7287,8 @@ "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, @@ -11289,8 +7298,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -11315,17 +7323,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11340,15 +7344,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -11357,8 +7358,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -11370,79 +7370,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -11453,57 +7416,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -11522,21 +7436,8 @@ "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 } ], @@ -11547,20 +7448,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11571,20 +7463,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11595,20 +7478,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11619,20 +7493,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11657,21 +7522,8 @@ "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, @@ -11687,20 +7539,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11725,21 +7568,8 @@ "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, @@ -11755,7 +7585,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -11766,57 +7595,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11827,20 +7607,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11865,21 +7636,8 @@ "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, @@ -11889,8 +7647,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -11914,17 +7671,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11939,15 +7692,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -11956,8 +7706,7 @@ "Name": "sqlContainerGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -11969,61 +7718,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -12064,57 +7785,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -12133,21 +7805,8 @@ "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 } ], @@ -12158,20 +7817,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12182,20 +7832,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12206,20 +7847,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -12244,21 +7876,8 @@ "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, @@ -12274,20 +7893,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -12312,21 +7922,8 @@ "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, @@ -12342,7 +7939,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -12383,57 +7979,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12444,20 +7991,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -12482,21 +8020,8 @@ "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, @@ -12506,8 +8031,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -12532,17 +8056,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12557,15 +8077,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -12574,8 +8091,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -12587,61 +8103,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -12682,57 +8170,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -12751,21 +8190,8 @@ "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 } ], @@ -12776,20 +8202,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12800,20 +8217,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12824,20 +8232,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12862,21 +8261,8 @@ "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, @@ -12892,20 +8278,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12930,21 +8307,8 @@ "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, @@ -12960,7 +8324,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -13001,57 +8364,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13062,20 +8376,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13100,21 +8405,8 @@ "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, @@ -13124,8 +8416,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -13153,17 +8444,13 @@ "OwnerId": "System.String", "OwnerResourceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -13178,15 +8465,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -13195,8 +8479,7 @@ "Name": "restorableSqlContainerGetResult", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -13208,61 +8491,33 @@ "Parameters": [ { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseRId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult", @@ -13277,57 +8532,8 @@ "EventTimestamp": "System.String", "OwnerId": "System.String", "OwnerResourceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableSqlDatabaseGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -13346,21 +8552,8 @@ "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 } ], @@ -13371,20 +8564,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13395,20 +8579,11 @@ { "ParameterMetadata": { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13419,20 +8594,11 @@ { "ParameterMetadata": { "Name": "DatabaseRId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13457,21 +8623,8 @@ "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, @@ -13487,7 +8640,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult", @@ -13502,57 +8654,8 @@ "EventTimestamp": "System.String", "OwnerId": "System.String", "OwnerResourceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableSqlDatabaseGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13577,21 +8680,8 @@ "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, @@ -13621,21 +8711,8 @@ "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, @@ -13645,8 +8722,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -13674,17 +8750,13 @@ "OwnerId": "System.String", "OwnerResourceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -13699,15 +8771,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -13716,8 +8785,7 @@ "Name": "restorableSqlDatabaseGetResult", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -13729,43 +8797,24 @@ "Parameters": [ { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult", @@ -13779,57 +8828,8 @@ "Location": "System.String", "DatabaseAccountName": "System.String", "ApiType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableDatabaseAccountGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -13848,21 +8848,8 @@ "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 } ], @@ -13873,20 +8860,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13897,20 +8875,11 @@ { "ParameterMetadata": { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13935,21 +8904,8 @@ "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, @@ -13965,7 +8921,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult", @@ -13979,57 +8934,8 @@ "Location": "System.String", "DatabaseAccountName": "System.String", "ApiType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableDatabaseAccountGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14054,21 +8960,8 @@ "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, @@ -14098,21 +8991,8 @@ "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, @@ -14122,8 +9002,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -14140,23 +9019,17 @@ "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -14171,15 +9044,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -14192,8 +9062,7 @@ "Name": "collections", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -14202,8 +9071,7 @@ "Name": "databaseRestoreResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -14215,79 +9083,42 @@ "Parameters": [ { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RestoreTimestampInUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "RestoreLocation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult", @@ -14301,57 +9132,8 @@ "Location": "System.String", "DatabaseAccountName": "System.String", "ApiType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableDatabaseAccountGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -14370,21 +9152,8 @@ "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 } ], @@ -14395,20 +9164,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14419,20 +9179,11 @@ { "ParameterMetadata": { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14443,20 +9194,11 @@ { "ParameterMetadata": { "Name": "RestoreTimestampInUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14467,20 +9209,11 @@ { "ParameterMetadata": { "Name": "RestoreLocation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14505,21 +9238,8 @@ "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, @@ -14535,7 +9255,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult", @@ -14549,57 +9268,8 @@ "Location": "System.String", "DatabaseAccountName": "System.String", "ApiType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "restorableDatabaseAccountGetResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14610,20 +9280,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14634,20 +9295,11 @@ { "ParameterMetadata": { "Name": "DatabaseAccountInstanceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14658,20 +9310,11 @@ { "ParameterMetadata": { "Name": "RestoreTimestampInUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14682,20 +9325,11 @@ { "ParameterMetadata": { "Name": "RestoreLocation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14720,21 +9354,8 @@ "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, @@ -14744,8 +9365,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -14768,17 +9388,13 @@ "RoleDefinitionId": "System.String", "PrincipalId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -14793,15 +9409,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -14810,8 +9423,7 @@ "Name": "sqlRoleAssignmentGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -14823,61 +9435,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -14918,57 +9502,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -14987,21 +9522,8 @@ "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 } ], @@ -15012,20 +9534,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15036,20 +9549,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15060,20 +9564,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15098,21 +9593,8 @@ "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, @@ -15128,20 +9610,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15166,21 +9639,8 @@ "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, @@ -15196,7 +9656,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -15237,57 +9696,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -15298,20 +9708,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15336,21 +9737,8 @@ "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, @@ -15360,8 +9748,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -15385,17 +9772,13 @@ "RoleName": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -15410,15 +9793,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -15427,8 +9807,7 @@ "Name": "sqlRoleDefinitionGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -15440,61 +9819,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -15535,57 +9886,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -15604,21 +9906,8 @@ "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 } ], @@ -15629,20 +9918,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15653,20 +9933,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15677,20 +9948,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15715,21 +9977,8 @@ "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, @@ -15745,20 +9994,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15783,21 +10023,8 @@ "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, @@ -15813,7 +10040,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -15854,57 +10080,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -15915,20 +10092,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15953,21 +10121,8 @@ "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, @@ -15977,8 +10132,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -16002,17 +10156,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -16027,15 +10177,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -16044,8 +10191,7 @@ "Name": "sqlStoredProcedureGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -16057,97 +10203,51 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -16158,57 +10258,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -16227,21 +10278,8 @@ "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 } ], @@ -16252,20 +10290,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16276,20 +10305,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16300,20 +10320,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16324,20 +10335,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16348,20 +10350,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16386,21 +10379,8 @@ "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, @@ -16416,20 +10396,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16454,21 +10425,8 @@ "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, @@ -16484,7 +10442,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -16495,57 +10452,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -16556,20 +10464,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16594,21 +10493,8 @@ "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, @@ -16618,8 +10504,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -16643,17 +10528,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -16668,15 +10549,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -16685,8 +10563,7 @@ "Name": "sqlTriggerGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -16698,97 +10575,51 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -16799,57 +10630,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -16868,21 +10650,8 @@ "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 } ], @@ -16893,20 +10662,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16917,20 +10677,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16941,20 +10692,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16965,20 +10707,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16989,20 +10722,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17027,21 +10751,8 @@ "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, @@ -17057,20 +10768,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17095,21 +10797,8 @@ "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, @@ -17125,7 +10814,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -17136,57 +10824,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17197,20 +10836,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17235,21 +10865,8 @@ "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, @@ -17259,8 +10876,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -17284,17 +10900,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17309,15 +10921,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -17326,8 +10935,7 @@ "Name": "sqlUserDefinedFunctionGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -17339,97 +10947,51 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -17440,57 +11002,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -17509,21 +11022,8 @@ "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 } ], @@ -17534,20 +11034,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17558,20 +11049,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17582,20 +11064,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17606,20 +11079,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17630,20 +11094,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17668,21 +11123,8 @@ "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, @@ -17698,20 +11140,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17736,21 +11169,8 @@ "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, @@ -17766,7 +11186,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -17777,57 +11196,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17838,20 +11208,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17876,21 +11237,8 @@ "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, @@ -17900,8 +11248,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -17925,17 +11272,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17950,15 +11293,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -17967,8 +11307,7 @@ "Name": "tableGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -17980,61 +11319,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -18075,57 +11386,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -18144,21 +11406,8 @@ "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 } ], @@ -18169,20 +11418,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18193,20 +11433,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18217,20 +11448,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18255,21 +11477,8 @@ "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, @@ -18285,20 +11494,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18323,21 +11523,8 @@ "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, @@ -18353,7 +11540,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -18394,57 +11580,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18455,20 +11592,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18493,21 +11621,8 @@ "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, @@ -18517,8 +11632,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -18543,17 +11657,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -18568,15 +11678,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -18585,8 +11692,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -18598,61 +11704,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -18693,57 +11771,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -18762,21 +11791,8 @@ "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 } ], @@ -18787,20 +11803,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18811,20 +11818,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18835,20 +11833,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18873,21 +11862,8 @@ "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, @@ -18903,20 +11879,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18941,21 +11908,8 @@ "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, @@ -18971,7 +11925,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -19012,57 +11965,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19073,20 +11977,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19111,21 +12006,8 @@ "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, @@ -19135,8 +12017,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -19161,17 +12042,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -19186,15 +12063,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -19203,8 +12077,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -19216,25 +12089,15 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -19275,62 +12138,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -19341,111 +12154,35 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -19464,21 +12201,8 @@ "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 } ], @@ -19489,20 +12213,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19513,20 +12228,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19551,21 +12257,8 @@ "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, @@ -19581,7 +12274,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -19622,57 +12314,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19683,20 +12326,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19707,20 +12341,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19745,21 +12370,8 @@ "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, @@ -19775,7 +12387,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -19786,57 +12397,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19847,20 +12409,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19871,20 +12424,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19909,21 +12453,8 @@ "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, @@ -19939,20 +12470,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19963,20 +12485,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19987,20 +12500,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20011,20 +12515,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20049,21 +12544,8 @@ "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, @@ -20073,8 +12555,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -20099,17 +12580,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -20124,15 +12601,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -20141,8 +12615,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -20154,43 +12627,24 @@ "Parameters": [ { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -20201,62 +12655,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", @@ -20267,111 +12671,35 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraTableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -20390,21 +12718,8 @@ "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 } ], @@ -20415,20 +12730,11 @@ { "ParameterMetadata": { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20439,20 +12745,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20463,20 +12760,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20487,20 +12775,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20511,20 +12790,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20549,21 +12819,8 @@ "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, @@ -20579,20 +12836,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20603,20 +12851,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20641,21 +12880,8 @@ "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, @@ -20671,7 +12897,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -20682,57 +12907,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20743,20 +12919,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20767,20 +12934,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20805,21 +12963,8 @@ "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, @@ -20835,7 +12980,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", @@ -20846,57 +12990,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraTableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20907,20 +13002,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20931,20 +13017,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20969,21 +13046,8 @@ "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, @@ -20993,8 +13057,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -21019,17 +13082,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -21044,15 +13103,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -21061,8 +13117,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -21074,25 +13129,15 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -21133,62 +13178,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -21199,111 +13194,35 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -21322,21 +13241,8 @@ "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 } ], @@ -21347,20 +13253,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21371,20 +13268,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21409,21 +13297,8 @@ "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, @@ -21439,7 +13314,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -21480,57 +13354,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21541,20 +13366,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21565,20 +13381,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21603,21 +13410,8 @@ "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, @@ -21633,7 +13427,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -21644,57 +13437,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21705,20 +13449,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21729,20 +13464,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21767,21 +13493,8 @@ "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, @@ -21797,20 +13510,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21821,20 +13525,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21845,20 +13540,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21869,20 +13555,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21907,21 +13584,8 @@ "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, @@ -21931,8 +13595,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -21957,17 +13620,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -21982,15 +13641,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -21999,8 +13655,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -22012,43 +13667,24 @@ "Parameters": [ { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -22059,62 +13695,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", @@ -22125,111 +13711,35 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinGraphGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -22248,21 +13758,8 @@ "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 } ], @@ -22273,20 +13770,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22297,20 +13785,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22321,20 +13800,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22345,20 +13815,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22369,20 +13830,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22407,21 +13859,8 @@ "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, @@ -22437,20 +13876,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22461,20 +13891,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22499,21 +13920,8 @@ "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, @@ -22529,7 +13937,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -22540,57 +13947,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22601,20 +13959,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22625,20 +13974,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22663,21 +14003,8 @@ "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, @@ -22693,7 +14020,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", @@ -22704,57 +14030,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinGraphGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22765,20 +14042,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22789,20 +14057,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22827,21 +14086,8 @@ "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, @@ -22851,8 +14097,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -22877,17 +14122,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -22902,15 +14143,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -22919,8 +14157,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -22932,43 +14169,24 @@ "Parameters": [ { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -22979,62 +14197,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", @@ -23045,111 +14213,35 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBCollectionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -23168,21 +14260,8 @@ "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 } ], @@ -23193,20 +14272,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23217,20 +14287,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23241,20 +14302,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23265,20 +14317,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23289,20 +14332,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23327,21 +14361,8 @@ "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, @@ -23357,20 +14378,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23381,20 +14393,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23419,21 +14422,8 @@ "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, @@ -23449,7 +14439,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -23460,57 +14449,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23521,20 +14461,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23545,20 +14476,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23583,21 +14505,8 @@ "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, @@ -23613,7 +14522,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", @@ -23624,57 +14532,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBCollectionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23685,20 +14544,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23709,20 +14559,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23747,21 +14588,8 @@ "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, @@ -23771,8 +14599,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -23797,17 +14624,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -23822,15 +14645,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -23839,8 +14659,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -23852,25 +14671,15 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -23911,62 +14720,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -23977,111 +14736,35 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -24100,21 +14783,8 @@ "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 } ], @@ -24125,20 +14795,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24149,20 +14810,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24187,21 +14839,8 @@ "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, @@ -24217,7 +14856,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -24258,57 +14896,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24319,20 +14908,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24343,20 +14923,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24381,21 +14952,8 @@ "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, @@ -24411,7 +14969,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -24422,57 +14979,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24483,20 +14991,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24507,20 +15006,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24545,21 +15035,8 @@ "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, @@ -24575,20 +15052,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24599,20 +15067,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24623,20 +15082,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24647,20 +15097,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24685,21 +15126,8 @@ "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, @@ -24709,8 +15137,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -24735,17 +15162,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -24760,15 +15183,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -24777,8 +15197,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -24790,43 +15209,24 @@ "Parameters": [ { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -24837,62 +15237,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -24903,111 +15253,35 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -25026,21 +15300,8 @@ "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 } ], @@ -25051,20 +15312,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25075,20 +15327,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25099,20 +15342,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25123,20 +15357,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25147,20 +15372,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -25185,21 +15401,8 @@ "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, @@ -25215,20 +15418,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25239,20 +15433,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -25277,21 +15462,8 @@ "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, @@ -25307,7 +15479,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -25318,57 +15489,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -25379,20 +15501,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25403,20 +15516,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -25441,21 +15545,8 @@ "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, @@ -25471,7 +15562,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -25482,57 +15572,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -25543,20 +15584,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25567,20 +15599,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -25605,21 +15628,8 @@ "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, @@ -25629,8 +15639,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -25655,17 +15664,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25680,15 +15685,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -25697,8 +15699,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -25710,25 +15711,15 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -25769,62 +15760,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -25835,111 +15776,35 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -25958,21 +15823,8 @@ "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 } ], @@ -25983,20 +15835,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -26007,20 +15850,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26045,21 +15879,8 @@ "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, @@ -26075,7 +15896,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -26116,57 +15936,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26177,20 +15948,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -26201,20 +15963,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26239,21 +15992,8 @@ "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, @@ -26269,7 +16009,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -26280,57 +16019,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26341,20 +16031,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -26365,20 +16046,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26403,21 +16075,8 @@ "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, @@ -26433,20 +16092,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26457,20 +16107,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26481,20 +16122,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -26505,20 +16137,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26543,21 +16166,8 @@ "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, @@ -26567,8 +16177,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -26593,17 +16202,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26618,15 +16223,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -26635,8 +16237,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -26648,25 +16249,15 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -26707,62 +16298,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults", @@ -26773,111 +16314,35 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "tableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -26896,21 +16361,8 @@ "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 } ], @@ -26921,20 +16373,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -26945,20 +16388,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26983,21 +16417,8 @@ "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, @@ -27013,7 +16434,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -27054,57 +16474,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27115,20 +16486,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27139,20 +16501,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27177,21 +16530,8 @@ "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, @@ -27207,7 +16547,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults", @@ -27218,57 +16557,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "tableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27279,20 +16569,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27303,20 +16584,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27341,21 +16613,8 @@ "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, @@ -27371,20 +16630,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27395,20 +16645,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27419,20 +16660,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27443,20 +16675,11 @@ { "ParameterMetadata": { "Name": "ThroughputType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27481,21 +16704,8 @@ "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, @@ -27505,8 +16715,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -27560,17 +16769,13 @@ "KeyVaultKeyUri": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -27585,15 +16790,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -27602,8 +16804,7 @@ "Name": "databaseAccountGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -27615,536 +16816,296 @@ "Parameters": [ { "Name": "EnableAutomaticFailover", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableMultipleWriteLocations", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableVirtualNetwork", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "FromPointInTimeBackup", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ApiKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "DisableKeyBasedMetadataWriteAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableFreeTier", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "LocationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DefaultConsistencyLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "IpRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaxStalenessIntervalInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MaxStalenessPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "VirtualNetworkRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PublicNetworkAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "KeyVaultKeyUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableAnalyticalStorage", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "NetworkAclBypass", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "NetworkAclBypassResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ServerVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BackupIntervalInMinutes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BackupRetentionIntervalInHours", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BackupStorageRedundancy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BackupPolicyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AnalyticalStorageSchemaType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -28163,21 +17124,8 @@ "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 } ], @@ -28188,20 +17136,11 @@ { "ParameterMetadata": { "Name": "EnableAutomaticFailover", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28212,20 +17151,11 @@ { "ParameterMetadata": { "Name": "EnableMultipleWriteLocations", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28236,20 +17166,11 @@ { "ParameterMetadata": { "Name": "ApiKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28260,20 +17181,11 @@ { "ParameterMetadata": { "Name": "DisableKeyBasedMetadataWriteAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28284,22 +17196,14 @@ { "ParameterMetadata": { "Name": "EnableFreeTier", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28310,20 +17214,12 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28334,20 +17230,12 @@ { "ParameterMetadata": { "Name": "LocationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28358,20 +17246,11 @@ { "ParameterMetadata": { "Name": "DefaultConsistencyLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28382,20 +17261,12 @@ { "ParameterMetadata": { "Name": "IpRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28406,22 +17277,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessIntervalInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28432,22 +17295,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28458,20 +17313,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28482,20 +17328,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28506,20 +17344,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28530,20 +17360,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28554,20 +17375,11 @@ { "ParameterMetadata": { "Name": "KeyVaultKeyUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28578,22 +17390,14 @@ { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28604,20 +17408,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28628,20 +17423,11 @@ { "ParameterMetadata": { "Name": "NetworkAclBypass", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28652,20 +17438,12 @@ { "ParameterMetadata": { "Name": "NetworkAclBypassResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28676,20 +17454,11 @@ { "ParameterMetadata": { "Name": "ServerVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28700,22 +17469,14 @@ { "ParameterMetadata": { "Name": "BackupIntervalInMinutes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28726,22 +17487,29 @@ { "ParameterMetadata": { "Name": "BackupRetentionIntervalInHours", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackupStorageRedundancy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28752,20 +17520,11 @@ { "ParameterMetadata": { "Name": "BackupPolicyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28776,20 +17535,11 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageSchemaType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28814,21 +17564,8 @@ "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, @@ -28844,20 +17581,11 @@ { "ParameterMetadata": { "Name": "EnableVirtualNetwork", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28868,20 +17596,11 @@ { "ParameterMetadata": { "Name": "FromPointInTimeBackup", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28892,20 +17611,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28916,20 +17626,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28940,20 +17641,11 @@ { "ParameterMetadata": { "Name": "EnableAutomaticFailover", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28964,20 +17656,11 @@ { "ParameterMetadata": { "Name": "EnableMultipleWriteLocations", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28988,20 +17671,11 @@ { "ParameterMetadata": { "Name": "ApiKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29012,20 +17686,11 @@ { "ParameterMetadata": { "Name": "DisableKeyBasedMetadataWriteAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29036,22 +17701,14 @@ { "ParameterMetadata": { "Name": "EnableFreeTier", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29062,20 +17719,12 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29086,20 +17735,12 @@ { "ParameterMetadata": { "Name": "LocationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29110,20 +17751,11 @@ { "ParameterMetadata": { "Name": "DefaultConsistencyLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29134,20 +17766,12 @@ { "ParameterMetadata": { "Name": "IpRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29158,22 +17782,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessIntervalInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29184,22 +17800,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29210,20 +17818,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29234,20 +17833,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29258,20 +17849,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29282,20 +17865,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29306,20 +17880,11 @@ { "ParameterMetadata": { "Name": "KeyVaultKeyUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29330,22 +17895,14 @@ { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29356,20 +17913,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29380,20 +17928,11 @@ { "ParameterMetadata": { "Name": "NetworkAclBypass", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29404,20 +17943,12 @@ { "ParameterMetadata": { "Name": "NetworkAclBypassResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29428,20 +17959,11 @@ { "ParameterMetadata": { "Name": "ServerVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29452,22 +17974,14 @@ { "ParameterMetadata": { "Name": "BackupIntervalInMinutes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29478,22 +17992,29 @@ { "ParameterMetadata": { "Name": "BackupRetentionIntervalInHours", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackupStorageRedundancy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29504,20 +18025,11 @@ { "ParameterMetadata": { "Name": "BackupPolicyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29528,20 +18040,11 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageSchemaType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29566,21 +18069,8 @@ "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, @@ -29590,8 +18080,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -29607,12 +18096,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -29622,79 +18106,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -29735,75 +18182,17 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -29822,21 +18211,8 @@ "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 } ], @@ -29847,20 +18223,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29871,20 +18238,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29895,20 +18253,11 @@ { "ParameterMetadata": { "Name": "KeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29919,20 +18268,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29957,21 +18297,8 @@ "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, @@ -29987,20 +18314,11 @@ { "ParameterMetadata": { "Name": "KeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30011,20 +18329,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30049,21 +18358,8 @@ "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, @@ -30079,20 +18375,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30103,20 +18390,11 @@ { "ParameterMetadata": { "Name": "KeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30127,20 +18405,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30165,21 +18434,8 @@ "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, @@ -30195,7 +18451,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -30236,57 +18491,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30297,20 +18503,11 @@ { "ParameterMetadata": { "Name": "KeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30321,20 +18518,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30359,21 +18547,8 @@ "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, @@ -30383,8 +18558,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -30405,8 +18579,6 @@ "Name": "System.String", "OrderBy": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -30420,12 +18592,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -30440,15 +18610,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -30457,8 +18624,7 @@ "Name": "clusterKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -30470,38 +18636,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "OrderBy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -30520,21 +18668,8 @@ "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 } ], @@ -30545,20 +18680,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30569,20 +18695,11 @@ { "ParameterMetadata": { "Name": "OrderBy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30607,21 +18724,8 @@ "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, @@ -30631,8 +18735,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -30653,8 +18756,6 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -30668,12 +18769,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -30688,15 +18787,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -30705,8 +18801,7 @@ "Name": "column", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -30718,38 +18813,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -30768,21 +18845,8 @@ "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 } ], @@ -30793,20 +18857,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30817,20 +18872,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30855,21 +18901,8 @@ "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, @@ -30879,8 +18912,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -30904,17 +18936,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -30929,15 +18957,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -30946,8 +18971,7 @@ "Name": "cassandraKeyspaceGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -30970,12 +18994,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -30994,17 +19015,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -31019,7 +19037,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -31031,8 +19048,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -31045,8 +19061,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -31058,101 +19073,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -31193,57 +19164,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -31262,21 +19184,8 @@ "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 } ], @@ -31287,20 +19196,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31311,20 +19211,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31335,20 +19226,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31359,22 +19241,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31385,22 +19259,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31425,21 +19291,8 @@ "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, @@ -31455,20 +19308,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31479,22 +19323,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31505,22 +19341,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31545,21 +19373,8 @@ "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, @@ -31575,7 +19390,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -31616,57 +19430,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31677,20 +19442,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31701,22 +19457,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31727,22 +19475,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31767,21 +19507,8 @@ "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, @@ -31791,8 +19518,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -31814,8 +19540,6 @@ "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -31829,12 +19553,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -31849,15 +19571,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -31866,8 +19585,7 @@ "Name": "cassandraSchema", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -31879,56 +19597,32 @@ "Parameters": [ { "Name": "Column", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PartitionKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ClusterKey", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey" + }, "ValidateNotNullOrEmpty": true }, { @@ -31947,21 +19641,8 @@ "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 } ], @@ -31972,20 +19653,12 @@ { "ParameterMetadata": { "Name": "Column", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31996,20 +19669,12 @@ { "ParameterMetadata": { "Name": "PartitionKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32020,20 +19685,12 @@ { "ParameterMetadata": { "Name": "ClusterKey", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32058,21 +19715,8 @@ "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, @@ -32082,8 +19726,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -32107,17 +19750,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -32132,15 +19771,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -32149,8 +19785,7 @@ "Name": "cassandraTableGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -32173,12 +19808,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -32197,17 +19829,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -32222,7 +19851,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -32234,8 +19862,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -32248,8 +19875,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -32261,159 +19887,90 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Schema", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", @@ -32422,72 +19979,12 @@ "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSCassandraSchema", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraSchema", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -32498,57 +19995,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -32567,21 +20015,8 @@ "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 } ], @@ -32592,20 +20027,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32616,20 +20042,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32640,20 +20057,11 @@ { "ParameterMetadata": { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32664,20 +20072,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32688,22 +20087,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32714,22 +20105,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32740,22 +20123,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32766,22 +20141,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32792,7 +20159,6 @@ { "ParameterMetadata": { "Name": "Schema", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", @@ -32801,67 +20167,8 @@ "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSCassandraSchema", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraSchema", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -32886,21 +20193,8 @@ "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, @@ -32916,20 +20210,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32940,22 +20225,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32966,22 +20243,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32992,22 +20261,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33018,22 +20279,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33044,7 +20297,6 @@ { "ParameterMetadata": { "Name": "Schema", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", @@ -33053,67 +20305,8 @@ "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSCassandraSchema", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraSchema", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -33138,21 +20331,8 @@ "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, @@ -33168,7 +20348,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -33179,57 +20358,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -33240,20 +20370,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33264,22 +20385,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33290,22 +20403,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33316,22 +20421,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33342,22 +20439,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33368,7 +20457,6 @@ { "ParameterMetadata": { "Name": "Schema", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", @@ -33377,67 +20465,8 @@ "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSCassandraSchema", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraSchema", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -33462,21 +20491,8 @@ "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, @@ -33486,8 +20502,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -33504,23 +20519,17 @@ "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -33535,15 +20544,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -33556,8 +20562,7 @@ "Name": "collections", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -33566,8 +20571,7 @@ "Name": "databaseRestoreResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -33579,38 +20583,21 @@ "Parameters": [ { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CollectionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { @@ -33629,21 +20616,8 @@ "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 } ], @@ -33654,20 +20628,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33678,20 +20643,12 @@ { "ParameterMetadata": { "Name": "CollectionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33716,21 +20673,8 @@ "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, @@ -33740,8 +20684,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -33762,8 +20705,6 @@ "Path": "System.String", "Order": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -33777,12 +20718,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -33797,15 +20736,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -33814,8 +20750,7 @@ "Name": "compositePath", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -33832,8 +20767,6 @@ "Path": "System.String", "Order": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -33847,12 +20780,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -33867,15 +20798,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -33884,8 +20812,7 @@ "Name": "compositePath", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -33897,38 +20824,20 @@ "Parameters": [ { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Order", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -33947,21 +20856,8 @@ "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 } ], @@ -33972,20 +20868,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33996,20 +20883,11 @@ { "ParameterMetadata": { "Name": "Order", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34034,21 +20912,8 @@ "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, @@ -34058,8 +20923,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -34081,8 +20945,6 @@ "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -34096,12 +20958,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -34116,15 +20976,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -34133,8 +20990,7 @@ "Name": "conflictResolutionPolicy", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -34146,56 +21002,29 @@ "Parameters": [ { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ConflictResolutionProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -34214,21 +21043,8 @@ "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 } ], @@ -34239,20 +21055,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34263,20 +21070,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34287,20 +21085,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34325,21 +21114,8 @@ "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, @@ -34349,8 +21125,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -34374,17 +21149,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -34399,15 +21170,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -34416,8 +21184,7 @@ "Name": "gremlinDatabaseGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -34440,12 +21207,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -34464,17 +21228,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -34489,7 +21250,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -34501,8 +21261,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -34515,8 +21274,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -34528,101 +21286,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -34663,57 +21377,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -34732,21 +21397,8 @@ "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 } ], @@ -34757,20 +21409,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34781,20 +21424,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34805,20 +21439,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34829,22 +21454,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34855,22 +21472,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34895,21 +21504,8 @@ "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, @@ -34925,20 +21521,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34949,22 +21536,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34975,22 +21554,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35015,21 +21586,8 @@ "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, @@ -35045,7 +21603,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -35086,57 +21643,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -35147,20 +21655,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35171,22 +21670,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35197,22 +21688,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35237,21 +21720,8 @@ "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, @@ -35261,8 +21731,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -35286,17 +21755,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -35311,15 +21776,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -35328,8 +21790,7 @@ "Name": "gremlinGraphGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -35341,12 +21802,7 @@ "Type": { "Namespace": "System", "Name": "System.Exception", - "AssemblyQualifiedName": "System.Exception, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Exception, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -35356,79 +21812,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy", @@ -35440,314 +21859,118 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSIndexingPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSUniqueKeyPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", @@ -35756,72 +21979,12 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSConflictResolutionPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -35832,57 +21995,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -35901,21 +22015,8 @@ "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 } ], @@ -35926,20 +22027,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35950,20 +22042,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35974,20 +22057,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35998,20 +22072,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36022,7 +22087,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy", @@ -36034,67 +22098,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSIndexingPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36105,22 +22110,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36131,20 +22128,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36155,20 +22143,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36179,22 +22159,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36205,22 +22177,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36231,22 +22195,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36257,74 +22213,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSUniqueKeyPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36335,20 +22231,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36359,20 +22246,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36383,20 +22261,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36407,7 +22276,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", @@ -36416,67 +22284,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSConflictResolutionPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36501,21 +22310,8 @@ "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, @@ -36531,20 +22327,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36555,7 +22342,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy", @@ -36567,67 +22353,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSIndexingPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36638,22 +22365,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36664,20 +22383,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36688,20 +22398,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36712,22 +22414,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36738,22 +22432,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36764,22 +22450,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36790,74 +22468,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSUniqueKeyPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36868,20 +22486,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36892,20 +22501,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36916,20 +22516,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36940,7 +22531,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", @@ -36949,67 +22539,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSConflictResolutionPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37034,21 +22565,8 @@ "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, @@ -37064,7 +22582,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -37075,57 +22592,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -37136,20 +22604,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37160,7 +22619,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy", @@ -37172,67 +22630,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSIndexingPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37243,22 +22642,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37269,20 +22660,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37293,20 +22675,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37317,22 +22691,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37343,22 +22709,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37369,22 +22727,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37395,74 +22745,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSUniqueKeyPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37473,20 +22763,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37497,20 +22778,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37521,20 +22793,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37545,7 +22808,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", @@ -37554,67 +22816,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSConflictResolutionPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37639,21 +22842,8 @@ "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, @@ -37663,8 +22853,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -37685,8 +22874,6 @@ "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -37700,12 +22887,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37720,15 +22905,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -37737,8 +22919,7 @@ "Name": "includedPath", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -37755,8 +22936,6 @@ "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -37770,12 +22949,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37790,15 +22967,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -37807,8 +22981,7 @@ "Name": "includedPath", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -37820,38 +22993,21 @@ "Parameters": [ { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes" + }, "ValidateNotNullOrEmpty": true }, { @@ -37870,21 +23026,8 @@ "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 } ], @@ -37895,20 +23038,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37919,20 +23053,12 @@ { "ParameterMetadata": { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37957,21 +23083,8 @@ "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, @@ -37981,8 +23094,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -38004,8 +23116,6 @@ "DataType": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -38019,12 +23129,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38039,15 +23147,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -38056,8 +23161,7 @@ "Name": "indexes", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -38075,8 +23179,6 @@ "DataType": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -38090,12 +23192,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38110,15 +23210,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -38127,8 +23224,7 @@ "Name": "indexes", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -38140,58 +23236,32 @@ "Parameters": [ { "Name": "DataType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Precision", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -38210,21 +23280,8 @@ "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 } ], @@ -38235,20 +23292,11 @@ { "ParameterMetadata": { "Name": "DataType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38259,22 +23307,14 @@ { "ParameterMetadata": { "Name": "Precision", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38285,20 +23325,11 @@ { "ParameterMetadata": { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38323,21 +23354,8 @@ "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, @@ -38347,8 +23365,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -38373,8 +23390,6 @@ "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -38388,12 +23403,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38408,15 +23421,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -38425,8 +23435,7 @@ "Name": "indexingPolicy", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -38438,112 +23447,63 @@ "Parameters": [ { "Name": "IncludedPath", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SpatialSpec", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CompositePath", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ExcludedPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Automatic", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IndexingMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -38562,21 +23522,8 @@ "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 } ], @@ -38587,20 +23534,12 @@ { "ParameterMetadata": { "Name": "IncludedPath", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38611,20 +23550,12 @@ { "ParameterMetadata": { "Name": "SpatialSpec", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38635,20 +23566,12 @@ { "ParameterMetadata": { "Name": "CompositePath", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38659,20 +23582,12 @@ { "ParameterMetadata": { "Name": "ExcludedPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38683,22 +23598,14 @@ { "ParameterMetadata": { "Name": "Automatic", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38709,20 +23616,11 @@ { "ParameterMetadata": { "Name": "IndexingMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38747,21 +23645,8 @@ "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, @@ -38771,8 +23656,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -38793,8 +23677,6 @@ "Types": "System.Collections.Generic.IList`1[System.String]", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -38808,12 +23690,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38828,15 +23708,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -38845,8 +23722,7 @@ "Name": "indexes", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -38863,8 +23739,6 @@ "Types": "System.Collections.Generic.IList`1[System.String]", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -38878,12 +23752,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38898,15 +23770,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -38915,8 +23784,7 @@ "Name": "indexes", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -38928,38 +23796,21 @@ "Parameters": [ { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { @@ -38978,21 +23829,8 @@ "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 } ], @@ -39003,20 +23841,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -39027,20 +23856,12 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -39065,21 +23886,8 @@ "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, @@ -39089,8 +23897,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -39110,17 +23917,13 @@ "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -39135,15 +23938,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -39152,8 +23952,7 @@ "Name": "uniqueKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -39169,17 +23968,13 @@ "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -39194,15 +23989,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -39211,8 +24003,7 @@ "Name": "uniqueKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -39224,20 +24015,12 @@ "Parameters": [ { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { @@ -39256,21 +24039,8 @@ "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 } ], @@ -39281,20 +24051,12 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39319,21 +24081,8 @@ "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, @@ -39343,8 +24092,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -39364,8 +24112,6 @@ "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -39379,12 +24125,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -39399,15 +24143,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -39416,8 +24157,7 @@ "Name": "uniqueKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -39433,17 +24173,13 @@ "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -39458,15 +24194,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -39475,8 +24208,7 @@ "Name": "uniqueKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -39488,20 +24220,12 @@ "Parameters": [ { "Name": "UniqueKey", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey" + }, "ValidateNotNullOrEmpty": true }, { @@ -39520,21 +24244,8 @@ "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 } ], @@ -39545,20 +24256,12 @@ { "ParameterMetadata": { "Name": "UniqueKey", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39583,21 +24286,8 @@ "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, @@ -39607,8 +24297,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -39630,8 +24319,6 @@ "FailoverPriority": "System.Nullable`1[System.Int32]", "LocationName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -39645,12 +24332,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -39665,15 +24350,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -39690,8 +24372,7 @@ "Name": "isZoneRedundant", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -39700,8 +24381,7 @@ "Name": "location", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -39713,60 +24393,35 @@ "Parameters": [ { "Name": "LocationName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "FailoverPriority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IsZoneRedundant", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -39785,21 +24440,8 @@ "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 } ], @@ -39810,20 +24452,11 @@ { "ParameterMetadata": { "Name": "LocationName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39834,22 +24467,14 @@ { "ParameterMetadata": { "Name": "FailoverPriority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39860,22 +24485,14 @@ { "ParameterMetadata": { "Name": "IsZoneRedundant", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39900,21 +24517,8 @@ "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, @@ -39924,8 +24528,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -39949,17 +24552,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -39974,15 +24573,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -39991,8 +24587,7 @@ "Name": "mongoDBCollectionGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -40015,12 +24610,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -40039,17 +24631,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -40064,7 +24653,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -40076,8 +24664,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -40090,8 +24677,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -40103,175 +24689,97 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Shard", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -40282,57 +24790,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -40351,21 +24810,8 @@ "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 } ], @@ -40376,20 +24822,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40400,20 +24837,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40424,20 +24852,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40448,20 +24867,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40472,22 +24882,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40498,22 +24900,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40524,20 +24918,11 @@ { "ParameterMetadata": { "Name": "Shard", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40548,22 +24933,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40574,20 +24951,12 @@ { "ParameterMetadata": { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40612,21 +24981,8 @@ "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, @@ -40642,20 +24998,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40666,22 +25013,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40692,22 +25031,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40718,20 +25049,11 @@ { "ParameterMetadata": { "Name": "Shard", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40742,22 +25064,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40768,20 +25082,12 @@ { "ParameterMetadata": { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40806,21 +25112,8 @@ "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, @@ -40836,7 +25129,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -40847,57 +25139,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -40908,20 +25151,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40932,22 +25166,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40958,22 +25184,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40984,20 +25202,11 @@ { "ParameterMetadata": { "Name": "Shard", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41008,22 +25217,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41034,20 +25235,12 @@ { "ParameterMetadata": { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41072,21 +25265,8 @@ "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, @@ -41096,8 +25276,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -41121,17 +25300,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -41146,15 +25321,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -41163,8 +25335,7 @@ "Name": "mongoDBDatabaseGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -41187,12 +25358,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -41211,17 +25379,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -41236,7 +25401,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -41248,8 +25412,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -41262,8 +25425,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -41275,101 +25437,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -41410,57 +25528,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -41479,21 +25548,8 @@ "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 } ], @@ -41504,20 +25560,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41528,20 +25575,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41552,20 +25590,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41576,22 +25605,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41602,22 +25623,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41642,21 +25655,8 @@ "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, @@ -41672,20 +25672,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41696,22 +25687,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41722,22 +25705,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41762,21 +25737,8 @@ "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, @@ -41792,7 +25754,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -41833,57 +25794,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -41894,20 +25806,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41918,22 +25821,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41944,22 +25839,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41984,21 +25871,8 @@ "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, @@ -42008,8 +25882,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -42030,8 +25903,6 @@ "Key": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys", "Options": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -42045,12 +25916,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -42065,15 +25934,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -42082,8 +25948,7 @@ "Name": "mongoIndex", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -42095,60 +25960,36 @@ "Parameters": [ { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Unique", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { @@ -42167,21 +26008,8 @@ "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 } ], @@ -42192,22 +26020,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42218,22 +26038,14 @@ { "ParameterMetadata": { "Name": "Unique", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42244,20 +26056,12 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42282,21 +26086,8 @@ "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, @@ -42306,8 +26097,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -42327,17 +26117,13 @@ "Properties": { "DataActions": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -42352,15 +26138,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -42369,8 +26152,7 @@ "Name": "dataActions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -42382,22 +26164,14 @@ "Parameters": [ { "Name": "DataAction", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -42416,21 +26190,8 @@ "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 } ], @@ -42441,22 +26202,14 @@ { "ParameterMetadata": { "Name": "DataAction", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42481,21 +26234,8 @@ "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, @@ -42525,21 +26265,8 @@ "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, @@ -42549,8 +26276,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -42571,8 +26297,6 @@ "Path": "System.String", "Order": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -42586,12 +26310,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -42606,15 +26328,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -42623,8 +26342,7 @@ "Name": "compositePath", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -42636,38 +26354,20 @@ "Parameters": [ { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Order", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -42686,21 +26386,185 @@ "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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Path", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Order", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzCosmosDBSqlConflictResolutionPolicy", + "Name": "New-AzCosmosDBSqlConflictResolutionPolicy", + "ClassName": "Microsoft.Azure.Commands.CosmosDB.NewAzCosmosDBSqlConflictResolutionPolicy", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Mode": "System.String", + "ConflictResolutionPath": "System.String", + "ConflictResolutionProcedure": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "conflictResolutionPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Type", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConflictResolutionProcedure", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -42708,23 +26572,29 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Type", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42734,22 +26604,13 @@ }, { "ParameterMetadata": { - "Name": "Order", - "AliasList": [], + "Name": "ConflictResolutionProcedure", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -42773,302 +26634,8 @@ "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": "AzCosmosDBSqlConflictResolutionPolicy", - "Name": "New-AzCosmosDBSqlConflictResolutionPolicy", - "ClassName": "Microsoft.Azure.Commands.CosmosDB.NewAzCosmosDBSqlConflictResolutionPolicy", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Mode": "System.String", - "ConflictResolutionPath": "System.String", - "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Type", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ConflictResolutionProcedure", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Type", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConflictResolutionProcedure", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43078,8 +26645,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -43103,17 +26669,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -43128,15 +26690,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -43145,8 +26704,7 @@ "Name": "sqlDatabaseGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -43169,12 +26727,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -43193,17 +26748,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -43218,7 +26770,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -43230,8 +26781,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -43244,8 +26794,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -43257,79 +26806,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", @@ -43341,294 +26853,118 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", @@ -43637,82 +26973,24 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -43723,57 +27001,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -43792,21 +27021,8 @@ "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 } ], @@ -43817,20 +27033,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43841,20 +27048,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43865,20 +27063,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43889,20 +27078,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43913,7 +27093,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", @@ -43925,57 +27104,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43986,22 +27116,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44012,20 +27134,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -44036,20 +27149,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44060,22 +27165,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44086,22 +27183,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44112,22 +27201,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44138,64 +27219,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44206,20 +27237,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44230,20 +27252,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44254,20 +27267,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44278,7 +27282,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", @@ -44287,57 +27290,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44348,22 +27302,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44388,21 +27334,8 @@ "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, @@ -44418,20 +27351,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44442,7 +27366,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", @@ -44454,57 +27377,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44515,22 +27389,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44541,20 +27407,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -44565,20 +27422,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44589,22 +27438,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44615,22 +27456,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44641,22 +27474,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44667,64 +27492,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44735,20 +27510,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44759,20 +27525,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44783,20 +27540,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44807,7 +27555,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", @@ -44816,57 +27563,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44877,22 +27575,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44917,21 +27607,8 @@ "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, @@ -44947,7 +27624,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -44958,57 +27634,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -45019,20 +27646,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45043,7 +27661,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", @@ -45055,57 +27672,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45116,22 +27684,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45142,20 +27702,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -45166,20 +27717,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45190,22 +27733,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45216,22 +27751,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45242,22 +27769,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45268,64 +27787,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45336,20 +27805,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45360,20 +27820,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45384,20 +27835,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45408,7 +27850,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", @@ -45417,57 +27858,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45478,22 +27870,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45518,21 +27902,8 @@ "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, @@ -45542,8 +27913,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -45567,17 +27937,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -45592,15 +27958,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -45609,8 +27972,7 @@ "Name": "sqlDatabaseGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -45633,12 +27995,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -45657,17 +28016,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -45682,7 +28038,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -45694,8 +28049,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -45708,8 +28062,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -45721,101 +28074,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -45856,57 +28165,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -45925,21 +28185,8 @@ "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 } ], @@ -45950,20 +28197,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45974,20 +28212,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45998,20 +28227,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46022,22 +28242,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46048,22 +28260,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46088,21 +28292,8 @@ "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, @@ -46118,20 +28309,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46142,22 +28324,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46168,22 +28342,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46208,21 +28374,8 @@ "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, @@ -46238,7 +28391,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -46279,57 +28431,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -46340,20 +28443,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46364,22 +28458,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46390,22 +28476,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46430,21 +28508,8 @@ "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, @@ -46454,8 +28519,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -46476,8 +28540,6 @@ "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -46491,12 +28553,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -46511,15 +28571,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -46528,8 +28585,7 @@ "Name": "includedPath", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -46541,38 +28597,21 @@ "Parameters": [ { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes" + }, "ValidateNotNullOrEmpty": true }, { @@ -46591,21 +28630,8 @@ "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 } ], @@ -46616,20 +28642,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46640,20 +28657,12 @@ { "ParameterMetadata": { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46678,21 +28687,8 @@ "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, @@ -46702,8 +28698,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -46725,8 +28720,6 @@ "DataType": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -46740,12 +28733,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -46760,15 +28751,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -46777,8 +28765,7 @@ "Name": "indexes", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -46790,58 +28777,32 @@ "Parameters": [ { "Name": "DataType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Precision", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -46860,21 +28821,8 @@ "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 } ], @@ -46885,20 +28833,11 @@ { "ParameterMetadata": { "Name": "DataType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46909,22 +28848,14 @@ { "ParameterMetadata": { "Name": "Precision", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46935,20 +28866,11 @@ { "ParameterMetadata": { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46973,21 +28895,8 @@ "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, @@ -46997,8 +28906,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -47023,17 +28931,13 @@ "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -47048,15 +28952,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -47065,8 +28966,7 @@ "Name": "indexingPolicy", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -47078,112 +28978,63 @@ "Parameters": [ { "Name": "IncludedPath", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SpatialSpec", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CompositePath", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ExcludedPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Automatic", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IndexingMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -47202,21 +29053,8 @@ "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 } ], @@ -47227,20 +29065,12 @@ { "ParameterMetadata": { "Name": "IncludedPath", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47251,20 +29081,12 @@ { "ParameterMetadata": { "Name": "SpatialSpec", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47275,20 +29097,12 @@ { "ParameterMetadata": { "Name": "CompositePath", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47299,20 +29113,12 @@ { "ParameterMetadata": { "Name": "ExcludedPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47323,22 +29129,14 @@ { "ParameterMetadata": { "Name": "Automatic", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47349,20 +29147,11 @@ { "ParameterMetadata": { "Name": "IndexingMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47387,21 +29176,8 @@ "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, @@ -47411,8 +29187,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -47435,17 +29210,13 @@ "RoleDefinitionId": "System.String", "PrincipalId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -47460,15 +29231,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -47477,8 +29245,7 @@ "Name": "sqlRoleAssignmentGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -47490,133 +29257,69 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RoleDefinitionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RoleDefinitionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Scope", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PrincipalId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", @@ -47627,57 +29330,8 @@ "Id": "System.String", "RoleName": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleDefinitionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -47696,21 +29350,8 @@ "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 } ], @@ -47721,20 +29362,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47745,20 +29377,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47769,20 +29392,11 @@ { "ParameterMetadata": { "Name": "RoleDefinitionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47793,20 +29407,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47817,20 +29422,11 @@ { "ParameterMetadata": { "Name": "Scope", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47841,20 +29437,11 @@ { "ParameterMetadata": { "Name": "PrincipalId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47879,21 +29466,8 @@ "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, @@ -47909,20 +29483,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47933,20 +29498,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47957,20 +29513,11 @@ { "ParameterMetadata": { "Name": "RoleDefinitionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47981,20 +29528,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48005,20 +29543,11 @@ { "ParameterMetadata": { "Name": "Scope", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48029,20 +29558,11 @@ { "ParameterMetadata": { "Name": "PrincipalId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48067,21 +29587,8 @@ "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, @@ -48097,20 +29604,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48121,20 +29619,11 @@ { "ParameterMetadata": { "Name": "Scope", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48145,20 +29634,11 @@ { "ParameterMetadata": { "Name": "PrincipalId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48183,21 +29663,8 @@ "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, @@ -48213,7 +29680,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", @@ -48224,57 +29690,8 @@ "Id": "System.String", "RoleName": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleDefinitionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48285,20 +29702,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48309,20 +29717,11 @@ { "ParameterMetadata": { "Name": "Scope", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48333,20 +29732,11 @@ { "ParameterMetadata": { "Name": "PrincipalId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48371,21 +29761,8 @@ "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, @@ -48395,8 +29772,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -48420,17 +29796,13 @@ "RoleName": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -48445,15 +29817,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -48462,8 +29831,7 @@ "Name": "sqlRoleDefinitionGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -48475,157 +29843,87 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RoleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AssignableScope", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "DataAction", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Permission", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -48666,57 +29964,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -48735,21 +29984,8 @@ "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 } ], @@ -48760,20 +29996,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48784,20 +30011,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48808,22 +30026,14 @@ { "ParameterMetadata": { "Name": "DataAction", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48834,20 +30044,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48858,20 +30059,11 @@ { "ParameterMetadata": { "Name": "RoleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48882,20 +30074,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48906,22 +30089,14 @@ { "ParameterMetadata": { "Name": "AssignableScope", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48946,21 +30121,8 @@ "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, @@ -48976,20 +30138,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49000,20 +30153,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49024,22 +30168,14 @@ { "ParameterMetadata": { "Name": "Permission", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49050,20 +30186,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49074,20 +30201,11 @@ { "ParameterMetadata": { "Name": "RoleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49098,20 +30216,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49122,22 +30231,14 @@ { "ParameterMetadata": { "Name": "AssignableScope", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49162,21 +30263,8 @@ "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, @@ -49192,20 +30280,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49216,20 +30295,11 @@ { "ParameterMetadata": { "Name": "RoleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49240,20 +30310,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49264,22 +30325,14 @@ { "ParameterMetadata": { "Name": "AssignableScope", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49304,21 +30357,8 @@ "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, @@ -49334,22 +30374,14 @@ { "ParameterMetadata": { "Name": "DataAction", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49360,7 +30392,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -49401,57 +30432,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49462,20 +30444,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49486,20 +30459,11 @@ { "ParameterMetadata": { "Name": "RoleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49510,20 +30474,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49534,22 +30489,14 @@ { "ParameterMetadata": { "Name": "AssignableScope", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49574,21 +30521,8 @@ "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, @@ -49604,22 +30538,14 @@ { "ParameterMetadata": { "Name": "Permission", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49630,7 +30556,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -49671,57 +30596,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49732,20 +30608,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49756,20 +30623,11 @@ { "ParameterMetadata": { "Name": "RoleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49780,20 +30638,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49804,22 +30653,14 @@ { "ParameterMetadata": { "Name": "AssignableScope", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49844,21 +30685,8 @@ "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, @@ -49868,8 +30696,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -49890,8 +30717,6 @@ "Types": "System.Collections.Generic.IList`1[System.String]", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -49905,12 +30730,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -49925,15 +30748,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -49942,8 +30762,7 @@ "Name": "indexes", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -49955,38 +30774,21 @@ "Parameters": [ { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { @@ -50005,21 +30807,8 @@ "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 } ], @@ -50030,20 +30819,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -50054,20 +30834,12 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -50092,21 +30864,8 @@ "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, @@ -50116,8 +30875,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -50141,17 +30899,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -50166,15 +30920,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -50183,8 +30934,7 @@ "Name": "sqlStoredProcedureGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -50207,12 +30957,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -50231,17 +30978,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -50256,7 +31000,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -50268,8 +31011,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -50282,8 +31024,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -50295,115 +31036,60 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -50414,57 +31100,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -50483,21 +31120,8 @@ "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 } ], @@ -50508,20 +31132,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50532,20 +31147,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50556,20 +31162,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50580,20 +31177,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50604,20 +31192,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50628,20 +31207,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50666,21 +31236,8 @@ "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, @@ -50696,20 +31253,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50720,20 +31268,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50758,21 +31297,8 @@ "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, @@ -50788,7 +31314,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -50799,57 +31324,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -50860,20 +31336,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50884,20 +31351,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50922,21 +31380,8 @@ "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, @@ -50946,8 +31391,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -50971,17 +31415,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -50996,15 +31436,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -51013,8 +31450,7 @@ "Name": "sqlTriggerGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -51037,12 +31473,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -51061,17 +31494,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -51086,7 +31516,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -51098,8 +31527,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -51112,8 +31540,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -51125,151 +31552,78 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "TriggerOperation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "TriggerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -51280,57 +31634,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -51349,21 +31654,8 @@ "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 } ], @@ -51374,20 +31666,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51398,20 +31681,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51422,20 +31696,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51446,20 +31711,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51470,20 +31726,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51494,20 +31741,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51518,20 +31756,11 @@ { "ParameterMetadata": { "Name": "TriggerOperation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51542,20 +31771,11 @@ { "ParameterMetadata": { "Name": "TriggerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51580,21 +31800,8 @@ "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, @@ -51610,20 +31817,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51634,20 +31832,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51658,20 +31847,11 @@ { "ParameterMetadata": { "Name": "TriggerOperation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51682,20 +31862,11 @@ { "ParameterMetadata": { "Name": "TriggerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51720,21 +31891,8 @@ "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, @@ -51750,7 +31908,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -51761,57 +31918,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -51822,20 +31930,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51846,20 +31945,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51870,20 +31960,11 @@ { "ParameterMetadata": { "Name": "TriggerOperation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51894,20 +31975,11 @@ { "ParameterMetadata": { "Name": "TriggerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51932,21 +32004,8 @@ "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, @@ -51956,8 +32015,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -51977,17 +32035,13 @@ "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -52002,15 +32056,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -52019,8 +32070,7 @@ "Name": "uniqueKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -52032,20 +32082,12 @@ "Parameters": [ { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { @@ -52064,21 +32106,8 @@ "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 } ], @@ -52089,20 +32118,12 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52127,21 +32148,8 @@ "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, @@ -52151,8 +32159,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -52172,17 +32179,13 @@ "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -52197,15 +32200,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -52214,8 +32214,7 @@ "Name": "uniqueKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -52227,20 +32226,12 @@ "Parameters": [ { "Name": "UniqueKey", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey" + }, "ValidateNotNullOrEmpty": true }, { @@ -52259,21 +32250,8 @@ "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 } ], @@ -52284,20 +32262,12 @@ { "ParameterMetadata": { "Name": "UniqueKey", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52322,21 +32292,8 @@ "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, @@ -52346,8 +32303,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -52371,17 +32327,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -52396,15 +32348,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -52413,8 +32362,7 @@ "Name": "sqlUserDefinedFunctionGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -52437,12 +32385,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -52461,17 +32406,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -52486,7 +32428,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -52498,8 +32439,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -52512,8 +32452,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -52525,115 +32464,60 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -52644,57 +32528,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -52713,21 +32548,8 @@ "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 } ], @@ -52738,20 +32560,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52762,20 +32575,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52786,20 +32590,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52810,20 +32605,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52834,20 +32620,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52858,20 +32635,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52896,21 +32664,8 @@ "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, @@ -52926,20 +32681,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52950,20 +32696,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52988,21 +32725,8 @@ "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, @@ -53018,7 +32742,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -53029,57 +32752,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -53090,20 +32764,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53114,20 +32779,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53152,21 +32808,8 @@ "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, @@ -53176,8 +32819,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -53201,17 +32843,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -53226,15 +32864,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -53243,8 +32878,7 @@ "Name": "tableGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -53267,12 +32901,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -53291,17 +32922,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -53316,7 +32944,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -53328,8 +32955,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -53342,8 +32968,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -53355,101 +32980,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -53490,57 +33071,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -53559,21 +33091,8 @@ "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 } ], @@ -53584,20 +33103,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53608,20 +33118,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53632,20 +33133,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53656,22 +33148,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53682,22 +33166,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53722,21 +33198,8 @@ "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, @@ -53752,20 +33215,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53776,22 +33230,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53802,22 +33248,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53842,21 +33280,8 @@ "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, @@ -53872,7 +33297,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -53913,57 +33337,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -53974,20 +33349,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53998,22 +33364,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54024,22 +33382,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54064,21 +33414,8 @@ "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, @@ -54088,8 +33425,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -54110,8 +33446,6 @@ "IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -54125,12 +33459,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -54145,15 +33477,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -54162,8 +33491,7 @@ "Name": "virtualNetworkRule", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -54175,40 +33503,23 @@ "Parameters": [ { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IgnoreMissingVNetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -54227,21 +33538,8 @@ "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 } ], @@ -54252,20 +33550,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54276,22 +33565,14 @@ { "ParameterMetadata": { "Name": "IgnoreMissingVNetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54316,21 +33597,8 @@ "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, @@ -54340,8 +33608,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -54357,12 +33624,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -54372,12 +33634,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -54387,61 +33644,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -54482,93 +33711,26 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -54587,21 +33749,8 @@ "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 } ], @@ -54612,20 +33761,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54636,20 +33776,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54660,20 +33791,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54684,20 +33806,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54722,21 +33835,8 @@ "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, @@ -54752,20 +33852,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54776,20 +33867,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54800,20 +33882,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54838,21 +33911,8 @@ "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, @@ -54868,7 +33928,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -54909,57 +33968,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54970,20 +33980,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54994,20 +33995,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -55032,21 +34024,8 @@ "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, @@ -55062,20 +34041,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -55086,20 +34056,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -55124,21 +34085,8 @@ "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, @@ -55148,8 +34096,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -55165,12 +34112,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -55180,12 +34122,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -55195,61 +34132,33 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -55260,75 +34169,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -55347,21 +34198,8 @@ "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 } ], @@ -55372,20 +34210,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55396,20 +34225,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55420,20 +34240,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55444,20 +34255,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -55482,21 +34284,8 @@ "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, @@ -55512,7 +34301,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -55523,57 +34311,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -55584,20 +34323,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -55622,21 +34352,8 @@ "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, @@ -55652,20 +34369,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -55690,21 +34398,8 @@ "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, @@ -55714,8 +34409,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -55731,12 +34425,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -55746,12 +34435,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -55761,79 +34445,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", @@ -55844,75 +34491,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraTableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -55931,21 +34520,8 @@ "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 } ], @@ -55956,20 +34532,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55980,20 +34547,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56004,20 +34562,11 @@ { "ParameterMetadata": { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56028,20 +34577,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56052,20 +34592,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -56090,21 +34621,8 @@ "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, @@ -56120,7 +34638,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", @@ -56131,57 +34648,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraTableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -56192,20 +34660,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -56230,21 +34689,8 @@ "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, @@ -56260,20 +34706,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -56298,21 +34735,8 @@ "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, @@ -56322,8 +34746,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -56339,12 +34762,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -56354,12 +34772,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -56369,61 +34782,33 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -56434,75 +34819,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -56521,21 +34848,8 @@ "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 } ], @@ -56546,20 +34860,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56570,20 +34875,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56594,20 +34890,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56618,20 +34905,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -56656,21 +34934,8 @@ "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, @@ -56686,7 +34951,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -56697,57 +34961,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -56758,20 +34973,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -56796,21 +35002,8 @@ "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, @@ -56826,20 +35019,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -56864,21 +35048,8 @@ "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, @@ -56888,8 +35059,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -56905,12 +35075,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -56920,12 +35085,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -56935,79 +35095,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", @@ -57018,75 +35141,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinGraphGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -57105,21 +35170,8 @@ "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 } ], @@ -57130,20 +35182,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57154,20 +35197,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57178,20 +35212,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57202,20 +35227,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57226,20 +35242,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57264,21 +35271,8 @@ "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, @@ -57294,7 +35288,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", @@ -57305,57 +35298,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinGraphGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -57366,20 +35310,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57404,21 +35339,8 @@ "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, @@ -57434,20 +35356,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57472,21 +35385,8 @@ "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, @@ -57496,8 +35396,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -57513,12 +35412,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -57528,12 +35422,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -57543,79 +35432,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", @@ -57626,75 +35478,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBCollectionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -57713,21 +35507,8 @@ "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 } ], @@ -57738,20 +35519,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57762,20 +35534,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57786,20 +35549,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57810,20 +35564,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57834,20 +35579,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57872,21 +35608,8 @@ "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, @@ -57902,7 +35625,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", @@ -57913,57 +35635,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBCollectionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -57974,20 +35647,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -58012,21 +35676,8 @@ "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, @@ -58042,20 +35693,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -58080,21 +35722,8 @@ "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, @@ -58104,8 +35733,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -58121,12 +35749,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -58136,12 +35759,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -58151,61 +35769,33 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -58216,75 +35806,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -58303,21 +35835,8 @@ "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 } ], @@ -58328,20 +35847,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58352,20 +35862,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58376,20 +35877,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58400,20 +35892,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -58438,21 +35921,8 @@ "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, @@ -58468,7 +35938,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -58479,57 +35948,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -58540,20 +35960,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -58578,21 +35989,8 @@ "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, @@ -58608,20 +36006,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -58646,21 +36035,8 @@ "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, @@ -58670,8 +36046,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -58687,12 +36062,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -58702,12 +36072,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -58717,79 +36082,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -58800,75 +36128,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -58887,21 +36157,8 @@ "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 } ], @@ -58912,20 +36169,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58936,20 +36184,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58960,20 +36199,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58984,20 +36214,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59008,20 +36229,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59046,21 +36258,8 @@ "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, @@ -59076,7 +36275,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -59087,57 +36285,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -59148,20 +36297,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59186,21 +36326,8 @@ "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, @@ -59216,20 +36343,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59254,21 +36372,8 @@ "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, @@ -59278,8 +36383,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -59295,12 +36399,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -59310,12 +36409,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -59325,61 +36419,33 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -59390,75 +36456,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -59477,21 +36485,8 @@ "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 } ], @@ -59502,20 +36497,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59526,20 +36512,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59550,20 +36527,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59574,20 +36542,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59612,21 +36571,8 @@ "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, @@ -59642,7 +36588,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -59653,57 +36598,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -59714,20 +36610,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59752,21 +36639,8 @@ "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, @@ -59782,20 +36656,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59820,21 +36685,8 @@ "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, @@ -59844,8 +36696,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -59861,12 +36712,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -59876,61 +36722,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults", @@ -59940,62 +36758,12 @@ "Scope": "System.String", "RoleDefinitionId": "System.String", "PrincipalId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleAssignmentGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -60036,75 +36804,17 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -60123,21 +36833,8 @@ "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 } ], @@ -60148,20 +36845,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60172,20 +36860,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60196,20 +36875,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60220,20 +36890,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60258,21 +36919,8 @@ "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, @@ -60288,20 +36936,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60312,7 +36951,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -60353,57 +36991,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -60414,20 +37003,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60452,21 +37032,8 @@ "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, @@ -60482,7 +37049,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults", @@ -60492,57 +37058,8 @@ "Scope": "System.String", "RoleDefinitionId": "System.String", "PrincipalId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleAssignmentGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -60553,20 +37070,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60591,21 +37099,8 @@ "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, @@ -60621,20 +37116,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60659,21 +37145,8 @@ "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, @@ -60683,8 +37156,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -60700,12 +37172,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -60715,61 +37182,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", @@ -60780,62 +37219,12 @@ "Id": "System.String", "RoleName": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleDefinitionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -60876,75 +37265,17 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -60963,21 +37294,8 @@ "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 } ], @@ -60988,20 +37306,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61012,20 +37321,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61036,20 +37336,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61060,20 +37351,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -61098,21 +37380,8 @@ "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, @@ -61128,20 +37397,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61152,7 +37412,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -61193,57 +37452,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -61254,20 +37464,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -61292,21 +37493,8 @@ "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, @@ -61322,7 +37510,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", @@ -61333,57 +37520,8 @@ "Id": "System.String", "RoleName": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleDefinitionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -61394,20 +37532,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -61432,21 +37561,8 @@ "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, @@ -61462,20 +37578,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -61500,21 +37607,8 @@ "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, @@ -61524,8 +37618,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -61541,12 +37634,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -61556,12 +37644,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -61571,97 +37654,51 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults", @@ -61672,75 +37709,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlStoredProcedureGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -61759,21 +37738,8 @@ "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 } ], @@ -61784,20 +37750,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61808,20 +37765,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61832,20 +37780,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61856,20 +37795,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61880,20 +37810,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61904,20 +37825,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -61942,21 +37854,8 @@ "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, @@ -61972,7 +37871,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults", @@ -61983,57 +37881,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlStoredProcedureGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -62044,20 +37893,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -62082,21 +37922,8 @@ "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, @@ -62112,20 +37939,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -62150,21 +37968,8 @@ "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, @@ -62174,8 +37979,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -62191,12 +37995,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -62206,12 +38005,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -62221,97 +38015,51 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", @@ -62322,75 +38070,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlTriggerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -62409,21 +38099,8 @@ "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 } ], @@ -62434,20 +38111,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62458,20 +38126,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62482,20 +38141,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62506,20 +38156,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62530,20 +38171,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62554,20 +38186,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -62592,21 +38215,8 @@ "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, @@ -62622,7 +38232,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", @@ -62633,57 +38242,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlTriggerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -62694,20 +38254,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -62732,21 +38283,8 @@ "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, @@ -62762,20 +38300,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -62800,21 +38329,8 @@ "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, @@ -62824,8 +38340,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -62841,12 +38356,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -62856,12 +38366,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -62871,97 +38376,51 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", @@ -62972,75 +38431,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlUserDefinedFunctionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -63059,21 +38460,8 @@ "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 } ], @@ -63084,20 +38472,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63108,20 +38487,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63132,20 +38502,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63156,20 +38517,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63180,20 +38532,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63204,20 +38547,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -63242,21 +38576,8 @@ "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, @@ -63272,7 +38593,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", @@ -63283,57 +38603,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlUserDefinedFunctionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -63344,20 +38615,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -63382,21 +38644,8 @@ "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, @@ -63412,20 +38661,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -63450,21 +38690,8 @@ "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, @@ -63474,8 +38701,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -63491,12 +38717,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -63506,12 +38727,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -63521,61 +38737,33 @@ "Parameters": [ { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults", @@ -63586,75 +38774,17 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "tableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -63673,21 +38803,8 @@ "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 } ], @@ -63698,20 +38815,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63722,20 +38830,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63746,20 +38845,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63770,20 +38860,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -63808,21 +38889,8 @@ "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, @@ -63838,7 +38906,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults", @@ -63849,57 +38916,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "tableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -63910,20 +38928,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -63948,21 +38957,8 @@ "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, @@ -63978,20 +38974,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -64016,21 +39003,8 @@ "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, @@ -64040,8 +39014,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Restore", @@ -64095,17 +39068,13 @@ "KeyVaultKeyUri": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64120,15 +39089,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -64137,8 +39103,7 @@ "Name": "databaseAccountGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -64150,128 +39115,66 @@ "Parameters": [ { "Name": "RestoreTimestampInUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "SourceDatabaseAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "TargetResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "TargetDatabaseAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabasesToRestore", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -64290,21 +39193,8 @@ "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 } ], @@ -64315,20 +39205,11 @@ { "ParameterMetadata": { "Name": "RestoreTimestampInUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -64339,20 +39220,11 @@ { "ParameterMetadata": { "Name": "SourceDatabaseAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -64363,20 +39235,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -64387,20 +39250,12 @@ { "ParameterMetadata": { "Name": "DatabasesToRestore", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -64411,20 +39266,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -64449,21 +39295,8 @@ "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, @@ -64479,20 +39312,11 @@ { "ParameterMetadata": { "Name": "TargetResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -64503,20 +39327,11 @@ { "ParameterMetadata": { "Name": "TargetDatabaseAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -64527,20 +39342,11 @@ { "ParameterMetadata": { "Name": "RestoreTimestampInUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -64551,20 +39357,11 @@ { "ParameterMetadata": { "Name": "SourceDatabaseAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -64575,20 +39372,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -64599,20 +39387,12 @@ { "ParameterMetadata": { "Name": "DatabasesToRestore", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -64623,20 +39403,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -64661,21 +39432,8 @@ "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, @@ -64685,8 +39443,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -64740,17 +39497,13 @@ "KeyVaultKeyUri": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64765,15 +39518,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -64782,8 +39532,7 @@ "Name": "databaseAccountGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -64795,25 +39544,15 @@ "Parameters": [ { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -64854,507 +39593,264 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EnableAutomaticFailover", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EnableMultipleWriteLocations", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EnableVirtualNetwork", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "DisableKeyBasedMetadataWriteAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DefaultConsistencyLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "IpRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaxStalenessIntervalInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MaxStalenessPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "VirtualNetworkRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PublicNetworkAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "KeyVaultKeyUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableAnalyticalStorage", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "NetworkAclBypass", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "NetworkAclBypassResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ServerVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BackupIntervalInMinutes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BackupRetentionIntervalInHours", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BackupStorageRedundancy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BackupPolicyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AnalyticalStorageSchemaType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -65373,21 +39869,8 @@ "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 } ], @@ -65398,20 +39881,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -65422,22 +39896,14 @@ { "ParameterMetadata": { "Name": "EnableAutomaticFailover", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65448,22 +39914,14 @@ { "ParameterMetadata": { "Name": "EnableMultipleWriteLocations", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65474,22 +39932,14 @@ { "ParameterMetadata": { "Name": "EnableVirtualNetwork", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65500,22 +39950,14 @@ { "ParameterMetadata": { "Name": "DisableKeyBasedMetadataWriteAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65526,20 +39968,11 @@ { "ParameterMetadata": { "Name": "DefaultConsistencyLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65550,20 +39983,12 @@ { "ParameterMetadata": { "Name": "IpRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65574,22 +39999,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessIntervalInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65600,22 +40017,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65626,20 +40035,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65650,20 +40050,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -65674,20 +40066,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -65698,20 +40082,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65722,20 +40097,11 @@ { "ParameterMetadata": { "Name": "KeyVaultKeyUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65746,22 +40112,14 @@ { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65772,20 +40130,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65796,20 +40145,11 @@ { "ParameterMetadata": { "Name": "NetworkAclBypass", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65820,20 +40160,12 @@ { "ParameterMetadata": { "Name": "NetworkAclBypassResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -65844,20 +40176,11 @@ { "ParameterMetadata": { "Name": "ServerVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65868,22 +40191,14 @@ { "ParameterMetadata": { "Name": "BackupIntervalInMinutes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65894,22 +40209,29 @@ { "ParameterMetadata": { "Name": "BackupRetentionIntervalInHours", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackupStorageRedundancy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65920,20 +40242,11 @@ { "ParameterMetadata": { "Name": "BackupPolicyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65944,20 +40257,11 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageSchemaType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -65982,21 +40286,8 @@ "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, @@ -66012,7 +40303,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -66053,57 +40343,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -66114,22 +40355,14 @@ { "ParameterMetadata": { "Name": "EnableAutomaticFailover", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66140,22 +40373,14 @@ { "ParameterMetadata": { "Name": "EnableMultipleWriteLocations", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66166,22 +40391,14 @@ { "ParameterMetadata": { "Name": "EnableVirtualNetwork", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66192,22 +40409,14 @@ { "ParameterMetadata": { "Name": "DisableKeyBasedMetadataWriteAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66218,20 +40427,11 @@ { "ParameterMetadata": { "Name": "DefaultConsistencyLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66242,20 +40442,12 @@ { "ParameterMetadata": { "Name": "IpRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66266,22 +40458,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessIntervalInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66292,22 +40476,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66318,20 +40494,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66342,20 +40509,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -66366,20 +40525,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -66390,20 +40541,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66414,20 +40556,11 @@ { "ParameterMetadata": { "Name": "KeyVaultKeyUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66438,22 +40571,14 @@ { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66464,20 +40589,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66488,20 +40604,11 @@ { "ParameterMetadata": { "Name": "NetworkAclBypass", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66512,20 +40619,12 @@ { "ParameterMetadata": { "Name": "NetworkAclBypassResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -66536,20 +40635,11 @@ { "ParameterMetadata": { "Name": "ServerVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66560,22 +40650,14 @@ { "ParameterMetadata": { "Name": "BackupIntervalInMinutes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66586,22 +40668,29 @@ { "ParameterMetadata": { "Name": "BackupRetentionIntervalInHours", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackupStorageRedundancy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66612,20 +40701,11 @@ { "ParameterMetadata": { "Name": "BackupPolicyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66636,20 +40716,11 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageSchemaType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66674,21 +40745,8 @@ "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, @@ -66704,22 +40762,14 @@ { "ParameterMetadata": { "Name": "EnableAutomaticFailover", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66730,22 +40780,14 @@ { "ParameterMetadata": { "Name": "EnableMultipleWriteLocations", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66756,22 +40798,14 @@ { "ParameterMetadata": { "Name": "EnableVirtualNetwork", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66782,22 +40816,14 @@ { "ParameterMetadata": { "Name": "DisableKeyBasedMetadataWriteAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66808,20 +40834,11 @@ { "ParameterMetadata": { "Name": "DefaultConsistencyLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66832,20 +40849,12 @@ { "ParameterMetadata": { "Name": "IpRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66856,22 +40865,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessIntervalInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66882,22 +40883,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66908,20 +40901,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -66932,20 +40916,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -66956,20 +40932,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -66980,20 +40948,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67004,20 +40963,11 @@ { "ParameterMetadata": { "Name": "KeyVaultKeyUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67028,22 +40978,14 @@ { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67054,20 +40996,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67078,20 +41011,11 @@ { "ParameterMetadata": { "Name": "NetworkAclBypass", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67102,20 +41026,12 @@ { "ParameterMetadata": { "Name": "NetworkAclBypassResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -67126,20 +41042,11 @@ { "ParameterMetadata": { "Name": "ServerVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67150,22 +41057,14 @@ { "ParameterMetadata": { "Name": "BackupIntervalInMinutes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67176,22 +41075,29 @@ { "ParameterMetadata": { "Name": "BackupRetentionIntervalInHours", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackupStorageRedundancy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67202,20 +41108,11 @@ { "ParameterMetadata": { "Name": "BackupPolicyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67226,20 +41123,11 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageSchemaType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67264,21 +41152,8 @@ "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, @@ -67294,20 +41169,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -67318,20 +41184,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -67342,22 +41199,14 @@ { "ParameterMetadata": { "Name": "EnableAutomaticFailover", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67368,22 +41217,14 @@ { "ParameterMetadata": { "Name": "EnableMultipleWriteLocations", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67394,22 +41235,14 @@ { "ParameterMetadata": { "Name": "EnableVirtualNetwork", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67420,22 +41253,14 @@ { "ParameterMetadata": { "Name": "DisableKeyBasedMetadataWriteAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67446,20 +41271,11 @@ { "ParameterMetadata": { "Name": "DefaultConsistencyLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67470,20 +41286,12 @@ { "ParameterMetadata": { "Name": "IpRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67494,22 +41302,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessIntervalInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67520,22 +41320,14 @@ { "ParameterMetadata": { "Name": "MaxStalenessPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67546,20 +41338,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67570,20 +41353,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRule", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -67594,20 +41369,12 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -67618,20 +41385,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67642,20 +41400,11 @@ { "ParameterMetadata": { "Name": "KeyVaultKeyUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67666,22 +41415,14 @@ { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67692,20 +41433,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67716,20 +41448,11 @@ { "ParameterMetadata": { "Name": "NetworkAclBypass", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67740,20 +41463,12 @@ { "ParameterMetadata": { "Name": "NetworkAclBypassResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -67764,20 +41479,11 @@ { "ParameterMetadata": { "Name": "ServerVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67788,22 +41494,14 @@ { "ParameterMetadata": { "Name": "BackupIntervalInMinutes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67814,22 +41512,29 @@ { "ParameterMetadata": { "Name": "BackupRetentionIntervalInHours", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackupStorageRedundancy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67840,20 +41545,11 @@ { "ParameterMetadata": { "Name": "BackupPolicyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67864,20 +41560,11 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageSchemaType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -67902,21 +41589,8 @@ "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, @@ -67926,8 +41600,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -67981,17 +41654,13 @@ "KeyVaultKeyUri": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -68006,15 +41675,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -68023,8 +41689,7 @@ "Name": "databaseAccountGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -68036,79 +41701,43 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "FailoverPolicy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -68149,75 +41778,17 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -68236,21 +41807,8 @@ "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 } ], @@ -68261,20 +41819,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -68285,20 +41834,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -68309,20 +41849,12 @@ { "ParameterMetadata": { "Name": "FailoverPolicy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -68333,20 +41865,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -68371,21 +41894,8 @@ "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, @@ -68401,20 +41911,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -68425,20 +41926,12 @@ { "ParameterMetadata": { "Name": "FailoverPolicy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -68449,20 +41942,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -68487,21 +41971,8 @@ "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, @@ -68517,20 +41988,12 @@ { "ParameterMetadata": { "Name": "FailoverPolicy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -68541,20 +42004,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -68579,21 +42033,8 @@ "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, @@ -68609,7 +42050,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -68650,57 +42090,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -68711,20 +42102,12 @@ { "ParameterMetadata": { "Name": "FailoverPolicy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -68735,20 +42118,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -68773,21 +42147,8 @@ "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, @@ -68797,8 +42158,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -68852,17 +42212,13 @@ "KeyVaultKeyUri": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -68877,15 +42233,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -68894,8 +42247,7 @@ "Name": "databaseAccountGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -68907,97 +42259,53 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { "Name": "LocationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -69038,75 +42346,17 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -69125,21 +42375,8 @@ "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 } ], @@ -69150,20 +42387,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -69174,20 +42402,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -69198,20 +42417,12 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69222,20 +42433,12 @@ { "ParameterMetadata": { "Name": "LocationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69246,20 +42449,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69284,21 +42478,8 @@ "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, @@ -69314,20 +42495,12 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69338,20 +42511,12 @@ { "ParameterMetadata": { "Name": "LocationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69362,20 +42527,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69400,21 +42556,8 @@ "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, @@ -69430,20 +42573,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -69454,20 +42588,12 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69478,20 +42604,12 @@ { "ParameterMetadata": { "Name": "LocationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69502,20 +42620,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69540,21 +42649,8 @@ "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, @@ -69570,7 +42666,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -69611,57 +42706,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -69672,20 +42718,12 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69696,20 +42734,12 @@ { "ParameterMetadata": { "Name": "LocationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69720,20 +42750,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -69758,21 +42779,8 @@ "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, @@ -69782,8 +42790,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -69807,17 +42814,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -69832,15 +42835,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -69849,8 +42849,7 @@ "Name": "cassandraKeyspaceGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -69873,12 +42872,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -69897,17 +42893,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -69922,7 +42915,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -69934,8 +42926,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -69948,8 +42939,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -69961,101 +42951,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -70096,62 +43042,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -70162,57 +43058,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -70231,21 +43078,8 @@ "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 } ], @@ -70256,20 +43090,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -70280,20 +43105,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -70304,20 +43120,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -70328,22 +43135,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -70354,22 +43153,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -70394,21 +43185,8 @@ "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, @@ -70424,20 +43202,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -70448,22 +43217,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -70474,22 +43235,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -70514,21 +43267,8 @@ "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, @@ -70544,7 +43284,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -70585,57 +43324,112 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Throughput", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AutoscaleMaxThroughput", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Id": "System.String", + "Location": "System.String" + } + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -70646,20 +43440,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -70670,214 +43455,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoscaleMaxThroughput", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "ByObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Throughput", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -70888,22 +43473,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -70928,21 +43505,8 @@ "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, @@ -70952,8 +43516,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -70978,17 +43541,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -71003,15 +43562,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -71020,8 +43576,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -71033,25 +43588,15 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -71092,62 +43637,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -71158,133 +43653,50 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -71303,21 +43715,8 @@ "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 } ], @@ -71328,20 +43727,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -71352,22 +43742,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -71378,22 +43760,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -71418,21 +43792,8 @@ "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, @@ -71448,7 +43809,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -71489,57 +43849,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -71550,20 +43861,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -71574,22 +43876,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -71600,22 +43894,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -71640,21 +43926,8 @@ "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, @@ -71670,7 +43943,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -71681,57 +43953,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -71742,20 +43965,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -71766,22 +43980,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -71792,22 +43998,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -71832,21 +44030,8 @@ "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, @@ -71862,20 +44047,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -71886,20 +44062,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -71910,20 +44077,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -71934,22 +44092,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -71960,22 +44110,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -72000,21 +44142,8 @@ "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, @@ -72024,8 +44153,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -72049,17 +44177,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -72074,15 +44198,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -72091,8 +44212,7 @@ "Name": "cassandraTableGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -72115,12 +44235,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -72139,17 +44256,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -72164,7 +44278,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -72176,8 +44289,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -72190,8 +44302,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -72203,159 +44314,90 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Schema", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", @@ -72364,72 +44406,12 @@ "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSCassandraSchema", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraSchema", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -72440,62 +44422,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", @@ -72506,57 +44438,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraTableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -72575,21 +44458,8 @@ "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 } ], @@ -72600,20 +44470,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -72624,20 +44485,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -72648,20 +44500,11 @@ { "ParameterMetadata": { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -72672,20 +44515,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -72696,22 +44530,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -72722,22 +44548,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -72748,22 +44566,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -72774,22 +44584,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -72800,7 +44602,6 @@ { "ParameterMetadata": { "Name": "Schema", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", @@ -72809,67 +44610,8 @@ "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSCassandraSchema", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraSchema", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -72894,21 +44636,8 @@ "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, @@ -72924,20 +44653,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -72948,22 +44668,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -72974,22 +44686,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73000,22 +44704,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73026,22 +44722,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73052,7 +44740,6 @@ { "ParameterMetadata": { "Name": "Schema", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", @@ -73061,67 +44748,8 @@ "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSCassandraSchema", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraSchema", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73146,21 +44774,8 @@ "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, @@ -73176,7 +44791,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -73187,57 +44801,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -73248,20 +44813,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -73272,22 +44828,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73298,22 +44846,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73324,22 +44864,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73350,22 +44882,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73376,7 +44900,6 @@ { "ParameterMetadata": { "Name": "Schema", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", @@ -73385,67 +44908,8 @@ "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSCassandraSchema", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraSchema", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73470,21 +44934,8 @@ "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, @@ -73500,7 +44951,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", @@ -73511,57 +44961,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraTableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -73572,20 +44973,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -73596,22 +44988,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73622,22 +45006,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73648,22 +45024,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73674,22 +45042,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73700,7 +45060,6 @@ { "ParameterMetadata": { "Name": "Schema", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", @@ -73709,67 +45068,8 @@ "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSCassandraSchema", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraSchema", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -73794,21 +45094,8 @@ "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, @@ -73818,8 +45105,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -73844,17 +45130,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -73869,15 +45151,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -73886,8 +45165,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -73899,43 +45177,24 @@ "Parameters": [ { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -73946,62 +45205,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", @@ -74012,133 +45221,50 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraTableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -74157,21 +45283,8 @@ "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 } ], @@ -74182,20 +45295,11 @@ { "ParameterMetadata": { "Name": "KeyspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -74206,20 +45310,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -74230,20 +45325,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -74254,20 +45340,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -74278,22 +45355,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -74304,22 +45373,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -74344,21 +45405,8 @@ "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, @@ -74374,20 +45422,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -74398,22 +45437,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -74424,22 +45455,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -74464,21 +45487,8 @@ "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, @@ -74494,7 +45504,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults", @@ -74505,57 +45514,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraKeyspaceGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -74566,20 +45526,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -74590,22 +45541,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -74616,22 +45559,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -74656,21 +45591,8 @@ "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, @@ -74686,7 +45608,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", @@ -74697,57 +45618,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cassandraTableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -74758,20 +45630,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -74782,22 +45645,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -74808,22 +45663,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -74848,21 +45695,8 @@ "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, @@ -74872,8 +45706,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -74897,17 +45730,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -74922,15 +45751,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -74939,8 +45765,7 @@ "Name": "gremlinDatabaseGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -74963,12 +45788,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -74987,17 +45809,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -75012,7 +45831,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -75024,8 +45842,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -75038,8 +45855,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -75051,101 +45867,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -75186,62 +45958,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -75252,57 +45974,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -75321,21 +45994,8 @@ "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 } ], @@ -75346,20 +46006,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -75370,20 +46021,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -75394,20 +46036,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -75418,22 +46051,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -75444,22 +46069,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -75484,21 +46101,8 @@ "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, @@ -75514,20 +46118,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -75538,22 +46133,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -75564,22 +46151,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -75604,21 +46183,8 @@ "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, @@ -75634,7 +46200,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -75675,57 +46240,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -75736,20 +46252,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -75760,22 +46267,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -75786,22 +46285,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -75826,21 +46317,8 @@ "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, @@ -75856,7 +46334,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -75867,57 +46344,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -75928,20 +46356,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -75952,22 +46371,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -75978,22 +46389,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -76018,21 +46421,8 @@ "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, @@ -76042,8 +46432,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -76068,17 +46457,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -76093,15 +46478,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -76110,8 +46492,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -76123,25 +46504,15 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -76182,62 +46553,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -76248,133 +46569,50 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -76393,21 +46631,8 @@ "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 } ], @@ -76418,20 +46643,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -76442,22 +46658,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -76468,22 +46676,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -76508,21 +46708,8 @@ "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, @@ -76538,7 +46725,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -76579,57 +46765,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -76640,20 +46777,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -76664,22 +46792,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -76690,22 +46810,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -76730,21 +46842,8 @@ "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, @@ -76760,7 +46859,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -76771,57 +46869,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -76832,20 +46881,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -76856,22 +46896,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -76882,22 +46914,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -76922,21 +46946,8 @@ "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, @@ -76952,20 +46963,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -76976,20 +46978,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -77000,20 +46993,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -77024,22 +47008,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -77050,22 +47026,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -77090,21 +47058,8 @@ "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, @@ -77114,8 +47069,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -77139,17 +47093,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -77164,15 +47114,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -77181,8 +47128,7 @@ "Name": "gremlinGraphGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -77205,12 +47151,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -77229,17 +47172,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -77254,7 +47194,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -77266,8 +47205,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -77280,8 +47218,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -77293,79 +47230,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy", @@ -77377,314 +47277,118 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSIndexingPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSUniqueKeyPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", @@ -77693,72 +47397,12 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSConflictResolutionPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -77769,62 +47413,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", @@ -77835,57 +47429,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinGraphGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -77904,21 +47449,8 @@ "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 } ], @@ -77929,20 +47461,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -77953,20 +47476,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -77977,20 +47491,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -78001,20 +47506,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -78025,7 +47521,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy", @@ -78037,67 +47532,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSIndexingPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -78108,555 +47544,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PartitionKeyKind", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PartitionKeyPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Throughput", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoscaleMaxThroughput", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "TtlInSeconds", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "UniqueKeyPolicy", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSUniqueKeyPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConflictResolutionPolicyMode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConflictResolutionPolicyPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConflictResolutionPolicy", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Mode": "System.String", - "ConflictResolutionPath": "System.String", - "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSConflictResolutionPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IndexingPolicy", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]", - "IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]", - "SpatialIndexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec]", - "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", - "Automatic": "System.Nullable`1[System.Boolean]", - "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSIndexingPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PartitionKeyVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -78667,20 +47562,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -78691,20 +47577,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -78715,22 +47593,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -78741,22 +47611,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -78767,22 +47629,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -78793,74 +47647,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSUniqueKeyPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -78871,20 +47665,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -78895,20 +47680,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -78919,20 +47695,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -78943,7 +47710,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", @@ -78952,67 +47718,263 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSConflictResolutionPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IndexingPolicy", + "Type": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]", + "IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]", + "SpatialIndexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec]", + "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", + "Automatic": "System.Nullable`1[System.Boolean]", + "IndexingMode": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionKeyVersion", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionKeyKind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionKeyPath", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Throughput", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AutoscaleMaxThroughput", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TtlInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UniqueKeyPolicy", + "Type": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConflictResolutionPolicyMode", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConflictResolutionPolicyPath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConflictResolutionPolicyProcedure", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConflictResolutionPolicy", + "Type": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Mode": "System.String", + "ConflictResolutionPath": "System.String", + "ConflictResolutionProcedure": "System.String" + } + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79037,21 +47999,8 @@ "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, @@ -79067,7 +48016,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -79078,57 +48026,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -79139,20 +48038,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -79163,7 +48053,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy", @@ -79175,67 +48064,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSIndexingPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79246,22 +48076,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79272,20 +48094,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -79296,20 +48109,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -79320,22 +48125,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79346,22 +48143,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79372,22 +48161,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79398,74 +48179,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSUniqueKeyPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79476,20 +48197,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -79500,20 +48212,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -79524,20 +48227,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -79548,7 +48242,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", @@ -79557,67 +48250,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSConflictResolutionPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79642,21 +48276,8 @@ "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, @@ -79672,7 +48293,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", @@ -79683,57 +48303,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinGraphGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -79744,20 +48315,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -79768,7 +48330,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy", @@ -79780,67 +48341,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSIndexingPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79851,22 +48353,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79877,20 +48371,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -79901,20 +48386,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -79925,22 +48402,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79951,22 +48420,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -79977,22 +48438,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -80003,74 +48456,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSUniqueKeyPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -80081,20 +48474,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -80105,20 +48489,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -80129,20 +48504,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -80153,7 +48519,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", @@ -80162,67 +48527,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToSDKModel", - "Parameters": [ - { - "Name": "pSConflictResolutionPolicy", - "Type": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy" - } - ], - "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -80247,21 +48553,8 @@ "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, @@ -80271,8 +48564,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -80297,17 +48589,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -80322,15 +48610,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -80339,8 +48624,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -80352,43 +48636,24 @@ "Parameters": [ { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -80399,62 +48664,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", @@ -80465,133 +48680,50 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinGraphGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -80610,21 +48742,8 @@ "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 } ], @@ -80635,20 +48754,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -80659,20 +48769,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -80683,20 +48784,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -80707,20 +48799,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -80731,22 +48814,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -80757,22 +48832,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -80797,21 +48864,8 @@ "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, @@ -80827,20 +48881,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -80851,22 +48896,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -80877,22 +48914,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -80917,21 +48946,8 @@ "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, @@ -80947,7 +48963,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", @@ -80958,57 +48973,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -81019,20 +48985,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -81043,22 +49000,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -81069,22 +49018,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -81109,21 +49050,8 @@ "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, @@ -81139,7 +49067,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", @@ -81150,57 +49077,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "gremlinGraphGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -81211,20 +49089,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -81235,22 +49104,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -81261,22 +49122,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -81301,21 +49154,8 @@ "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, @@ -81325,8 +49165,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -81350,17 +49189,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -81375,15 +49210,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -81392,8 +49224,7 @@ "Name": "mongoDBCollectionGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -81416,12 +49247,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -81440,17 +49268,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -81465,7 +49290,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -81477,8 +49301,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -81491,8 +49314,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -81504,175 +49326,97 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Shard", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -81683,62 +49427,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", @@ -81749,57 +49443,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBCollectionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -81818,21 +49463,8 @@ "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 } ], @@ -81843,20 +49475,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -81867,20 +49490,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -81891,20 +49505,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -81915,20 +49520,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -81939,22 +49535,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -81965,22 +49553,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -81991,20 +49571,11 @@ { "ParameterMetadata": { "Name": "Shard", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82015,22 +49586,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82041,20 +49604,12 @@ { "ParameterMetadata": { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82079,21 +49634,8 @@ "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, @@ -82109,20 +49651,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82133,22 +49666,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82159,22 +49684,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82185,20 +49702,11 @@ { "ParameterMetadata": { "Name": "Shard", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82209,22 +49717,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82235,20 +49735,12 @@ { "ParameterMetadata": { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82273,21 +49765,8 @@ "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, @@ -82303,7 +49782,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -82314,57 +49792,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -82375,20 +49804,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82399,22 +49819,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82425,22 +49837,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82451,20 +49855,11 @@ { "ParameterMetadata": { "Name": "Shard", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82475,22 +49870,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82501,20 +49888,12 @@ { "ParameterMetadata": { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82539,21 +49918,8 @@ "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, @@ -82569,7 +49935,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", @@ -82580,57 +49945,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBCollectionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -82641,20 +49957,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82665,22 +49972,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82691,22 +49990,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82717,20 +50008,11 @@ { "ParameterMetadata": { "Name": "Shard", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82741,22 +50023,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82767,20 +50041,12 @@ { "ParameterMetadata": { "Name": "Index", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -82805,21 +50071,8 @@ "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, @@ -82829,8 +50082,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -82855,17 +50107,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -82880,15 +50128,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -82897,8 +50142,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -82910,43 +50154,24 @@ "Parameters": [ { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -82957,62 +50182,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", @@ -83023,133 +50198,50 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBCollectionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -83168,21 +50260,8 @@ "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 } ], @@ -83193,20 +50272,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -83217,20 +50287,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -83241,20 +50302,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -83265,20 +50317,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -83289,22 +50332,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83315,22 +50350,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83355,21 +50382,8 @@ "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, @@ -83385,20 +50399,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -83409,22 +50414,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83435,22 +50432,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83475,21 +50464,8 @@ "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, @@ -83505,7 +50481,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -83516,57 +50491,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -83577,20 +50503,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -83601,22 +50518,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83627,22 +50536,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83667,21 +50568,8 @@ "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, @@ -83697,7 +50585,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults", @@ -83708,57 +50595,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBCollectionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -83769,20 +50607,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -83793,22 +50622,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83819,22 +50640,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83859,21 +50672,8 @@ "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, @@ -83883,8 +50683,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -83908,17 +50707,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -83933,15 +50728,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -83950,8 +50742,7 @@ "Name": "mongoDBDatabaseGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -83974,12 +50765,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -83998,17 +50786,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -84023,7 +50808,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -84035,8 +50819,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -84049,8 +50832,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -84062,101 +50844,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -84197,62 +50935,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -84263,57 +50951,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -84332,21 +50971,8 @@ "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 } ], @@ -84357,20 +50983,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -84381,20 +50998,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -84405,20 +51013,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -84429,22 +51028,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -84455,22 +51046,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -84495,21 +51078,8 @@ "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, @@ -84525,20 +51095,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -84549,22 +51110,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -84575,22 +51128,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -84615,21 +51160,8 @@ "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, @@ -84645,7 +51177,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -84686,57 +51217,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -84747,20 +51229,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -84771,22 +51244,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -84797,22 +51262,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -84837,21 +51294,8 @@ "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, @@ -84867,7 +51311,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -84878,57 +51321,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -84939,20 +51333,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -84963,22 +51348,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -84989,22 +51366,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -85029,21 +51398,8 @@ "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, @@ -85053,8 +51409,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -85079,17 +51434,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -85104,15 +51455,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -85121,8 +51469,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -85134,25 +51481,15 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -85193,62 +51530,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -85259,133 +51546,50 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -85404,21 +51608,8 @@ "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 } ], @@ -85429,20 +51620,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -85453,22 +51635,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -85479,22 +51653,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -85519,21 +51685,8 @@ "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, @@ -85549,7 +51702,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -85590,57 +51742,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -85651,20 +51754,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -85675,22 +51769,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -85701,22 +51787,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -85741,21 +51819,8 @@ "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, @@ -85771,7 +51836,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults", @@ -85782,57 +51846,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "mongoDBDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -85843,20 +51858,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -85867,22 +51873,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -85893,22 +51891,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -85933,21 +51923,8 @@ "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, @@ -85963,20 +51940,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -85987,20 +51955,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -86011,20 +51970,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -86035,22 +51985,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -86061,22 +52003,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -86101,21 +52035,8 @@ "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, @@ -86125,8 +52046,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -86150,17 +52070,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -86175,15 +52091,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -86192,8 +52105,7 @@ "Name": "sqlDatabaseGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -86216,12 +52128,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -86240,17 +52149,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -86265,7 +52171,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -86277,8 +52182,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -86291,8 +52195,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -86304,79 +52207,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", @@ -86388,294 +52254,118 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", @@ -86684,62 +52374,12 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -86750,82 +52390,24 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -86836,57 +52418,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -86905,21 +52438,8 @@ "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 } ], @@ -86930,20 +52450,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -86954,20 +52465,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -86978,20 +52480,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -87002,20 +52495,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -87026,7 +52510,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", @@ -87038,57 +52521,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87099,22 +52533,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87125,20 +52551,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87149,20 +52566,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -87173,22 +52582,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87199,22 +52600,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87225,22 +52618,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87251,64 +52636,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87319,20 +52654,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -87343,20 +52669,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -87367,20 +52684,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -87391,7 +52699,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", @@ -87400,57 +52707,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87461,22 +52719,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87501,21 +52751,8 @@ "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, @@ -87531,20 +52768,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -87555,7 +52783,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", @@ -87567,57 +52794,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87628,22 +52806,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87654,20 +52824,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87678,20 +52839,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -87702,22 +52855,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87728,22 +52873,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87754,22 +52891,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87780,64 +52909,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87848,20 +52927,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -87872,20 +52942,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -87896,20 +52957,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -87920,7 +52972,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", @@ -87929,57 +52980,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87990,22 +52992,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88030,21 +53024,8 @@ "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, @@ -88060,7 +53041,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -88071,57 +53051,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -88132,20 +53063,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -88156,7 +53078,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", @@ -88168,57 +53089,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88229,22 +53101,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88255,20 +53119,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88279,20 +53134,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -88303,22 +53150,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88329,22 +53168,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88355,22 +53186,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88381,64 +53204,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88449,20 +53222,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -88473,20 +53237,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -88497,20 +53252,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -88521,7 +53267,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", @@ -88530,57 +53275,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88591,22 +53287,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88631,21 +53319,8 @@ "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, @@ -88661,7 +53336,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -88672,57 +53346,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -88733,20 +53358,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -88757,7 +53373,6 @@ { "ParameterMetadata": { "Name": "IndexingPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", @@ -88769,57 +53384,8 @@ "CompositeIndexes": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "indexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88830,22 +53396,14 @@ { "ParameterMetadata": { "Name": "PartitionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88856,20 +53414,11 @@ { "ParameterMetadata": { "Name": "PartitionKeyKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88880,20 +53429,12 @@ { "ParameterMetadata": { "Name": "PartitionKeyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -88904,22 +53445,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88930,22 +53463,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88956,22 +53481,14 @@ { "ParameterMetadata": { "Name": "TtlInSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88982,64 +53499,14 @@ { "ParameterMetadata": { "Name": "UniqueKeyPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "uniqueKey", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -89050,20 +53517,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -89074,20 +53532,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -89098,20 +53547,11 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicyProcedure", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -89122,7 +53562,6 @@ { "ParameterMetadata": { "Name": "ConflictResolutionPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy", @@ -89131,57 +53570,8 @@ "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "conflictResolutionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -89192,22 +53582,14 @@ { "ParameterMetadata": { "Name": "AnalyticalStorageTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -89232,21 +53614,8 @@ "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, @@ -89256,8 +53625,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -89282,17 +53650,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -89307,15 +53671,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -89324,8 +53685,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -89337,43 +53697,24 @@ "Parameters": [ { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -89384,62 +53725,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -89450,133 +53741,50 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -89595,21 +53803,8 @@ "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 } ], @@ -89620,20 +53815,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -89644,20 +53830,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -89668,20 +53845,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -89692,20 +53860,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -89716,22 +53875,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -89742,22 +53893,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -89782,21 +53925,8 @@ "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, @@ -89812,20 +53942,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -89836,22 +53957,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -89862,22 +53975,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -89902,21 +54007,8 @@ "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, @@ -89932,7 +54024,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -89943,57 +54034,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -90004,20 +54046,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -90028,22 +54061,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -90054,22 +54079,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -90094,21 +54111,8 @@ "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, @@ -90124,7 +54128,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -90135,57 +54138,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -90196,20 +54150,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -90220,22 +54165,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -90246,22 +54183,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -90286,21 +54215,8 @@ "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, @@ -90310,8 +54226,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -90335,17 +54250,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -90360,15 +54271,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -90377,8 +54285,7 @@ "Name": "sqlDatabaseGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -90401,12 +54308,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -90425,17 +54329,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -90450,7 +54351,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -90462,8 +54362,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -90476,8 +54375,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -90489,101 +54387,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -90624,62 +54478,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -90690,57 +54494,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -90759,21 +54514,8 @@ "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 } ], @@ -90784,20 +54526,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -90808,20 +54541,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -90832,20 +54556,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -90856,22 +54571,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -90882,22 +54589,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -90922,21 +54621,8 @@ "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, @@ -90952,20 +54638,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -90976,22 +54653,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -91002,22 +54671,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -91042,21 +54703,8 @@ "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, @@ -91072,7 +54720,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -91113,57 +54760,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -91174,20 +54772,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -91198,22 +54787,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -91224,22 +54805,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -91264,21 +54837,8 @@ "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, @@ -91294,7 +54854,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -91305,57 +54864,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -91366,20 +54876,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -91390,22 +54891,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -91416,22 +54909,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -91456,21 +54941,8 @@ "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, @@ -91480,8 +54952,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -91506,17 +54977,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -91531,15 +54998,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -91548,8 +55012,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -91561,25 +55024,15 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -91620,62 +55073,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -91686,133 +55089,50 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -91831,21 +55151,8 @@ "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 } ], @@ -91856,20 +55163,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -91880,22 +55178,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -91906,22 +55196,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -91946,21 +55228,8 @@ "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, @@ -91976,7 +55245,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -92017,57 +55285,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -92078,20 +55297,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -92102,22 +55312,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -92128,22 +55330,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -92168,21 +55362,8 @@ "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, @@ -92198,7 +55379,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", @@ -92209,57 +55389,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabaseGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -92270,20 +55401,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -92294,22 +55416,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -92320,22 +55434,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -92360,21 +55466,8 @@ "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, @@ -92390,20 +55483,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -92414,20 +55498,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -92438,20 +55513,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -92462,22 +55528,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -92488,22 +55546,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -92528,21 +55578,8 @@ "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, @@ -92552,8 +55589,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -92577,17 +55613,13 @@ "RoleName": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -92602,15 +55634,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -92619,8 +55648,7 @@ "Name": "sqlRoleDefinitionGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -92643,12 +55671,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -92667,17 +55692,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -92692,7 +55714,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -92704,8 +55725,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -92718,8 +55738,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -92731,133 +55750,69 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "RoleDefinitionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RoleDefinitionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Scope", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PrincipalId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", @@ -92868,62 +55823,12 @@ "Id": "System.String", "RoleName": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleDefinitionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults", @@ -92933,57 +55838,8 @@ "Scope": "System.String", "RoleDefinitionId": "System.String", "PrincipalId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleAssignmentGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -93002,21 +55858,8 @@ "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 } ], @@ -93027,20 +55870,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -93051,20 +55885,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -93075,20 +55900,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -93099,20 +55915,11 @@ { "ParameterMetadata": { "Name": "RoleDefinitionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -93123,20 +55930,11 @@ { "ParameterMetadata": { "Name": "RoleDefinitionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -93147,20 +55945,11 @@ { "ParameterMetadata": { "Name": "Scope", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -93171,20 +55960,11 @@ { "ParameterMetadata": { "Name": "PrincipalId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -93209,21 +55989,8 @@ "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, @@ -93239,20 +56006,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -93263,20 +56021,11 @@ { "ParameterMetadata": { "Name": "Scope", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -93287,20 +56036,11 @@ { "ParameterMetadata": { "Name": "PrincipalId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -93311,7 +56051,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", @@ -93322,57 +56061,8 @@ "Id": "System.String", "RoleName": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleDefinitionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -93397,21 +56087,8 @@ "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, @@ -93427,7 +56104,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults", @@ -93437,57 +56113,8 @@ "Scope": "System.String", "RoleDefinitionId": "System.String", "PrincipalId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleAssignmentGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -93512,21 +56139,8 @@ "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, @@ -93556,21 +56170,8 @@ "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, @@ -93580,8 +56181,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -93605,17 +56205,13 @@ "RoleName": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -93630,15 +56226,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -93647,8 +56240,7 @@ "Name": "sqlRoleDefinitionGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -93671,12 +56263,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -93695,17 +56284,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -93720,7 +56306,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -93732,8 +56317,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -93746,8 +56330,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -93759,157 +56342,87 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "RoleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DataAction", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Permission", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AssignableScope", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -93950,62 +56463,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", @@ -94016,57 +56479,8 @@ "Id": "System.String", "RoleName": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleDefinitionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -94085,21 +56499,8 @@ "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 } ], @@ -94110,20 +56511,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -94134,20 +56526,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -94158,20 +56541,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -94182,20 +56556,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -94206,20 +56571,11 @@ { "ParameterMetadata": { "Name": "RoleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -94230,22 +56586,14 @@ { "ParameterMetadata": { "Name": "DataAction", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -94256,22 +56604,14 @@ { "ParameterMetadata": { "Name": "Permission", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -94282,22 +56622,14 @@ { "ParameterMetadata": { "Name": "AssignableScope", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -94322,21 +56654,8 @@ "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, @@ -94352,20 +56671,11 @@ { "ParameterMetadata": { "Name": "Id", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -94376,20 +56686,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -94400,20 +56701,11 @@ { "ParameterMetadata": { "Name": "RoleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -94424,22 +56716,14 @@ { "ParameterMetadata": { "Name": "DataAction", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -94450,22 +56734,14 @@ { "ParameterMetadata": { "Name": "Permission", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -94476,22 +56752,14 @@ { "ParameterMetadata": { "Name": "AssignableScope", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -94502,7 +56770,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -94543,57 +56810,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -94618,21 +56836,8 @@ "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, @@ -94648,7 +56853,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", @@ -94659,57 +56863,8 @@ "Id": "System.String", "RoleName": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlRoleDefinitionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -94734,21 +56889,8 @@ "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, @@ -94778,21 +56920,8 @@ "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, @@ -94802,8 +56931,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -94827,291 +56955,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlStoredProcedureGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", - "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Data": "System.Collections.IDictionary", - "InnerException": "System.Exception", - "HResult": "System.Int32", - "TargetSite": "System.Reflection.MethodBase", - "StackTrace": "System.String", - "Message": "System.String", - "HelpLink": "System.String", - "Source": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetBaseException", - "Parameters": [], - "ReturnType": "System.Exception" - }, - { - "Name": "GetObjectData", - "Parameters": [ - { - "Name": "info", - "Type": "System.Runtime.Serialization.SerializationInfo" - }, - { - "Name": "context", - "Type": "System.Runtime.Serialization.StreamingContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "innerException", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DatabaseName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ContainerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Body", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ParentObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -95126,60 +56976,74 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", "Parameters": [ { - "Name": "sqlContainerGetResults", + "Name": "sqlStoredProcedureGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ParameterSets": [ + "__AllParameterSets" + ] }, { - "Name": "InputObject", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", + "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String" + "Data": "System.Collections.IDictionary", + "InnerException": "System.Exception", + "HResult": "System.Int32", + "TargetSite": "System.Reflection.MethodBase", + "StackTrace": "System.String", + "Message": "System.String", + "HelpLink": "System.String", + "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" + "Name": "GetBaseException", + "ReturnType": "System.Exception" + }, + { + "Name": "GetObjectData", + "Parameters": [ + { + "Name": "info", + "Type": "System.Runtime.Serialization.SerializationInfo" + }, + { + "Name": "context", + "Type": "System.Runtime.Serialization.StreamingContext" + } + ], + "ReturnType": "System.Void" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -95192,31 +57056,124 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { "Name": "", - "Parameters": [], - "ReturnType": null + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] }, { "Name": "", "Parameters": [ { - "Name": "sqlStoredProcedureGetResults", + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Body", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Id": "System.String", + "Location": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Id": "System.String", + "Location": "System.String" + } + }, "ValidateNotNullOrEmpty": false }, { @@ -95235,21 +57192,8 @@ "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 } ], @@ -95260,20 +57204,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -95284,20 +57219,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -95308,20 +57234,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -95332,20 +57249,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -95356,20 +57264,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -95380,20 +57279,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -95418,21 +57308,8 @@ "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, @@ -95448,20 +57325,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -95472,20 +57340,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -95510,21 +57369,8 @@ "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, @@ -95540,7 +57386,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -95551,57 +57396,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -95612,20 +57408,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -95636,20 +57423,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -95674,21 +57452,8 @@ "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, @@ -95704,7 +57469,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults", @@ -95715,57 +57479,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlStoredProcedureGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -95776,20 +57491,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -95800,20 +57506,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -95838,21 +57535,8 @@ "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, @@ -95862,8 +57546,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -95887,17 +57570,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -95912,15 +57591,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -95929,8 +57605,7 @@ "Name": "sqlTriggerGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -95953,12 +57628,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -95977,17 +57649,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -96002,7 +57671,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -96014,8 +57682,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -96028,8 +57695,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -96041,151 +57707,78 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "TriggerOperation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "TriggerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -96196,62 +57789,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", @@ -96262,57 +57805,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlTriggerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -96331,21 +57825,8 @@ "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 } ], @@ -96356,20 +57837,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -96380,20 +57852,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -96404,20 +57867,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -96428,20 +57882,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -96452,20 +57897,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -96476,20 +57912,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -96500,20 +57927,11 @@ { "ParameterMetadata": { "Name": "TriggerOperation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -96524,20 +57942,11 @@ { "ParameterMetadata": { "Name": "TriggerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -96562,21 +57971,8 @@ "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, @@ -96592,20 +57988,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -96616,20 +58003,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -96640,20 +58018,11 @@ { "ParameterMetadata": { "Name": "TriggerOperation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -96664,20 +58033,11 @@ { "ParameterMetadata": { "Name": "TriggerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -96702,21 +58062,8 @@ "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, @@ -96732,7 +58079,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -96743,57 +58089,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -96804,20 +58101,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -96828,20 +58116,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -96852,20 +58131,11 @@ { "ParameterMetadata": { "Name": "TriggerOperation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -96876,20 +58146,11 @@ { "ParameterMetadata": { "Name": "TriggerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -96914,21 +58175,8 @@ "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, @@ -96944,7 +58192,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", @@ -96955,57 +58202,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlTriggerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -97016,20 +58214,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -97040,20 +58229,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -97064,20 +58244,11 @@ { "ParameterMetadata": { "Name": "TriggerOperation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -97088,20 +58259,11 @@ { "ParameterMetadata": { "Name": "TriggerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -97126,21 +58288,8 @@ "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, @@ -97150,8 +58299,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -97175,17 +58323,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -97200,15 +58344,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -97217,8 +58358,7 @@ "Name": "sqlUserDefinedFunctionGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -97241,12 +58381,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -97265,17 +58402,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -97290,7 +58424,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -97302,8 +58435,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -97316,8 +58448,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -97329,115 +58460,60 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -97448,62 +58524,12 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", @@ -97514,57 +58540,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlUserDefinedFunctionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -97583,21 +58560,8 @@ "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 } ], @@ -97608,20 +58572,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -97632,20 +58587,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -97656,20 +58602,11 @@ { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -97680,20 +58617,11 @@ { "ParameterMetadata": { "Name": "ContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -97704,20 +58632,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -97728,20 +58647,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -97766,21 +58676,8 @@ "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, @@ -97796,20 +58693,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -97820,20 +58708,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -97858,21 +58737,8 @@ "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, @@ -97888,7 +58754,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults", @@ -97899,57 +58764,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlContainerGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -97960,20 +58776,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -97984,20 +58791,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -98022,21 +58820,8 @@ "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, @@ -98052,7 +58837,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", @@ -98063,57 +58847,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sqlUserDefinedFunctionGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -98124,20 +58859,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -98148,20 +58874,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -98186,21 +58903,8 @@ "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, @@ -98210,8 +58914,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -98235,17 +58938,13 @@ "Id": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -98260,15 +58959,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -98277,8 +58973,7 @@ "Name": "tableGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -98301,12 +58996,9 @@ "HelpLink": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetBaseException", - "Parameters": [], "ReturnType": "System.Exception" }, { @@ -98325,17 +59017,14 @@ }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -98350,7 +59039,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -98362,8 +59050,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -98376,8 +59063,7 @@ "Name": "innerException", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -98389,101 +59075,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -98524,62 +59166,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults", @@ -98590,57 +59182,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "tableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -98659,21 +59202,8 @@ "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 } ], @@ -98684,20 +59214,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -98708,20 +59229,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -98732,20 +59244,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -98756,22 +59259,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -98782,22 +59277,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -98822,21 +59309,8 @@ "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, @@ -98852,20 +59326,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -98876,22 +59341,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -98902,22 +59359,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -98942,21 +59391,8 @@ "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, @@ -98972,7 +59408,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -99013,57 +59448,112 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Throughput", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AutoscaleMaxThroughput", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Id": "System.String", + "Location": "System.String" + } + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -99074,20 +59564,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -99098,214 +59579,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoscaleMaxThroughput", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "ByObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", - "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "tableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Throughput", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -99316,22 +59597,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -99356,21 +59629,8 @@ "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, @@ -99380,8 +59640,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -99406,17 +59665,13 @@ "MinimumThroughput": "System.String", "OfferReplacePending": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -99431,15 +59686,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -99448,8 +59700,7 @@ "Name": "throughputSettingsGetResults", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -99461,25 +59712,15 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -99520,62 +59761,12 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults", @@ -99586,133 +59777,50 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "tableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -99731,21 +59839,8 @@ "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 } ], @@ -99756,20 +59851,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -99780,22 +59866,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -99806,22 +59884,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -99846,21 +59916,8 @@ "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, @@ -99876,7 +59933,6 @@ { "ParameterMetadata": { "Name": "ParentObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults", @@ -99917,57 +59973,8 @@ "Name": "System.String", "KeyVaultKeyUri": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "databaseAccountGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -99978,20 +59985,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -100002,22 +60000,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -100028,22 +60018,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -100068,21 +60050,8 @@ "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, @@ -100098,7 +60067,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults", @@ -100109,57 +60077,8 @@ "Name": "System.String", "Id": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "tableGetResults", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -100170,20 +60089,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -100194,22 +60104,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -100220,22 +60122,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -100260,21 +60154,8 @@ "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, @@ -100290,20 +60171,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -100314,20 +60186,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -100338,20 +60201,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -100362,22 +60216,14 @@ { "ParameterMetadata": { "Name": "Throughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -100388,22 +60234,14 @@ { "ParameterMetadata": { "Name": "AutoscaleMaxThroughput", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -100428,21 +60266,8 @@ "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, @@ -100452,150 +60277,51 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -100604,8 +60330,6 @@ "Properties": { "SchemaType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -100619,12 +60343,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -100639,7 +60361,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -100651,29 +60372,24 @@ "Name": "config", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.AnalyticalStorageConfiguration": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.AnalyticalStorageConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.AnalyticalStorageConfiguration, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.AnalyticalStorageConfiguration, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -100688,15 +60404,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -100705,20 +60418,14 @@ "Name": "schemaType", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -100727,17 +60434,13 @@ "Properties": { "ServerVersion": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -100752,7 +60455,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -100764,8 +60466,7 @@ "Name": "apiProperties", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -100776,24 +60477,20 @@ "Properties": { "BackupIntervalInMinutes": "System.Nullable`1[System.Int32]", "BackupRetentionIntervalInHours": "System.Nullable`1[System.Int32]", - "BackupType": "System.String" + "BackupType": "System.String", + "BackupStorageRedundancy": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -100808,15 +60505,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -100825,8 +60519,7 @@ "Name": "backupPolicy", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -100834,32 +60527,24 @@ "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MigrationState": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -100874,15 +60559,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -100891,31 +60573,26 @@ "Name": "migrationState", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "TargetType": "System.String", "Status": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -100930,15 +60607,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -100955,8 +60629,7 @@ "Name": "startTime", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -100964,23 +60637,14 @@ "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -100991,22 +60655,17 @@ "RestoreTimestampInUtc": "System.DateTime", "RestoreSource": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101021,15 +60680,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101038,8 +60694,7 @@ "Name": "restoreParameters", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -101047,33 +60702,23 @@ "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore" }, "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101088,15 +60733,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101109,8 +60751,7 @@ "Name": "collections", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -101119,30 +60760,25 @@ "Name": "databaseRestoreResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CollectionNames": "System.Collections.Generic.IList`1[System.String]", "DatabaseName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101157,15 +60793,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101178,8 +60811,7 @@ "Name": "collectionNames", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -101187,35 +60819,27 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatabasesToRestore": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource]", "RestoreTimestampInUtc": "System.Nullable`1[System.DateTime]", "RestoreMode": "System.String", "RestoreSource": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101230,15 +60854,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101259,48 +60880,38 @@ "Name": "databasesToRestore", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultConsistencyLevel": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel", "MaxIntervalInSeconds": "System.Nullable`1[System.Int32]", "MaxStalenessPrefix": "System.Nullable`1[System.Int64]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101315,15 +60926,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101340,18 +60948,14 @@ "Name": "maxIntervalInSeconds", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -101385,12 +60989,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101429,92 +61031,63 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.TypeCode": { "Namespace": "System", "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Capability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Capability]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Capability" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.Capability": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.Capability", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101529,15 +61102,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101546,48 +61116,38 @@ "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverPriority": "System.Nullable`1[System.Int32]", "LocationName": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101602,15 +61162,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101627,41 +61184,32 @@ "Name": "failoverPriority", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpAddressOrRangeProperty": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101676,15 +61224,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101693,27 +61238,22 @@ "Name": "ipAddressOrRangeProperty", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Location]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Location" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.Location": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.Location", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsZoneRedundant": "System.Nullable`1[System.Boolean]", "FailoverPriority": "System.Nullable`1[System.Int32]", @@ -101722,22 +61262,17 @@ "DocumentEndpoint": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101752,15 +61287,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101789,8 +61321,7 @@ "Name": "isZoneRedundant", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -101798,30 +61329,22 @@ "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty", @@ -101831,17 +61354,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101856,15 +61375,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101897,29 +61413,24 @@ "Name": "provisioningState", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101934,15 +61445,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -101951,31 +61459,26 @@ "Name": "id", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Description": "System.String", "ActionsRequired": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -101990,15 +61493,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -102015,42 +61515,33 @@ "Name": "actionsRequired", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102065,15 +61556,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -102086,30 +61574,22 @@ "Name": "ignoreMissingVNetServiceEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -102143,12 +61623,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102187,36 +61665,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -102250,12 +61718,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102294,16 +61760,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -102316,11 +61779,7 @@ "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -102331,11 +61790,7 @@ "Id": "System.String", "Credential": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -102365,11 +61820,7 @@ "ServiceManagementUrl": "System.String", "StorageEndpointSuffix": "System.String", "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -102379,11 +61830,7 @@ "Id": "System.String", "Name": "System.String", "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -102391,11 +61838,7 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -102404,62 +61847,42 @@ "Properties": { "CacheData": "System.Byte[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Clear", - "Parameters": [], "ReturnType": "System.Void" } - ], - "Constructors": [] + ] }, "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Byte" }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -102471,17 +61894,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102496,7 +61915,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -102508,20 +61926,14 @@ "Name": "cassandraKeyspaceGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -102531,17 +61943,13 @@ "MaxThroughput": "System.Int32", "TargetMaxThroughput": "System.Nullable`1[System.Int32]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102556,15 +61964,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -102573,8 +61978,7 @@ "Name": "autoscaleSettings", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -102591,17 +61995,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102616,7 +62016,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -102628,8 +62027,7 @@ "Name": "cassandraTableGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -102642,8 +62040,6 @@ "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -102657,12 +62053,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102677,15 +62071,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -102694,8 +62085,7 @@ "Name": "cassandraSchema", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -102703,13 +62093,9 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -102718,8 +62104,6 @@ "Properties": { "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -102733,12 +62117,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102753,15 +62135,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -102770,29 +62149,24 @@ "Name": "cassandraPartitionKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102807,15 +62181,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -102824,8 +62195,7 @@ "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -102833,13 +62203,9 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -102849,8 +62215,6 @@ "Name": "System.String", "OrderBy": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -102864,12 +62228,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102884,15 +62246,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -102901,30 +62260,25 @@ "Name": "clusterKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "OrderBy": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -102939,15 +62293,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -102960,8 +62311,7 @@ "Name": "orderBy", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -102969,13 +62319,9 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -102985,8 +62331,6 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -103000,12 +62344,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103020,15 +62362,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103037,30 +62376,25 @@ "Name": "column", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.Column": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.Column", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103075,15 +62409,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103096,31 +62427,26 @@ "Name": "type", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey]", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Column]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103135,15 +62461,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103160,46 +62483,33 @@ "Name": "clusterKeys", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Column]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Column]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Column" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -103211,17 +62521,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103236,7 +62542,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -103248,8 +62553,7 @@ "Name": "gremlinDatabaseGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -103268,17 +62572,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103293,15 +62593,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103310,8 +62607,7 @@ "Name": "gremlinGraphGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -103324,8 +62620,6 @@ "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -103339,12 +62633,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103359,15 +62651,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103376,31 +62665,26 @@ "Name": "conflictResolutionPolicy", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", "ConflictResolutionProcedure": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103415,15 +62699,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103440,8 +62721,7 @@ "Name": "conflictResolutionProcedure", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -103454,17 +62734,13 @@ "Version": "System.Nullable`1[System.Int32]", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103479,15 +62755,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103496,8 +62769,7 @@ "Name": "containerPartitionKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -103513,8 +62785,6 @@ "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -103528,12 +62798,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103548,15 +62816,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103565,8 +62830,7 @@ "Name": "indexingPolicy", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -103574,13 +62838,9 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -103589,8 +62849,6 @@ "Properties": { "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -103604,12 +62862,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103624,15 +62880,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103641,29 +62894,24 @@ "Name": "excludedPath", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103678,15 +62926,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103695,8 +62940,7 @@ "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -103704,13 +62948,9 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -103720,8 +62960,6 @@ "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -103735,12 +62973,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103755,15 +62991,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103772,8 +63005,7 @@ "Name": "includedPath", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -103781,13 +63013,9 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -103798,8 +63026,6 @@ "DataType": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -103813,12 +63039,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103833,15 +63057,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103850,31 +63071,26 @@ "Name": "indexes", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.Indexes": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.Indexes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Precision": "System.Nullable`1[System.Int32]", "DataType": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103889,15 +63105,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103914,30 +63127,25 @@ "Name": "kind", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Indexes]", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -103952,15 +63160,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -103973,34 +63178,25 @@ "Name": "indexes", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Indexes]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Indexes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Indexes" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -104010,8 +63206,6 @@ "Types": "System.Collections.Generic.IList`1[System.String]", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -104025,12 +63219,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104045,15 +63237,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104062,30 +63251,25 @@ "Name": "indexes", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Types": "System.Collections.Generic.IList`1[System.String]", "Path": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104100,15 +63284,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104121,8 +63302,7 @@ "Name": "types", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -104130,25 +63310,17 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -104158,8 +63330,6 @@ "Path": "System.String", "Order": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -104173,12 +63343,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104193,15 +63361,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104210,30 +63375,25 @@ "Name": "compositePath", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.CompositePath": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.CompositePath", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "Order": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104248,15 +63408,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104269,15 +63426,14 @@ "Name": "order", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath]", "IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath]", @@ -104286,17 +63442,13 @@ "Automatic": "System.Nullable`1[System.Boolean]", "IndexingMode": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104311,15 +63463,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104348,70 +63497,49 @@ "Name": "spatialIndexes", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.CompositePath" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -104420,8 +63548,6 @@ "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -104435,12 +63561,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104455,15 +63579,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104472,8 +63593,7 @@ "Name": "uniqueKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -104481,13 +63601,9 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -104496,17 +63612,13 @@ "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104521,15 +63633,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104538,29 +63647,24 @@ "Name": "uniqueKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104575,15 +63679,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104592,41 +63693,32 @@ "Name": "uniqueKeys", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104641,15 +63733,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104658,8 +63747,55 @@ "Name": "paths", "Type": "System.Reflection.RuntimeParameterInfo" } + ] + } + ] + }, + "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties": { + "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", + "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "BackupStorageRedundancies": "System.Collections.Generic.IList`1[System.String]", + "IsResidencyRestricted": "System.Nullable`1[System.Boolean]", + "SupportsAvailabilityZone": "System.Nullable`1[System.Boolean]" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } ], - "ReturnType": null + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "locationProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, @@ -104676,17 +63812,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104701,7 +63833,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -104713,8 +63844,7 @@ "Name": "mongoDBCollectionGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -104722,13 +63852,9 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -104738,8 +63864,6 @@ "Key": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys", "Options": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -104753,12 +63877,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104773,15 +63895,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104790,8 +63909,7 @@ "Name": "mongoIndex", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -104802,8 +63920,6 @@ "Properties": { "Keys": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -104817,12 +63933,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104837,15 +63951,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104854,29 +63965,24 @@ "Name": "mongoIndexKeys", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Keys": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104891,15 +63997,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104908,8 +64011,7 @@ "Name": "keys", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -104921,8 +64023,6 @@ "Unique": "System.Nullable`1[System.Boolean]", "ExpireAfterSeconds": "System.Nullable`1[System.Int32]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -104936,12 +64036,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -104956,15 +64054,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -104973,30 +64068,25 @@ "Name": "mongoIndexOptions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Unique": "System.Nullable`1[System.Boolean]", "ExpireAfterSeconds": "System.Nullable`1[System.Int32]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105011,15 +64101,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105032,30 +64119,25 @@ "Name": "unique", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Management.CosmosDB.Models.MongoIndex": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndex", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndex, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndex, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Key": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys", "Options": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105070,15 +64152,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105091,8 +64170,7 @@ "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105106,17 +64184,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105131,15 +64205,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105148,8 +64219,7 @@ "Name": "mongoDBDatabaseGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105166,17 +64236,13 @@ "_users": "System.String", "_self": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105191,15 +64257,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105208,8 +64271,7 @@ "Name": "restorableSqlDatabasePropertiesResourceDatabase", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105217,11 +64279,7 @@ "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource" }, "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", @@ -105233,17 +64291,13 @@ "LocationName": "System.String", "RegionalDatabaseAccountInstanceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105258,15 +64312,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105275,8 +64326,7 @@ "Name": "restorableLocationResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105296,17 +64346,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105321,15 +64367,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105338,8 +64381,7 @@ "Name": "sqlContainerGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105355,17 +64397,13 @@ "_colls": "System.String", "_users": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105380,15 +64418,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105397,8 +64432,7 @@ "Name": "sqlDatabaseGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105418,17 +64452,13 @@ "_etag": "System.String", "_self": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105443,15 +64473,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105460,42 +64487,33 @@ "Name": "restorableSqlContainerPropertiesResourceContainer", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Permission" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.CosmosDB.Models.Permission": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.Permission", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.Management.CosmosDB, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.Management.CosmosDB, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataActions": "System.Collections.Generic.IList`1[System.String]", "NotDataActions": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105510,15 +64528,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105531,8 +64546,7 @@ "Name": "notDataActions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105547,17 +64561,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105572,15 +64582,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105589,8 +64596,7 @@ "Name": "sqlStoredProcedureGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105607,17 +64613,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105632,15 +64634,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105649,8 +64648,7 @@ "Name": "sqlTriggerGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105665,17 +64663,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105690,15 +64684,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105707,8 +64698,7 @@ "Name": "sqlUserDefinedFunctionGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105722,17 +64712,13 @@ "_rid": "System.String", "_etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105747,15 +64733,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105764,8 +64747,7 @@ "Name": "tableGetPropertiesResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105778,8 +64760,6 @@ "FailoverPriority": "System.Nullable`1[System.Int32]", "LocationName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -105793,12 +64773,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105813,15 +64791,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105838,8 +64813,7 @@ "Name": "isZoneRedundant", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -105848,8 +64822,7 @@ "Name": "location", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -105861,8 +64834,6 @@ "IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToSDKModel", @@ -105876,12 +64847,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105896,15 +64865,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -105913,50 +64879,30 @@ "Name": "virtualNetworkRule", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.IDictionary": { "Namespace": "System.Collections", "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Exception": { "Namespace": "System", "Name": "System.Exception", - "AssemblyQualifiedName": "System.Exception, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Exception, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Reflection.MethodBase": { "Namespace": "System.Reflection", "Name": "System.Reflection.MethodBase", - "AssemblyQualifiedName": "System.Reflection.MethodBase, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Reflection.MethodBase, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath" }, "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", @@ -105965,17 +64911,13 @@ "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -105990,15 +64932,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -106007,8 +64946,7 @@ "Name": "uniqueKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -106019,17 +64957,13 @@ "Properties": { "DataActions": "System.Collections.Generic.IList`1[System.String]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -106044,15 +64978,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -106061,8 +64992,7 @@ "Name": "dataActions", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] } diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json b/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json index 101bc6255d91..4a168a78dd81 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.DataFactory", - "ModuleVersion": "1.15.0", + "ModuleVersion": "1.16.0", "Cmdlets": [ { "VerbName": "Add", @@ -78,7 +78,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -286,7 +286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -507,7 +507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerName": "System.String", "Status": "System.String" @@ -574,7 +574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -724,7 +724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -863,7 +863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1081,7 +1081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutputDatasets": "System.Collections.Generic.IList`1[System.String]", "InputDatasets": "System.Collections.Generic.IList`1[System.String]", @@ -1161,7 +1161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1346,7 +1346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2085,7 +2085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability", "Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy", @@ -2147,7 +2147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2218,7 +2218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2417,7 +2417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "RegisterTime": "System.Nullable`1[System.DateTime]", @@ -2485,7 +2485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2556,7 +2556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2755,7 +2755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Key1": "System.String", "Key2": "System.String" @@ -2814,7 +2814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2888,7 +2888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3087,7 +3087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties", "HubName": "System.String", @@ -3154,7 +3154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3262,7 +3262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3415,7 +3415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties", "LinkedServiceName": "System.String", @@ -3473,7 +3473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3544,7 +3544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3743,7 +3743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties", "PipelineName": "System.String", @@ -3810,7 +3810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3918,7 +3918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4071,7 +4071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "DataSliceEnd": "System.DateTime", @@ -4141,7 +4141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4221,7 +4221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4465,7 +4465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Start": "System.DateTime", "End": "System.DateTime", @@ -4537,7 +4537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4693,7 +4693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4906,7 +4906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -5123,7 +5123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ActivityRunStart": "System.Nullable`1[System.DateTime]", @@ -5245,7 +5245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -5386,7 +5386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -5619,7 +5619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow", "Name": "System.String", @@ -5709,7 +5709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -5872,7 +5872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -6015,7 +6015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoreCount": "System.Nullable`1[System.Int32]", "TimeToLiveInMinutes": "System.Nullable`1[System.Int32]", @@ -6085,7 +6085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -6197,7 +6197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -6355,7 +6355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -6444,7 +6444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -6607,7 +6607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -6750,7 +6750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -6811,7 +6811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]", "DataFlowEnableCleanUp": "System.Nullable`1[System.Boolean]", @@ -6897,7 +6897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -6958,7 +6958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationType": "System.String", "Name": "System.String", @@ -7074,7 +7074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -7321,7 +7321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -7397,7 +7397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -7495,7 +7495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -7666,7 +7666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -7758,7 +7758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]", "IntegrationRuntimeName": "System.String", @@ -7865,7 +7865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -8036,7 +8036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -8128,7 +8128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]", "ResourceGroupName": "System.String", @@ -8198,7 +8198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", @@ -8347,7 +8347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -8636,7 +8636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -8727,7 +8727,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint" ] @@ -8785,7 +8785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -8956,7 +8956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -9048,7 +9048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -9136,7 +9136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -9299,7 +9299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -9442,7 +9442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -9531,7 +9531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -9694,7 +9694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -9837,7 +9837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -9912,7 +9912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -10014,7 +10014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -10088,7 +10088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -10412,7 +10412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -10501,7 +10501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -10664,7 +10664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -10807,7 +10807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -10909,7 +10909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -11023,7 +11023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -11229,7 +11229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerName": "System.String", "Status": "System.String" @@ -11296,7 +11296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -11446,7 +11446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -11585,7 +11585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "Status": "System.String" @@ -11718,7 +11718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -12052,7 +12052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -12391,7 +12391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -12562,7 +12562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -12654,7 +12654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -12722,7 +12722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -12847,7 +12847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -12977,7 +12977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -13447,7 +13447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -13515,7 +13515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13564,7 +13564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -13630,7 +13630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13840,7 +13840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -13967,7 +13967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14302,7 +14302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability", "Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy", @@ -14364,7 +14364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14453,7 +14453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14755,7 +14755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14906,7 +14906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15334,7 +15334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "RegisterTime": "System.Nullable`1[System.DateTime]", @@ -15402,7 +15402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15482,7 +15482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15726,7 +15726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Key1": "System.String", "Key2": "System.String" @@ -15785,7 +15785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15872,7 +15872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16128,7 +16128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties", "HubName": "System.String", @@ -16213,7 +16213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16351,7 +16351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16564,7 +16564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties", "LinkedServiceName": "System.String", @@ -16622,7 +16622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16711,7 +16711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17000,7 +17000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties", "PipelineName": "System.String", @@ -17067,7 +17067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17223,7 +17223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17436,7 +17436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -17556,7 +17556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -17860,7 +17860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -17998,7 +17998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -18206,7 +18206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -18358,7 +18358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18499,7 +18499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18644,7 +18644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18782,7 +18782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18984,7 +18984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19064,7 +19064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19342,7 +19342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19468,7 +19468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19679,7 +19679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19817,7 +19817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20040,7 +20040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20166,7 +20166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20389,7 +20389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -20534,7 +20534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -20757,7 +20757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow", "Name": "System.String", @@ -20956,7 +20956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow", "Name": "System.String", @@ -21211,7 +21211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -21385,7 +21385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -21642,7 +21642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -21934,7 +21934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -22095,7 +22095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -22384,7 +22384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -22500,7 +22500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -22673,7 +22673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -22881,7 +22881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -23055,7 +23055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -23264,7 +23264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -23438,7 +23438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -23647,7 +23647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -23845,7 +23845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -24099,7 +24099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24210,7 +24210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24369,7 +24369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SasUri": "System.String", "StorageAccountName": "System.String", @@ -24427,7 +24427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24516,7 +24516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24805,7 +24805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "RegisterTime": "System.Nullable`1[System.DateTime]", @@ -24873,7 +24873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24953,7 +24953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25222,7 +25222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25429,7 +25429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25759,7 +25759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25956,7 +25956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -26251,7 +26251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -26420,7 +26420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -26469,7 +26469,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -26753,7 +26753,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -27081,7 +27081,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -27394,7 +27394,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -27631,7 +27631,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -27958,7 +27958,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -28300,7 +28300,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -28474,7 +28474,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -28524,7 +28524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -28706,7 +28706,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -28756,7 +28756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -29043,7 +29043,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -29093,7 +29093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -29365,7 +29365,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -29425,7 +29425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow", "Name": "System.String", @@ -29824,7 +29824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -30225,7 +30225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -30319,7 +30319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -31916,7 +31916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -32407,7 +32407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -32612,7 +32612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -33012,7 +33012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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]", @@ -33413,7 +33413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -33814,7 +33814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SessionId": "System.String", "Status": "System.String" @@ -33899,7 +33899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -34077,7 +34077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -34283,7 +34283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastOperation": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult", "ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]", @@ -34431,7 +34431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -34678,7 +34678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -34754,7 +34754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -34834,7 +34834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -35008,7 +35008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -35251,7 +35251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -35438,7 +35438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -35750,7 +35750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -35997,7 +35997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -36086,7 +36086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -36129,7 +36129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -36195,7 +36195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -36378,7 +36378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -36505,7 +36505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -36585,7 +36585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -36759,7 +36759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -36956,7 +36956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -37005,7 +37005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -37071,7 +37071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -37281,7 +37281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -37433,7 +37433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -37544,7 +37544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -37764,7 +37764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -38008,7 +38008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -38084,7 +38084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -38177,6 +38177,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "UserAssignedIdentity", "Type": { @@ -38231,7 +38240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -38339,6 +38348,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "UserAssignedIdentity", @@ -38479,6 +38503,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "UserAssignedIdentity", @@ -38610,7 +38649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", @@ -38647,6 +38686,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "UserAssignedIdentity", @@ -38802,6 +38856,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "UserAssignedIdentity", @@ -38940,7 +39009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime]", @@ -39096,7 +39165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -39409,7 +39478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -39507,7 +39576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", @@ -39656,7 +39725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -39945,7 +40014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -40069,7 +40138,7 @@ "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition", "KeyName": "System.String", @@ -40134,7 +40203,7 @@ "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentity": "System.String" }, @@ -40190,7 +40259,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "PrincipalId": "System.Nullable`1[System.Guid]", @@ -40299,7 +40368,7 @@ "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "RepositoryName": "System.String", @@ -40369,7 +40438,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification" @@ -40378,7 +40447,7 @@ "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Object", "Type": "System.String" @@ -40566,7 +40635,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Trigger, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Annotations": "System.Collections.Generic.IList`1[System.Object]", @@ -41812,7 +41881,7 @@ "Microsoft.Azure.Management.DataFactory.Models.DataFlow": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.DataFlow", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DataFlow, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DataFlow, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder", "Annotations": "System.Collections.Generic.IList`1[System.Object]", @@ -41868,7 +41937,7 @@ "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -41914,7 +41983,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Dataset, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder", "LinkedServiceName": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference", @@ -41999,7 +42068,7 @@ "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -42045,7 +42114,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ReferenceName": "System.String", @@ -42101,7 +42170,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, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification" @@ -42110,7 +42179,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultValue": "System.Object", "Type": "System.String" @@ -42165,7 +42234,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase" ] @@ -42173,7 +42242,7 @@ "Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -42213,7 +42282,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData" ] @@ -42221,7 +42290,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SentBytes": "System.Nullable`1[System.Double]", @@ -42307,7 +42376,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError" ] @@ -42315,7 +42384,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Parameters": "System.Collections.Generic.IList`1[System.String]", @@ -42381,7 +42450,7 @@ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Category": "System.String", "EndPoint": "System.String" @@ -42425,7 +42494,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedService, Microsoft.Azure.Management.DataFactory, Version=4.26.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]", @@ -42495,7 +42564,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ReferenceName": "System.String", @@ -42551,7 +42620,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.DataFactory.Models.Activity" ] @@ -42559,7 +42628,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.Management.DataFactory, Version=4.26.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]", @@ -42629,7 +42698,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.DataFactory.Models.ActivityDependency" ] @@ -42637,7 +42706,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.Management.DataFactory, Version=4.26.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]", @@ -42697,7 +42766,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.UserProperty]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.UserProperty]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.UserProperty, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.UserProperty, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.DataFactory.Models.UserProperty" ] @@ -42705,7 +42774,7 @@ "Microsoft.Azure.Management.DataFactory.Models.UserProperty": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.UserProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.UserProperty, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.UserProperty, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Object", "Name": "System.String" @@ -42760,7 +42829,7 @@ "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy, Microsoft.Azure.Management.DataFactory, Version=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -42826,7 +42895,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Parameters": "System.Collections.Generic.IList`1[System.String]", @@ -42902,7 +42971,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode" ] @@ -42910,7 +42979,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]", @@ -42971,7 +43040,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime" ] @@ -42979,7 +43048,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "Name": "System.String", @@ -43045,7 +43114,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode" ] @@ -43053,7 +43122,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=4.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DesktopVirtualization.json b/tools/Tools.Common/SerializedCmdlets/Az.DesktopVirtualization.json index 95426480ebe2..9a7ff66e24f8 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.DesktopVirtualization.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.DesktopVirtualization.json @@ -1,11 +1,13 @@ { + "ModuleName": "Az.DesktopVirtualization", + "ModuleVersion": "3.1.0", "Cmdlets": [ { "VerbName": "Disconnect", "NounName": "AzWvdUserSession", "Name": "Disconnect-AzWvdUserSession", "ClassName": "Disconnect-AzWvdUserSession", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Disconnect", @@ -14,12 +16,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -29,20 +26,11 @@ "Parameters": [ { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -53,79 +41,43 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SessionHostName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -139,15 +91,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -159,142 +104,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -305,20 +181,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -335,16 +202,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -355,20 +214,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -379,20 +229,11 @@ { "ParameterMetadata": { "Name": "SessionHostName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -403,20 +244,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -434,16 +266,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -454,20 +278,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -478,20 +293,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -502,20 +309,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -526,20 +325,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -550,20 +340,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -574,20 +355,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -598,20 +370,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -627,11 +390,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -645,15 +407,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -671,16 +426,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -691,20 +438,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -715,20 +453,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -739,20 +469,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -763,20 +485,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -787,20 +500,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -811,20 +515,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -835,20 +530,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -871,16 +557,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -891,20 +569,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -915,20 +584,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -939,20 +600,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -963,20 +616,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -987,20 +631,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1011,20 +646,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1035,20 +661,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1058,27 +675,26 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Expand", "NounName": "AzWvdMsixImage", "Name": "Expand-AzWvdMsixImage", "ClassName": "Expand-AzWvdMsixImage", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ExpandExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IExpandMsixImage", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IExpandMsixImage, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IExpandMsixImage", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IExpandMsixImage, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PackageApplication": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[]", - "PackageDependency": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[]", + "PackageApplication": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[]", + "PackageDependency": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[]", "IsActive": "System.Nullable`1[System.Boolean]", "IsRegularRegistration": "System.Nullable`1[System.Boolean]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -1090,11 +706,7 @@ "PackageName": "System.String", "PackageRelativePath": "System.String", "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -1104,65 +716,37 @@ "Parameters": [ { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -1176,53 +760,29 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MsixImageUri", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixImageUri", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixImageUri, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixImageUri", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixImageUri, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Uri": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Uri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1234,124 +794,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -1362,20 +862,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1386,20 +877,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1410,20 +892,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1434,20 +907,11 @@ { "ParameterMetadata": { "Name": "Uri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1465,16 +929,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1485,20 +941,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1509,20 +956,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1533,20 +972,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1557,20 +988,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1581,20 +1003,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1605,20 +1018,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1634,20 +1038,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1658,20 +1053,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1682,20 +1068,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1706,22 +1083,14 @@ { "ParameterMetadata": { "Name": "MsixImageUri", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixImageUri", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixImageUri, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixImageUri", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixImageUri, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Uri": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1739,16 +1108,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1759,20 +1120,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1783,20 +1135,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1807,20 +1151,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1831,20 +1167,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1855,20 +1182,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1879,20 +1197,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1908,11 +1217,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -1926,15 +1234,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1945,20 +1246,11 @@ { "ParameterMetadata": { "Name": "Uri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1976,16 +1268,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1996,20 +1280,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2020,20 +1295,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2044,20 +1311,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2068,20 +1327,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2092,20 +1342,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2116,20 +1357,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2145,11 +1377,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -2163,15 +1394,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2182,22 +1406,14 @@ { "ParameterMetadata": { "Name": "MsixImageUri", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixImageUri", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixImageUri, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixImageUri", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixImageUri, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Uri": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2215,16 +1431,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2235,20 +1443,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2259,20 +1458,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2283,20 +1474,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2307,20 +1490,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2331,20 +1505,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2355,20 +1520,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2391,16 +1547,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2411,20 +1559,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2435,20 +1574,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2459,20 +1590,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2483,20 +1606,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2507,20 +1621,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2531,20 +1636,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2554,8 +1650,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -2563,15 +1658,15 @@ "Name": "Get-AzWvdApplication", "ClassName": "Get-AzWvdApplication", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplication, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplication", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplication, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandLineSetting": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", "IconContent": "System.Byte[]", @@ -2585,12 +1680,9 @@ "IconHash": "System.String", "IconPath": "System.String", "MsixPackageApplicationId": "System.String", - "MsixPackageFamilyName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "MsixPackageFamilyName": "System.String", + "ObjectId": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -2606,16 +1698,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -2626,61 +1710,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -2694,15 +1752,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -2714,124 +1765,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -2848,16 +1839,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2868,20 +1851,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2892,20 +1866,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2923,16 +1889,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2943,20 +1901,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2967,20 +1916,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2991,20 +1932,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3015,20 +1948,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3039,20 +1963,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3063,20 +1978,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3098,16 +2004,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3124,16 +2022,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3144,20 +2034,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3168,20 +2049,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3199,16 +2072,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3219,20 +2084,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3243,20 +2099,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3267,20 +2115,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3291,20 +2131,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3315,20 +2146,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3339,20 +2161,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3368,11 +2181,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -3386,15 +2198,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3412,16 +2217,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3432,20 +2229,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3456,20 +2244,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3480,20 +2260,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3504,20 +2276,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3528,20 +2291,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3552,20 +2306,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3588,16 +2333,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3608,20 +2345,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3632,20 +2360,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3656,20 +2376,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3680,20 +2392,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3704,20 +2407,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3728,20 +2422,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3751,8 +2436,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -3760,26 +2444,26 @@ "Name": "Get-AzWvdApplicationGroup", "ClassName": "Get-AzWvdApplicationGroup", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List1", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplicationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplicationGroup, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplicationGroup", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplicationGroup, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType", + "MigrationRequestOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation]", + "CloudPcResource": "System.Nullable`1[System.Boolean]", "Description": "System.String", "FriendlyName": "System.String", "HostPoolArmPath": "System.String", + "MigrationRequestMigrationPath": "System.String", + "ObjectId": "System.String", "WorkspaceArmPath": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -3795,61 +2479,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -3863,33 +2521,17 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -3901,124 +2543,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -4035,16 +2617,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4055,20 +2629,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4079,20 +2644,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4110,16 +2667,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4130,20 +2679,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4154,20 +2694,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4178,20 +2710,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4202,20 +2726,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4226,20 +2741,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4250,20 +2756,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4279,20 +2776,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4303,20 +2791,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4327,20 +2807,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4358,16 +2829,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4378,20 +2841,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4402,20 +2856,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4426,20 +2872,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4450,20 +2888,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4474,20 +2903,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4498,20 +2918,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4527,20 +2938,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4551,20 +2954,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4582,16 +2976,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4602,20 +2988,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4626,20 +3003,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4650,20 +3019,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4674,20 +3035,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4698,20 +3050,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4722,20 +3065,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4751,11 +3085,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -4769,15 +3102,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4795,16 +3121,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4815,20 +3133,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4839,20 +3148,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4863,20 +3164,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4887,20 +3180,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4911,20 +3195,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4935,20 +3210,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4971,16 +3237,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4991,20 +3249,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5015,20 +3264,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5039,20 +3280,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5063,20 +3296,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5087,20 +3311,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5111,20 +3326,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5134,8 +3340,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5143,25 +3348,22 @@ "Name": "Get-AzWvdDesktop", "ClassName": "Get-AzWvdDesktop", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IconContent": "System.Byte[]", "Description": "System.String", "FriendlyName": "System.String", - "IconHash": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "IconHash": "System.String", + "ObjectId": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -5169,17 +3371,13 @@ }, { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktopList", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktopList, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktopList", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktopList, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Value": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop[]", + "Value": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop[]", "NextLink": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -5189,20 +3387,11 @@ "Parameters": [ { "Name": "ApplicationGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -5213,61 +3402,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -5281,15 +3444,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -5301,124 +3457,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -5429,20 +3525,11 @@ { "ParameterMetadata": { "Name": "ApplicationGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5453,20 +3540,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5477,20 +3555,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5508,16 +3578,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5528,20 +3590,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5552,20 +3605,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5576,20 +3621,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5600,20 +3637,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5624,20 +3652,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5648,20 +3667,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5677,20 +3687,11 @@ { "ParameterMetadata": { "Name": "ApplicationGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5707,16 +3708,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5727,20 +3720,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5751,20 +3735,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5782,16 +3758,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5802,20 +3770,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5826,20 +3785,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5850,20 +3801,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5874,20 +3817,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5898,20 +3832,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5922,20 +3847,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5951,11 +3867,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -5969,15 +3884,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5995,16 +3903,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6015,20 +3915,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6039,20 +3930,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6063,20 +3946,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6087,20 +3962,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6111,20 +3977,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6135,20 +3992,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6171,16 +4019,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6191,20 +4031,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6215,20 +4046,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6239,20 +4062,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6263,20 +4078,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6287,20 +4093,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6311,20 +4108,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6334,8 +4122,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6343,41 +4130,41 @@ "Name": "Get-AzWvdHostPool", "ClassName": "Get-AzWvdHostPool", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List1", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IHostPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IHostPool, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IHostPool", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IHostPool, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostPoolType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", "LoadBalancerType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", "PreferredAppGroupType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", + "MigrationRequestOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation]", "PersonalDesktopAssignmentType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]", "RegistrationInfoRegistrationTokenOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]", "SsoSecretType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]", - "ValidationEnvironment": "System.Nullable`1[System.Boolean]", "StartVMOnConnect": "System.Nullable`1[System.Boolean]", + "ValidationEnvironment": "System.Nullable`1[System.Boolean]", + "CloudPcResource": "System.Nullable`1[System.Boolean]", "RegistrationInfoExpirationTime": "System.Nullable`1[System.DateTime]", - "Ring": "System.Nullable`1[System.Int32]", "MaxSessionLimit": "System.Nullable`1[System.Int32]", + "Ring": "System.Nullable`1[System.Int32]", + "ObjectId": "System.String", "VMTemplate": "System.String", "FriendlyName": "System.String", + "Description": "System.String", "RegistrationInfoToken": "System.String", "SsoClientId": "System.String", "SsoClientSecretKeyVaultPath": "System.String", - "Description": "System.String", - "SsoadfsAuthority": "System.String", "CustomRdpProperty": "System.String", + "SsoadfsAuthority": "System.String", + "MigrationRequestMigrationPath": "System.String", "ApplicationGroupReference": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -6393,61 +4180,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -6461,15 +4222,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -6481,124 +4235,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -6615,16 +4309,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6635,20 +4321,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6659,20 +4336,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6690,16 +4359,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6710,20 +4371,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6734,20 +4386,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6758,20 +4402,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6782,20 +4418,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6806,20 +4433,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6830,20 +4448,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6859,20 +4468,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6883,20 +4483,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6914,16 +4506,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6934,20 +4518,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6958,20 +4533,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6982,20 +4549,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7006,20 +4565,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7030,20 +4580,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7054,20 +4595,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7083,20 +4615,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7114,16 +4638,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7134,20 +4650,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7158,20 +4665,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7182,20 +4681,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7206,20 +4697,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7230,20 +4712,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7254,20 +4727,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7283,11 +4747,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -7301,15 +4764,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7327,16 +4783,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7347,20 +4795,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7371,20 +4810,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7395,20 +4826,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7419,20 +4842,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7443,20 +4857,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7467,20 +4872,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7503,16 +4899,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7523,20 +4911,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7547,20 +4926,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7571,20 +4942,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7595,20 +4958,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7619,20 +4973,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7643,20 +4988,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7666,33 +5002,28 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", "NounName": "AzWvdHostPoolRegistrationToken", "Name": "Get-AzWvdHostPoolRegistrationToken", "ClassName": "Get-AzWvdHostPoolRegistrationToken", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Retrieve", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RegistrationTokenOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]", "ExpirationTime": "System.Nullable`1[System.DateTime]", "Token": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -7702,65 +5033,38 @@ "Parameters": [ { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -7774,15 +5078,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -7794,124 +5091,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -7922,20 +5159,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7946,20 +5174,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7970,20 +5189,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8001,16 +5212,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8021,20 +5224,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8045,20 +5239,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8069,20 +5255,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8093,20 +5271,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8117,20 +5286,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8141,20 +5301,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8170,11 +5321,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -8188,15 +5338,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8214,16 +5357,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8234,20 +5369,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8258,20 +5384,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8282,20 +5400,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8306,20 +5416,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8330,20 +5431,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8354,20 +5446,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8390,16 +5473,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8410,20 +5485,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8434,20 +5500,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8458,20 +5516,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8482,20 +5532,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8506,20 +5547,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8530,20 +5562,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8553,8 +5576,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -8562,18 +5584,18 @@ "Name": "Get-AzWvdMsixPackage", "ClassName": "Get-AzWvdMsixPackage", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackage", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackage, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackage", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackage, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PackageApplication": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[]", - "PackageDependency": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[]", + "PackageApplication": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[]", + "PackageDependency": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[]", "IsActive": "System.Nullable`1[System.Boolean]", "IsRegularRegistration": "System.Nullable`1[System.Boolean]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -8583,11 +5605,7 @@ "PackageName": "System.String", "PackageRelativePath": "System.String", "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -8603,79 +5621,44 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -8689,15 +5672,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -8709,124 +5685,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -8843,16 +5759,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8863,20 +5771,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8887,20 +5786,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8911,20 +5801,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8942,16 +5824,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8962,20 +5836,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8986,20 +5851,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9010,20 +5867,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9034,20 +5883,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9058,20 +5898,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9082,20 +5913,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9111,20 +5933,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9135,20 +5948,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9159,20 +5963,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9190,16 +5986,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9210,20 +5998,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9234,20 +6013,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9258,20 +6029,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9282,20 +6045,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9306,20 +6060,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9330,20 +6075,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9359,11 +6095,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -9377,15 +6112,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9403,16 +6131,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9423,20 +6143,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9447,20 +6158,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9471,20 +6174,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9495,20 +6190,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9519,20 +6205,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9543,20 +6220,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9579,16 +6247,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9599,20 +6259,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9623,20 +6274,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9647,20 +6290,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9671,20 +6306,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9695,20 +6321,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9719,20 +6336,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9742,8 +6350,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -9751,22 +6358,20 @@ "Name": "Get-AzWvdRegistrationInfo", "ClassName": "Get-AzWvdRegistrationInfo", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.RegistrationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.RegistrationInfo, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.RegistrationInfo", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.RegistrationInfo, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RegistrationTokenOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]", "ExpirationTime": "System.Nullable`1[System.DateTime]", "Token": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "FromJson", @@ -9776,7 +6381,7 @@ "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Json.JsonNode" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo" }, { "Name": "ToJson", @@ -9800,7 +6405,7 @@ "Type": "System.Collections.IDictionary" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo" }, { "Name": "DeserializeFromPSObject", @@ -9810,7 +6415,7 @@ "Type": "System.Management.Automation.PSObject" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo" }, { "Name": "FromJsonString", @@ -9820,16 +6425,18 @@ "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo" }, { "Name": "ToJsonString", - "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9844,20 +6451,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -9869,56 +6468,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -9930,124 +6502,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -10058,20 +6570,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10082,20 +6585,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10106,20 +6600,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10137,16 +6622,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10157,20 +6634,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10181,20 +6649,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10205,20 +6665,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10229,20 +6681,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10253,20 +6696,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10277,20 +6711,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10300,8 +6725,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -10309,28 +6733,25 @@ "Name": "Get-AzWvdScalingPlan", "ClassName": "Get-AzWvdScalingPlan", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List1", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingPlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingPlan, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingPlan", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingPlan, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "HostPoolReference": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]", - "Schedule": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]", + "HostPoolReference": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]", + "Schedule": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]", "HostPoolType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType]", "Description": "System.String", "ExclusionTag": "System.String", "FriendlyName": "System.String", + "ObjectId": "System.String", "TimeZone": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -10346,61 +6767,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -10414,33 +6809,17 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -10452,124 +6831,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -10586,16 +6905,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10606,20 +6917,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10630,20 +6932,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10661,16 +6955,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10681,20 +6967,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10705,20 +6982,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10729,20 +6998,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10753,20 +7014,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10777,20 +7029,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10801,20 +7044,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10830,20 +7064,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10854,20 +7079,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10878,20 +7095,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10909,16 +7117,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10929,20 +7129,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10953,20 +7144,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10977,20 +7160,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11001,20 +7176,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11025,20 +7191,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11049,20 +7206,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11078,20 +7226,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11102,20 +7241,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11133,16 +7264,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11153,20 +7276,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11177,20 +7291,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11201,20 +7307,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11225,20 +7323,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11249,20 +7338,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11273,20 +7353,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11302,20 +7373,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11333,16 +7396,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11353,20 +7408,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11377,20 +7423,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11401,20 +7439,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11425,20 +7455,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11449,20 +7470,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11473,20 +7485,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11502,11 +7505,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -11520,15 +7522,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11546,16 +7541,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11566,20 +7553,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11590,20 +7568,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11614,20 +7584,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11638,20 +7600,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11662,20 +7615,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11686,20 +7630,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11722,16 +7657,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11742,20 +7669,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11766,20 +7684,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11790,20 +7700,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11814,20 +7716,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11838,20 +7731,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11862,20 +7746,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11885,8 +7760,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -11894,17 +7768,17 @@ "Name": "Get-AzWvdSessionHost", "ClassName": "Get-AzWvdSessionHost", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHost", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHost, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHost", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHost, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "HealthCheckResult": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHostHealthCheckReport[]", + "HealthCheckResult": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHostHealthCheckReport[]", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status]", "UpdateState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState]", "AllowNewSession": "System.Nullable`1[System.Boolean]", @@ -11915,15 +7789,12 @@ "AgentVersion": "System.String", "AssignedUser": "System.String", "OSVersion": "System.String", + "ObjectId": "System.String", "ResourceId": "System.String", "SxSStackVersion": "System.String", "UpdateErrorMessage": "System.String", "VirtualMachineId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -11933,20 +7804,11 @@ "Parameters": [ { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -11957,61 +7819,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -12025,15 +7861,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -12045,124 +7874,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -12173,20 +7942,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12197,20 +7957,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12221,20 +7972,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12252,16 +7995,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12272,20 +8007,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12296,20 +8022,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12320,20 +8038,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12344,20 +8054,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12368,20 +8069,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12392,20 +8084,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12421,20 +8104,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12451,16 +8125,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12471,20 +8137,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12495,20 +8152,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12526,16 +8175,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12546,20 +8187,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12570,20 +8202,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12594,20 +8218,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12618,20 +8234,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12642,20 +8249,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12666,20 +8264,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12695,11 +8284,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -12713,15 +8301,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12739,16 +8320,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12759,20 +8332,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12783,20 +8347,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12807,20 +8363,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12831,20 +8379,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12855,20 +8394,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12879,20 +8409,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12915,16 +8436,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12935,20 +8448,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12959,20 +8463,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12983,20 +8479,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13007,20 +8495,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13031,20 +8510,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13055,20 +8525,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13078,8 +8539,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -13087,26 +8547,22 @@ "Name": "Get-AzWvdStartMenuItem", "ClassName": "Get-AzWvdStartMenuItem", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IStartMenuItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IStartMenuItem, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IStartMenuItem", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IStartMenuItem, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IconIndex": "System.Nullable`1[System.Int32]", "AppAlias": "System.String", "CommandLineArgument": "System.String", "FilePath": "System.String", "IconPath": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -13116,56 +8572,30 @@ "Parameters": [ { "Name": "ApplicationGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -13177,124 +8607,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -13305,20 +8675,11 @@ { "ParameterMetadata": { "Name": "ApplicationGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13329,20 +8690,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13353,20 +8705,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13384,16 +8728,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13404,20 +8740,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13428,20 +8755,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13452,20 +8771,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13476,20 +8787,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13500,20 +8802,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13524,20 +8817,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13547,8 +8831,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -13556,26 +8839,23 @@ "Name": "Get-AzWvdUserSession", "ClassName": "Get-AzWvdUserSession", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IUserSession", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IUserSession, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IUserSession", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IUserSession, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType]", "SessionState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState]", "CreateTime": "System.Nullable`1[System.DateTime]", "ActiveDirectoryUserName": "System.String", + "ObjectId": "System.String", "UserPrincipalName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -13585,20 +8865,11 @@ "Parameters": [ { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -13609,79 +8880,44 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SessionHostName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -13695,33 +8931,17 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -13733,124 +8953,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -13861,20 +9021,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13885,20 +9036,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13909,20 +9051,11 @@ { "ParameterMetadata": { "Name": "SessionHostName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13933,20 +9066,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13964,16 +9089,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13984,20 +9101,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14008,20 +9116,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14032,20 +9132,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14056,20 +9148,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14080,20 +9163,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14104,20 +9178,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14133,20 +9198,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14157,20 +9213,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14181,20 +9228,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14205,20 +9244,11 @@ { "ParameterMetadata": { "Name": "Filter", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14236,16 +9266,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14256,20 +9278,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14280,20 +9293,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14304,20 +9309,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14328,20 +9325,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14352,20 +9340,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14376,20 +9355,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14405,20 +9375,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14435,16 +9396,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14455,20 +9408,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14479,20 +9423,11 @@ { "ParameterMetadata": { "Name": "SessionHostName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14503,20 +9438,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14534,16 +9461,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14554,20 +9473,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14578,20 +9488,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14602,20 +9504,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14626,20 +9520,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14650,20 +9535,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14674,20 +9550,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14703,11 +9570,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -14721,15 +9587,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14747,16 +9606,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14767,20 +9618,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14791,20 +9633,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14815,20 +9649,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14839,20 +9665,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14863,20 +9680,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14887,20 +9695,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14923,16 +9722,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14943,20 +9734,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14967,20 +9749,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14991,20 +9765,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15015,20 +9781,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15039,20 +9796,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15063,20 +9811,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15086,8 +9825,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -15095,24 +9833,22 @@ "Name": "Get-AzWvdWorkspace", "ClassName": "Get-AzWvdWorkspace", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List1", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IWorkspace, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IWorkspace, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "CloudPcResource": "System.Nullable`1[System.Boolean]", "Description": "System.String", "FriendlyName": "System.String", + "ObjectId": "System.String", "ApplicationGroupReference": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -15128,61 +9864,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -15196,15 +9906,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -15216,124 +9919,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -15350,16 +9993,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -15370,20 +10005,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -15394,20 +10020,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15425,16 +10043,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15445,20 +10055,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15469,20 +10070,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15493,20 +10086,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15517,20 +10102,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15541,20 +10117,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15565,20 +10132,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15594,20 +10152,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -15618,20 +10167,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15649,16 +10190,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15669,20 +10202,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15693,20 +10217,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15717,20 +10233,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15741,20 +10249,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15765,20 +10264,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15789,20 +10279,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15818,20 +10299,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15849,16 +10322,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15869,20 +10334,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15893,20 +10349,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15917,20 +10365,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15941,20 +10381,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15965,20 +10396,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15989,20 +10411,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16018,11 +10431,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -16036,15 +10448,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -16062,16 +10467,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16082,20 +10479,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16106,20 +10494,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16130,20 +10510,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16154,20 +10526,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16178,20 +10541,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16202,20 +10556,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16238,16 +10583,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16258,20 +10595,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16282,20 +10610,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16306,20 +10626,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16330,20 +10642,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16354,20 +10657,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16378,20 +10672,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16401,24 +10686,23 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", "NounName": "AzWvdApplication", "Name": "New-AzWvdApplication", "ClassName": "New-AzWvdApplication", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplication, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplication", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplication, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandLineSetting": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", "IconContent": "System.Byte[]", @@ -16432,12 +10716,9 @@ "IconHash": "System.String", "IconPath": "System.String", "MsixPackageApplicationId": "System.String", - "MsixPackageFamilyName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "MsixPackageFamilyName": "System.String", + "ObjectId": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -16453,16 +10734,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -16473,392 +10746,134 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "CommandLineSetting", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ShowInPortal", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AppAlias", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ApplicationType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "CommandLineArgument", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IconIndex", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IconPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MsixPackageApplicationId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MsixPackageFamilyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -16870,124 +10885,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -17004,16 +10959,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17030,16 +10977,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17050,20 +10989,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17074,82 +11004,11 @@ { "ParameterMetadata": { "Name": "CommandLineSetting", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17160,20 +11019,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17184,20 +11034,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17208,20 +11049,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17232,20 +11064,11 @@ { "ParameterMetadata": { "Name": "ShowInPortal", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17263,16 +11086,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17283,20 +11098,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17307,20 +11113,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17331,20 +11129,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17355,20 +11145,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17379,20 +11160,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17403,20 +11175,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17432,20 +11195,11 @@ { "ParameterMetadata": { "Name": "AppAlias", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17462,16 +11216,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17488,16 +11234,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17508,20 +11246,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17532,82 +11261,11 @@ { "ParameterMetadata": { "Name": "CommandLineSetting", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17618,20 +11276,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17642,20 +11291,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17666,20 +11306,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17690,20 +11321,11 @@ { "ParameterMetadata": { "Name": "ShowInPortal", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17721,16 +11343,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17741,20 +11355,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17765,20 +11370,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17789,20 +11386,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17813,20 +11402,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17837,20 +11417,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17861,20 +11432,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17890,82 +11452,11 @@ { "ParameterMetadata": { "Name": "ApplicationType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17976,20 +11467,11 @@ { "ParameterMetadata": { "Name": "CommandLineArgument", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18000,20 +11482,11 @@ { "ParameterMetadata": { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18024,20 +11497,11 @@ { "ParameterMetadata": { "Name": "IconIndex", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18048,20 +11512,11 @@ { "ParameterMetadata": { "Name": "IconPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18072,20 +11527,11 @@ { "ParameterMetadata": { "Name": "MsixPackageApplicationId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18096,20 +11542,11 @@ { "ParameterMetadata": { "Name": "MsixPackageFamilyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18126,16 +11563,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18152,16 +11581,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18172,20 +11593,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18196,82 +11608,11 @@ { "ParameterMetadata": { "Name": "CommandLineSetting", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18282,20 +11623,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18306,20 +11638,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18330,20 +11653,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18354,20 +11668,11 @@ { "ParameterMetadata": { "Name": "ShowInPortal", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18385,16 +11690,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18405,20 +11702,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18429,20 +11717,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18453,20 +11733,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18477,20 +11749,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18501,20 +11764,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18525,20 +11779,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18548,35 +11793,34 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", "NounName": "AzWvdApplicationGroup", "Name": "New-AzWvdApplicationGroup", "ClassName": "New-AzWvdApplicationGroup", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplicationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplicationGroup, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplicationGroup", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplicationGroup, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType", + "MigrationRequestOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation]", + "CloudPcResource": "System.Nullable`1[System.Boolean]", "Description": "System.String", "FriendlyName": "System.String", "HostPoolArmPath": "System.String", + "MigrationRequestMigrationPath": "System.String", + "ObjectId": "System.String", "WorkspaceArmPath": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -18592,222 +11836,215 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ApplicationGroupType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolArmPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FriendlyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Description", - "AliasList": [], + "Name": "ManagedBy", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "FriendlyName", - "AliasList": [], + "Name": "MigrationRequestMigrationPath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MigrationRequestOperation", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanProduct", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanPromotionCode", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanPublisher", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuFamily", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuSize", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -18819,124 +12056,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -18953,16 +12130,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18973,20 +12142,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18997,20 +12157,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19021,82 +12172,11 @@ { "ParameterMetadata": { "Name": "ApplicationGroupType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19107,20 +12187,11 @@ { "ParameterMetadata": { "Name": "HostPoolArmPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19130,45 +12201,27 @@ }, { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], + "Name": "Description", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Description", - "AliasList": [], + "Name": "FriendlyName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19178,21 +12231,27 @@ }, { "ParameterMetadata": { - "Name": "FriendlyName", - "AliasList": [], + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19202,21 +12261,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], + "Name": "Location", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19226,24 +12276,12 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "ManagedBy", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19253,21 +12291,12 @@ }, { "ParameterMetadata": { - "Name": "Break", - "AliasList": [], + "Name": "MigrationRequestMigrationPath", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19277,21 +12306,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "AliasList": [], + "Name": "MigrationRequestOperation", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19301,21 +12321,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], + "Name": "PlanName", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19325,21 +12336,12 @@ }, { "ParameterMetadata": { - "Name": "Proxy", - "AliasList": [], + "Name": "PlanProduct", "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19349,21 +12351,12 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", - "AliasList": [], + "Name": "PlanPromotionCode", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19373,74 +12366,280 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], + "Name": "PlanPublisher", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzWvdHostPool", - "Name": "New-AzWvdHostPool", - "ClassName": "New-AzWvdHostPool", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "CreateExpanded", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IHostPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IHostPool, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "HostPoolType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "LoadBalancerType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", - "PreferredAppGroupType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", - "PersonalDesktopAssignmentType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]", - "RegistrationInfoRegistrationTokenOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]", - "SsoSecretType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]", - "ValidationEnvironment": "System.Nullable`1[System.Boolean]", - "StartVMOnConnect": "System.Nullable`1[System.Boolean]", - "RegistrationInfoExpirationTime": "System.Nullable`1[System.DateTime]", - "Ring": "System.Nullable`1[System.Int32]", - "MaxSessionLimit": "System.Nullable`1[System.Int32]", - "VMTemplate": "System.String", - "FriendlyName": "System.String", - "RegistrationInfoToken": "System.String", - "SsoClientId": "System.String", - "SsoClientSecretKeyVaultPath": "System.String", - "Description": "System.String", - "SsoadfsAuthority": "System.String", + }, + { + "ParameterMetadata": { + "Name": "PlanVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuFamily", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuSize", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzWvdHostPool", + "Name": "New-AzWvdHostPool", + "ClassName": "New-AzWvdHostPool", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IHostPool", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IHostPool, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HostPoolType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", + "LoadBalancerType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", + "PreferredAppGroupType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", + "MigrationRequestOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation]", + "PersonalDesktopAssignmentType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]", + "RegistrationInfoRegistrationTokenOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]", + "SsoSecretType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]", + "StartVMOnConnect": "System.Nullable`1[System.Boolean]", + "ValidationEnvironment": "System.Nullable`1[System.Boolean]", + "CloudPcResource": "System.Nullable`1[System.Boolean]", + "RegistrationInfoExpirationTime": "System.Nullable`1[System.DateTime]", + "MaxSessionLimit": "System.Nullable`1[System.Int32]", + "Ring": "System.Nullable`1[System.Int32]", + "ObjectId": "System.String", + "VMTemplate": "System.String", + "FriendlyName": "System.String", + "Description": "System.String", + "RegistrationInfoToken": "System.String", + "SsoClientId": "System.String", + "SsoClientSecretKeyVaultPath": "System.String", "CustomRdpProperty": "System.String", + "SsoadfsAuthority": "System.String", + "MigrationRequestMigrationPath": "System.String", "ApplicationGroupReference": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -19456,838 +12655,368 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LoadBalancerType", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PreferredAppGroupType", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "Name": "LoadBalancerType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PreferredAppGroupType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "DesktopAppGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "CustomRdpProperty", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ExpirationTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MaxSessionLimit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MigrationRequestMigrationPath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MigrationRequestOperation", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PersonalDesktopAssignmentType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanProduct", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanPromotionCode", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanPublisher", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "RegistrationInfoToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "RegistrationTokenOperation", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Ring", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "SsoClientId", - "AliasList": [], + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuFamily", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "SsoClientSecretKeyVaultPath", - "AliasList": [], + "Name": "SkuName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "SsoSecretType", - "AliasList": [], + "Name": "SkuSize", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuTier", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SsoClientId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SsoClientSecretKeyVaultPath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SsoSecretType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SsoadfsAuthority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StartVMOnConnect", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "VMTemplate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ValidationEnvironment", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -20299,124 +13028,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -20433,16 +13102,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20453,20 +13114,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20477,82 +13129,11 @@ { "ParameterMetadata": { "Name": "HostPoolType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20563,82 +13144,11 @@ { "ParameterMetadata": { "Name": "LoadBalancerType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20648,21 +13158,12 @@ }, { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], + "Name": "PreferredAppGroupType", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20672,86 +13173,15 @@ }, { "ParameterMetadata": { - "Name": "PreferredAppGroupType", - "AliasList": [], + "Name": "Location", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -20759,20 +13189,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20790,16 +13211,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20810,20 +13223,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20834,20 +13238,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20858,20 +13254,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20882,20 +13270,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20906,20 +13285,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20930,20 +13300,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20959,20 +13320,11 @@ { "ParameterMetadata": { "Name": "DesktopAppGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20983,20 +13335,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21013,16 +13356,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21033,20 +13368,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21057,82 +13383,11 @@ { "ParameterMetadata": { "Name": "HostPoolType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21143,82 +13398,11 @@ { "ParameterMetadata": { "Name": "LoadBalancerType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21228,21 +13412,12 @@ }, { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], + "Name": "PreferredAppGroupType", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21252,86 +13427,15 @@ }, { "ParameterMetadata": { - "Name": "PreferredAppGroupType", - "AliasList": [], + "Name": "Location", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -21339,20 +13443,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21370,16 +13465,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21390,20 +13477,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21414,20 +13492,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21438,20 +13508,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21462,20 +13524,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21486,20 +13539,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21510,20 +13554,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21539,20 +13574,236 @@ { "ParameterMetadata": { "Name": "CustomRdpProperty", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExpirationTime", + "Type": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FriendlyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxSessionLimit", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MigrationRequestMigrationPath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MigrationRequestOperation", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PersonalDesktopAssignmentType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PlanProduct", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PlanPromotionCode", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PlanPublisher", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PlanVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21562,21 +13813,12 @@ }, { "ParameterMetadata": { - "Name": "Description", - "AliasList": [], + "Name": "RegistrationInfoToken", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21586,21 +13828,12 @@ }, { "ParameterMetadata": { - "Name": "ExpirationTime", - "AliasList": [], + "Name": "RegistrationTokenOperation", "Type": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21610,21 +13843,12 @@ }, { "ParameterMetadata": { - "Name": "FriendlyName", - "AliasList": [], + "Name": "Ring", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21634,21 +13858,12 @@ }, { "ParameterMetadata": { - "Name": "MaxSessionLimit", - "AliasList": [], + "Name": "SkuCapacity", "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21658,83 +13873,12 @@ }, { "ParameterMetadata": { - "Name": "PersonalDesktopAssignmentType", - "AliasList": [], + "Name": "SkuFamily", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21744,21 +13888,12 @@ }, { "ParameterMetadata": { - "Name": "RegistrationInfoToken", - "AliasList": [], + "Name": "SkuName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21768,83 +13903,12 @@ }, { "ParameterMetadata": { - "Name": "RegistrationTokenOperation", - "AliasList": [], + "Name": "SkuSize", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21854,21 +13918,12 @@ }, { "ParameterMetadata": { - "Name": "Ring", - "AliasList": [], + "Name": "SkuTier", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21879,20 +13934,11 @@ { "ParameterMetadata": { "Name": "SsoClientId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21903,20 +13949,11 @@ { "ParameterMetadata": { "Name": "SsoClientSecretKeyVaultPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21927,82 +13964,11 @@ { "ParameterMetadata": { "Name": "SsoSecretType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22013,20 +13979,11 @@ { "ParameterMetadata": { "Name": "SsoadfsAuthority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22037,20 +13994,11 @@ { "ParameterMetadata": { "Name": "StartVMOnConnect", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22061,20 +14009,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22085,20 +14024,11 @@ { "ParameterMetadata": { "Name": "VMTemplate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22109,20 +14039,11 @@ { "ParameterMetadata": { "Name": "ValidationEnvironment", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22139,16 +14060,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22159,20 +14072,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22183,82 +14087,11 @@ { "ParameterMetadata": { "Name": "HostPoolType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22269,82 +14102,11 @@ { "ParameterMetadata": { "Name": "LoadBalancerType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22354,21 +14116,12 @@ }, { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], + "Name": "PreferredAppGroupType", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22378,86 +14131,15 @@ }, { "ParameterMetadata": { - "Name": "PreferredAppGroupType", - "AliasList": [], + "Name": "Location", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -22465,20 +14147,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22496,16 +14169,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22516,20 +14181,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22540,20 +14196,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22564,20 +14212,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22588,20 +14228,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22612,20 +14243,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22636,20 +14258,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22659,27 +14272,26 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", "NounName": "AzWvdMsixPackage", "Name": "New-AzWvdMsixPackage", "ClassName": "New-AzWvdMsixPackage", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackage", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackage, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackage", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackage, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PackageApplication": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[]", - "PackageDependency": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[]", + "PackageApplication": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[]", + "PackageDependency": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[]", "IsActive": "System.Nullable`1[System.Boolean]", "IsRegularRegistration": "System.Nullable`1[System.Boolean]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -22689,11 +14301,7 @@ "PackageName": "System.String", "PackageRelativePath": "System.String", "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -22703,38 +14311,20 @@ "Parameters": [ { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -22745,250 +14335,127 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ImagePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IsActive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IsRegularRegistration", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PackageAlias", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "LastUpdated", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PackageApplication", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PackageDependency", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PackageFamilyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PackageName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PackageRelativePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -23000,124 +14467,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -23128,20 +14535,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23152,20 +14550,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23176,20 +14565,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23200,20 +14580,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23224,20 +14595,11 @@ { "ParameterMetadata": { "Name": "ImagePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23248,20 +14610,11 @@ { "ParameterMetadata": { "Name": "IsActive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23272,20 +14625,11 @@ { "ParameterMetadata": { "Name": "IsRegularRegistration", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23303,16 +14647,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23323,20 +14659,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23347,20 +14674,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23371,20 +14690,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23395,20 +14706,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23419,20 +14721,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23443,20 +14736,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23478,16 +14762,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23498,20 +14774,11 @@ { "ParameterMetadata": { "Name": "LastUpdated", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23522,20 +14789,12 @@ { "ParameterMetadata": { "Name": "PackageApplication", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23546,20 +14805,12 @@ { "ParameterMetadata": { "Name": "PackageDependency", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23570,20 +14821,11 @@ { "ParameterMetadata": { "Name": "PackageFamilyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23594,20 +14836,11 @@ { "ParameterMetadata": { "Name": "PackageName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23618,20 +14851,11 @@ { "ParameterMetadata": { "Name": "PackageRelativePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23642,20 +14866,11 @@ { "ParameterMetadata": { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23666,20 +14881,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23690,20 +14896,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23714,20 +14911,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23738,20 +14926,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23762,20 +14941,11 @@ { "ParameterMetadata": { "Name": "ImagePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23786,20 +14956,11 @@ { "ParameterMetadata": { "Name": "IsActive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23810,20 +14971,11 @@ { "ParameterMetadata": { "Name": "IsRegularRegistration", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23841,16 +14993,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23861,20 +15005,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23885,20 +15020,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23909,20 +15036,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23933,20 +15052,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23957,20 +15067,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23981,20 +15082,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24010,20 +15102,11 @@ { "ParameterMetadata": { "Name": "PackageAlias", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24034,20 +15117,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24058,20 +15132,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24082,20 +15147,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24106,20 +15162,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24130,20 +15177,11 @@ { "ParameterMetadata": { "Name": "ImagePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24154,20 +15192,11 @@ { "ParameterMetadata": { "Name": "IsActive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24178,20 +15207,11 @@ { "ParameterMetadata": { "Name": "IsRegularRegistration", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24209,16 +15229,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24229,20 +15241,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24253,20 +15256,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24277,20 +15272,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24301,20 +15288,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24325,20 +15303,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24349,20 +15318,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24372,33 +15332,28 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", "NounName": "AzWvdRegistrationInfo", "Name": "New-AzWvdRegistrationInfo", "ClassName": "New-AzWvdRegistrationInfo", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RegistrationTokenOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]", "ExpirationTime": "System.Nullable`1[System.DateTime]", "Token": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -24408,74 +15363,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ExpirationTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -24487,124 +15406,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -24615,20 +15474,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24639,20 +15489,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24663,20 +15504,11 @@ { "ParameterMetadata": { "Name": "ExpirationTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24687,20 +15519,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24718,16 +15541,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24738,20 +15553,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24762,20 +15568,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24786,20 +15584,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24810,20 +15600,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24834,20 +15615,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24858,20 +15630,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24881,37 +15644,33 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", "NounName": "AzWvdScalingPlan", "Name": "New-AzWvdScalingPlan", "ClassName": "New-AzWvdScalingPlan", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingPlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingPlan, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingPlan", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingPlan, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "HostPoolReference": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]", - "Schedule": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]", + "HostPoolReference": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]", + "Schedule": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]", "HostPoolType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType]", "Description": "System.String", "ExclusionTag": "System.String", "FriendlyName": "System.String", + "ObjectId": "System.String", "TimeZone": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -24927,276 +15686,226 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ExclusionTag", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FriendlyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HostPoolReference", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HostPoolType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Description", - "AliasList": [], + "Name": "ManagedBy", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "ExclusionTag", - "AliasList": [], + "Name": "PlanName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "FriendlyName", - "AliasList": [], + "Name": "PlanProduct", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "HostPoolReference", - "AliasList": [], + "Name": "PlanPromotionCode", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "HostPoolType", - "AliasList": [], + "Name": "PlanPublisher", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Schedule", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuFamily", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuSize", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TimeZone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -25208,124 +15917,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -25335,71 +15984,151 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ScalingPlanName" - ], + "Name": "Name", + "AliasList": [ + "ScalingPlanName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "ExclusionTag", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "FriendlyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HostPoolReference", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HostPoolType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25410,44 +16139,26 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Description", - "AliasList": [], + "Name": "ManagedBy", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25457,21 +16168,12 @@ }, { "ParameterMetadata": { - "Name": "ExclusionTag", - "AliasList": [], + "Name": "PlanName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25481,21 +16183,12 @@ }, { "ParameterMetadata": { - "Name": "FriendlyName", - "AliasList": [], + "Name": "PlanProduct", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25505,21 +16198,27 @@ }, { "ParameterMetadata": { - "Name": "HostPoolReference", - "AliasList": [], + "Name": "PlanPromotionCode", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PlanPublisher", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25529,83 +16228,12 @@ }, { "ParameterMetadata": { - "Name": "HostPoolType", - "AliasList": [], + "Name": "PlanVersion", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25616,20 +16244,87 @@ { "ParameterMetadata": { "Name": "Schedule", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuFamily", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuSize", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25640,20 +16335,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25664,20 +16350,11 @@ { "ParameterMetadata": { "Name": "TimeZone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25695,16 +16372,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25715,20 +16384,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25739,20 +16399,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25763,20 +16415,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25787,20 +16431,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25811,20 +16446,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25835,20 +16461,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25858,33 +16475,30 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", "NounName": "AzWvdWorkspace", "Name": "New-AzWvdWorkspace", "ClassName": "New-AzWvdWorkspace", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IWorkspace, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IWorkspace, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "CloudPcResource": "System.Nullable`1[System.Boolean]", "Description": "System.String", "FriendlyName": "System.String", + "ObjectId": "System.String", "ApplicationGroupReference": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -25900,142 +16514,189 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ApplicationGroupReference", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FriendlyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanProduct", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PlanPromotionCode", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "PlanPublisher", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "PlanVersion", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Location", - "AliasList": [], + "Name": "SkuCapacity", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "ApplicationGroupReference", - "AliasList": [], + "Name": "SkuFamily", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Description", - "AliasList": [], + "Name": "SkuName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "FriendlyName", - "AliasList": [], + "Name": "SkuSize", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -26047,124 +16708,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -26181,16 +16782,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26201,20 +16794,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26225,20 +16809,87 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ApplicationGroupReference", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FriendlyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26249,44 +16900,26 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ApplicationGroupReference", - "AliasList": [], + "Name": "ManagedBy", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26296,21 +16929,12 @@ }, { "ParameterMetadata": { - "Name": "Description", - "AliasList": [], + "Name": "PlanName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26320,21 +16944,132 @@ }, { "ParameterMetadata": { - "Name": "FriendlyName", - "AliasList": [], + "Name": "PlanProduct", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PlanPromotionCode", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PlanPublisher", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PlanVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuFamily", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuSize", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26345,20 +17080,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26376,16 +17102,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26396,20 +17114,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26420,20 +17129,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26444,20 +17145,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26468,20 +17161,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26492,20 +17176,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26516,20 +17191,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26539,8 +17205,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Register", @@ -26551,78 +17216,41 @@ "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [], "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ApplicationGroupPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -26634,124 +17262,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -26762,20 +17330,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26786,20 +17345,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26810,20 +17360,11 @@ { "ParameterMetadata": { "Name": "ApplicationGroupPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26834,20 +17375,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26865,16 +17397,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26885,20 +17409,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26909,20 +17424,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26933,20 +17440,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26957,20 +17456,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26981,20 +17471,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27005,20 +17486,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27028,15 +17500,14 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", "NounName": "AzWvdApplication", "Name": "Remove-AzWvdApplication", "ClassName": "Remove-AzWvdApplication", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -27045,12 +17516,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -27066,16 +17532,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -27086,61 +17544,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -27154,15 +17585,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -27174,142 +17598,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -27326,16 +17681,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27352,16 +17699,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27372,20 +17711,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27396,20 +17726,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27427,16 +17748,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27447,20 +17760,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27471,20 +17775,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27495,20 +17791,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27519,20 +17807,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27543,20 +17822,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27567,20 +17837,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27591,20 +17852,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27620,11 +17872,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -27638,15 +17889,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27664,16 +17908,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27684,20 +17920,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27708,20 +17935,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27732,20 +17951,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27756,20 +17967,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27780,20 +17982,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27804,20 +17997,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27828,20 +18012,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27864,16 +18039,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27884,20 +18051,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27908,20 +18066,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27932,20 +18082,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27956,20 +18098,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27980,20 +18113,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28004,20 +18128,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28028,20 +18143,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28051,15 +18157,14 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", "NounName": "AzWvdApplicationGroup", "Name": "Remove-AzWvdApplicationGroup", "ClassName": "Remove-AzWvdApplicationGroup", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -28068,12 +18173,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -28089,61 +18189,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -28157,15 +18230,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -28177,142 +18243,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -28329,16 +18326,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -28349,20 +18338,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -28373,20 +18353,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28404,16 +18375,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28424,20 +18387,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28448,20 +18402,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28472,20 +18418,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28496,20 +18434,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28520,20 +18449,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28544,20 +18464,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28568,20 +18479,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28597,11 +18499,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -28615,15 +18516,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -28641,16 +18535,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28661,20 +18547,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28685,20 +18562,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28709,20 +18578,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28733,20 +18594,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28757,20 +18609,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28781,20 +18624,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28805,20 +18639,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28841,16 +18666,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28861,20 +18678,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28885,20 +18693,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28909,20 +18709,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28933,20 +18725,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28957,20 +18740,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28981,20 +18755,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29005,20 +18770,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29028,15 +18784,14 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", "NounName": "AzWvdHostPool", "Name": "Remove-AzWvdHostPool", "ClassName": "Remove-AzWvdHostPool", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -29045,12 +18800,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -29066,61 +18816,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -29134,33 +18857,17 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "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=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -29172,142 +18879,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -29324,16 +18962,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -29344,20 +18974,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -29368,20 +18989,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29392,20 +19004,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29423,16 +19026,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29443,20 +19038,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29467,20 +19053,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29491,20 +19069,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29515,20 +19085,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29539,20 +19100,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29563,20 +19115,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29587,20 +19130,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29616,11 +19150,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -29634,15 +19167,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -29653,20 +19179,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29684,16 +19201,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29704,20 +19213,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29728,20 +19228,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29752,20 +19244,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29776,20 +19260,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29800,20 +19275,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29824,20 +19290,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29848,20 +19305,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29877,20 +19325,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29908,16 +19347,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29928,20 +19359,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29952,20 +19374,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29976,20 +19390,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30000,20 +19406,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30024,20 +19421,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30048,20 +19436,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30072,20 +19451,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30095,15 +19465,14 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", "NounName": "AzWvdMsixPackage", "Name": "Remove-AzWvdMsixPackage", "ClassName": "Remove-AzWvdMsixPackage", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -30112,12 +19481,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -30133,79 +19497,43 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -30219,15 +19547,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -30239,142 +19560,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -30391,16 +19643,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30411,20 +19655,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30435,20 +19670,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30459,20 +19685,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30490,16 +19707,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30510,20 +19719,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30534,20 +19734,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30558,20 +19750,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30582,20 +19766,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30606,20 +19781,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30630,20 +19796,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30654,20 +19811,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30683,11 +19831,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -30701,15 +19848,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30727,16 +19867,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30747,20 +19879,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30771,20 +19894,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30795,20 +19910,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30819,20 +19926,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30843,20 +19941,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30867,20 +19956,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30891,20 +19971,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30927,16 +19998,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30947,20 +20010,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30971,20 +20025,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30995,20 +20041,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31019,20 +20057,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31043,20 +20072,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31067,20 +20087,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31091,20 +20102,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31114,8 +20116,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -31126,60 +20127,32 @@ "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [], "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -31191,124 +20164,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -31319,20 +20232,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31343,20 +20247,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31367,20 +20262,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31398,16 +20284,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31418,20 +20296,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31442,20 +20311,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31466,20 +20327,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31490,20 +20343,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31514,20 +20358,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31538,20 +20373,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31561,15 +20387,14 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", "NounName": "AzWvdScalingPlan", "Name": "Remove-AzWvdScalingPlan", "ClassName": "Remove-AzWvdScalingPlan", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -31578,12 +20403,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -31599,61 +20419,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -31667,15 +20460,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -31687,142 +20473,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -31839,16 +20556,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31859,20 +20568,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31883,20 +20583,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31914,16 +20605,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31934,20 +20617,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31958,20 +20632,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31982,20 +20648,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32006,20 +20664,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32030,20 +20679,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32054,20 +20694,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32078,20 +20709,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32107,11 +20729,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -32125,15 +20746,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -32151,16 +20765,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32171,20 +20777,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32195,20 +20792,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32219,20 +20808,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32243,20 +20824,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32267,20 +20839,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32291,20 +20854,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32315,20 +20869,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32351,16 +20896,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32371,20 +20908,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32395,20 +20923,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32419,20 +20939,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32443,20 +20955,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32467,20 +20970,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32491,20 +20985,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32515,20 +21000,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32538,15 +21014,14 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", "NounName": "AzWvdSessionHost", "Name": "Remove-AzWvdSessionHost", "ClassName": "Remove-AzWvdSessionHost", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -32555,12 +21030,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -32570,20 +21040,11 @@ "Parameters": [ { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -32594,61 +21055,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -32662,33 +21096,17 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "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=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -32700,142 +21118,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -32846,20 +21195,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -32876,16 +21216,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -32896,20 +21228,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -32920,20 +21243,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32944,20 +21258,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32975,16 +21280,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32995,20 +21292,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33019,20 +21307,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33043,20 +21323,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33067,20 +21339,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33091,20 +21354,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33115,20 +21369,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33139,20 +21384,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33168,11 +21404,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -33186,15 +21421,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -33205,20 +21433,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33236,16 +21455,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33256,20 +21467,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33280,20 +21482,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33304,20 +21498,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33328,20 +21514,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33352,20 +21529,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33376,20 +21544,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33400,20 +21559,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33429,20 +21579,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33460,16 +21601,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33480,20 +21613,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33504,20 +21628,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33528,20 +21644,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33552,20 +21660,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33576,20 +21675,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33600,20 +21690,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33624,20 +21705,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33647,15 +21719,14 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", "NounName": "AzWvdUserSession", "Name": "Remove-AzWvdUserSession", "ClassName": "Remove-AzWvdUserSession", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -33664,12 +21735,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -33679,20 +21745,11 @@ "Parameters": [ { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -33703,79 +21760,43 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SessionHostName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -33789,33 +21810,17 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "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=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -33827,142 +21832,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -33973,20 +21909,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -34003,16 +21930,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -34023,20 +21942,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -34047,20 +21957,11 @@ { "ParameterMetadata": { "Name": "SessionHostName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -34071,20 +21972,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34095,20 +21987,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34126,16 +22009,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34146,20 +22021,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34170,20 +22036,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34194,20 +22052,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34218,20 +22068,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34242,20 +22083,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34266,20 +22098,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34290,20 +22113,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34319,11 +22133,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -34337,15 +22150,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -34356,20 +22162,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34387,16 +22184,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34407,20 +22196,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34431,20 +22211,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34455,20 +22227,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34479,20 +22243,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34503,20 +22258,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34527,20 +22273,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34551,20 +22288,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34580,20 +22308,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34611,16 +22330,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34631,20 +22342,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34655,20 +22357,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34679,20 +22373,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34703,20 +22389,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34727,20 +22404,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34751,20 +22419,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34775,20 +22434,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34798,15 +22448,14 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", "NounName": "AzWvdWorkspace", "Name": "Remove-AzWvdWorkspace", "ClassName": "Remove-AzWvdWorkspace", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -34815,12 +22464,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -34836,61 +22480,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -34904,15 +22521,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -34924,142 +22534,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -35076,16 +22617,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -35096,20 +22629,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -35120,20 +22644,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35151,16 +22666,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35171,20 +22678,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35195,20 +22693,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35219,20 +22709,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35243,20 +22725,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35267,20 +22740,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35291,20 +22755,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35315,20 +22770,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35344,11 +22790,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -35362,15 +22807,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -35388,16 +22826,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35408,20 +22838,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35432,20 +22853,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35456,20 +22869,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35480,20 +22885,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35504,20 +22900,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35528,20 +22915,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35552,20 +22930,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35588,16 +22957,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35608,20 +22969,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35632,20 +22984,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35656,20 +23000,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35680,20 +23016,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35704,20 +23031,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35728,20 +23046,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35752,20 +23061,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35775,15 +23075,14 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Send", "NounName": "AzWvdUserSessionMessage", "Name": "Send-AzWvdUserSessionMessage", "ClassName": "Send-AzWvdUserSessionMessage", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "SendExpanded", @@ -35792,12 +23091,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -35807,101 +23101,55 @@ "Parameters": [ { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SessionHostName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UserSessionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -35915,51 +23163,26 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MessageBody", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MessageTitle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -35971,142 +23194,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -36117,20 +23271,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -36141,20 +23286,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -36165,20 +23301,11 @@ { "ParameterMetadata": { "Name": "SessionHostName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -36189,20 +23316,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36213,20 +23331,11 @@ { "ParameterMetadata": { "Name": "UserSessionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -36237,20 +23346,11 @@ { "ParameterMetadata": { "Name": "MessageBody", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36261,20 +23361,11 @@ { "ParameterMetadata": { "Name": "MessageTitle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36292,16 +23383,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36312,20 +23395,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36336,20 +23410,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36360,20 +23426,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36384,20 +23442,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36408,20 +23457,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36432,20 +23472,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36456,20 +23487,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36485,11 +23507,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -36503,15 +23524,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -36522,20 +23536,11 @@ { "ParameterMetadata": { "Name": "MessageBody", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36546,20 +23551,11 @@ { "ParameterMetadata": { "Name": "MessageTitle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36577,16 +23573,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36597,20 +23585,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36621,20 +23600,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36645,20 +23616,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36669,20 +23632,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36693,20 +23647,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36717,20 +23662,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36741,20 +23677,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36770,20 +23697,11 @@ { "ParameterMetadata": { "Name": "MessageBody", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36794,20 +23712,11 @@ { "ParameterMetadata": { "Name": "MessageTitle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36825,16 +23734,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36845,20 +23746,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36869,20 +23761,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36893,20 +23777,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36917,20 +23793,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36941,20 +23808,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36965,20 +23823,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36989,20 +23838,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37012,8 +23852,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Unregister", @@ -37024,78 +23863,41 @@ "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [], "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ApplicationGroupPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -37107,124 +23909,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -37235,20 +23977,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -37259,20 +23992,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -37283,20 +24007,11 @@ { "ParameterMetadata": { "Name": "ApplicationGroupPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -37307,20 +24022,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37338,16 +24044,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37358,20 +24056,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37382,20 +24071,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37406,20 +24087,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37430,20 +24103,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37454,20 +24118,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37478,20 +24133,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37501,24 +24147,23 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", "NounName": "AzWvdApplication", "Name": "Update-AzWvdApplication", "ClassName": "Update-AzWvdApplication", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplication, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplication", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplication, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommandLineSetting": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", "IconContent": "System.Byte[]", @@ -37532,12 +24177,9 @@ "IconHash": "System.String", "IconPath": "System.String", "MsixPackageApplicationId": "System.String", - "MsixPackageFamilyName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "MsixPackageFamilyName": "System.String", + "ObjectId": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -37553,16 +24195,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -37573,61 +24207,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -37641,355 +24248,116 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ApplicationType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "CommandLineArgument", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "CommandLineSetting", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IconIndex", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IconPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MsixPackageApplicationId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MsixPackageFamilyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ShowInPortal", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -38001,124 +24369,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -38135,16 +24443,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -38161,16 +24461,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -38181,20 +24473,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -38205,20 +24488,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38229,82 +24503,11 @@ { "ParameterMetadata": { "Name": "ApplicationType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38315,20 +24518,11 @@ { "ParameterMetadata": { "Name": "CommandLineArgument", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38339,82 +24533,11 @@ { "ParameterMetadata": { "Name": "CommandLineSetting", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38425,20 +24548,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38449,20 +24563,11 @@ { "ParameterMetadata": { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38473,20 +24578,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38497,20 +24593,11 @@ { "ParameterMetadata": { "Name": "IconIndex", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38521,20 +24608,11 @@ { "ParameterMetadata": { "Name": "IconPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38545,20 +24623,11 @@ { "ParameterMetadata": { "Name": "MsixPackageApplicationId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38569,20 +24638,11 @@ { "ParameterMetadata": { "Name": "MsixPackageFamilyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38593,20 +24653,11 @@ { "ParameterMetadata": { "Name": "ShowInPortal", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38617,20 +24668,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38648,16 +24690,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38668,20 +24702,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38692,20 +24717,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38716,20 +24733,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38740,20 +24749,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38764,20 +24764,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38788,20 +24779,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38817,11 +24799,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -38835,15 +24816,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -38854,82 +24828,11 @@ { "ParameterMetadata": { "Name": "ApplicationType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38940,20 +24843,11 @@ { "ParameterMetadata": { "Name": "CommandLineArgument", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38964,82 +24858,11 @@ { "ParameterMetadata": { "Name": "CommandLineSetting", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39050,20 +24873,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39074,20 +24888,11 @@ { "ParameterMetadata": { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39098,20 +24903,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39122,20 +24918,11 @@ { "ParameterMetadata": { "Name": "IconIndex", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39146,20 +24933,11 @@ { "ParameterMetadata": { "Name": "IconPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39170,20 +24948,11 @@ { "ParameterMetadata": { "Name": "MsixPackageApplicationId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39194,20 +24963,11 @@ { "ParameterMetadata": { "Name": "MsixPackageFamilyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39218,20 +24978,11 @@ { "ParameterMetadata": { "Name": "ShowInPortal", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39242,20 +24993,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39273,16 +25015,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39293,20 +25027,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39317,20 +25042,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39341,20 +25058,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39365,20 +25074,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39389,20 +25089,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39413,20 +25104,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39442,82 +25124,11 @@ { "ParameterMetadata": { "Name": "ApplicationType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39528,20 +25139,11 @@ { "ParameterMetadata": { "Name": "CommandLineArgument", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39552,82 +25154,11 @@ { "ParameterMetadata": { "Name": "CommandLineSetting", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39638,20 +25169,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39662,20 +25184,11 @@ { "ParameterMetadata": { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39686,20 +25199,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39710,20 +25214,11 @@ { "ParameterMetadata": { "Name": "IconIndex", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39734,20 +25229,11 @@ { "ParameterMetadata": { "Name": "IconPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39758,20 +25244,11 @@ { "ParameterMetadata": { "Name": "MsixPackageApplicationId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39782,20 +25259,11 @@ { "ParameterMetadata": { "Name": "MsixPackageFamilyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39806,20 +25274,11 @@ { "ParameterMetadata": { "Name": "ShowInPortal", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39830,20 +25289,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39861,16 +25311,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39881,20 +25323,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39905,20 +25338,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39929,20 +25354,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39953,20 +25370,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39977,20 +25385,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40001,20 +25400,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40024,35 +25414,34 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", "NounName": "AzWvdApplicationGroup", "Name": "Update-AzWvdApplicationGroup", "ClassName": "Update-AzWvdApplicationGroup", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplicationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IApplicationGroup, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplicationGroup", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IApplicationGroup, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType", + "MigrationRequestOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation]", + "CloudPcResource": "System.Nullable`1[System.Boolean]", "Description": "System.String", "FriendlyName": "System.String", "HostPoolArmPath": "System.String", + "MigrationRequestMigrationPath": "System.String", + "ObjectId": "System.String", "WorkspaceArmPath": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -40068,61 +25457,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -40136,69 +25498,35 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -40210,124 +25538,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -40344,16 +25612,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -40364,20 +25624,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -40388,20 +25639,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40412,20 +25654,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40436,20 +25669,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40460,20 +25684,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40491,16 +25706,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40511,20 +25718,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40535,20 +25733,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40559,20 +25749,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40583,20 +25765,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40607,20 +25780,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40631,20 +25795,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40660,11 +25815,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -40678,15 +25832,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -40697,20 +25844,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40721,20 +25859,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40745,20 +25874,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40776,16 +25896,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40796,20 +25908,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40820,20 +25923,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40844,20 +25939,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40868,20 +25955,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40892,20 +25970,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40916,20 +25985,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40945,20 +26005,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40969,20 +26020,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40993,20 +26035,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41024,16 +26057,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41044,20 +26069,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41068,20 +26084,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41092,20 +26100,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41116,20 +26116,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41140,20 +26131,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41164,20 +26146,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41187,34 +26160,30 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", "NounName": "AzWvdDesktop", "Name": "Update-AzWvdDesktop", "ClassName": "Update-AzWvdDesktop", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IconContent": "System.Byte[]", "Description": "System.String", "FriendlyName": "System.String", - "IconHash": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "IconHash": "System.String", + "ObjectId": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -41224,20 +26193,11 @@ "Parameters": [ { "Name": "ApplicationGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -41248,61 +26208,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -41316,69 +26249,35 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -41390,124 +26289,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -41518,20 +26357,11 @@ { "ParameterMetadata": { "Name": "ApplicationGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -41548,16 +26378,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -41568,20 +26390,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -41592,20 +26405,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41616,20 +26420,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41640,20 +26435,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41664,20 +26450,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41695,16 +26472,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41715,20 +26484,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41739,20 +26499,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41763,20 +26515,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41787,20 +26531,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41811,20 +26546,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41835,20 +26561,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41864,11 +26581,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -41882,15 +26598,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -41901,20 +26610,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41925,20 +26625,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41949,20 +26640,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41980,16 +26662,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42000,20 +26674,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42024,20 +26689,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42048,20 +26705,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42072,20 +26721,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42096,20 +26736,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42120,20 +26751,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42149,20 +26771,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42173,20 +26786,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42197,20 +26801,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42228,16 +26823,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42248,20 +26835,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42272,20 +26850,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42296,20 +26866,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42320,20 +26882,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42344,20 +26897,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42368,20 +26912,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42391,50 +26926,49 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", "NounName": "AzWvdHostPool", "Name": "Update-AzWvdHostPool", "ClassName": "Update-AzWvdHostPool", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IHostPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IHostPool, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IHostPool", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IHostPool, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostPoolType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", "LoadBalancerType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", "PreferredAppGroupType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", + "MigrationRequestOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation]", "PersonalDesktopAssignmentType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]", "RegistrationInfoRegistrationTokenOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]", "SsoSecretType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]", - "ValidationEnvironment": "System.Nullable`1[System.Boolean]", "StartVMOnConnect": "System.Nullable`1[System.Boolean]", + "ValidationEnvironment": "System.Nullable`1[System.Boolean]", + "CloudPcResource": "System.Nullable`1[System.Boolean]", "RegistrationInfoExpirationTime": "System.Nullable`1[System.DateTime]", - "Ring": "System.Nullable`1[System.Int32]", "MaxSessionLimit": "System.Nullable`1[System.Int32]", + "Ring": "System.Nullable`1[System.Int32]", + "ObjectId": "System.String", "VMTemplate": "System.String", "FriendlyName": "System.String", + "Description": "System.String", "RegistrationInfoToken": "System.String", "SsoClientId": "System.String", "SsoClientSecretKeyVaultPath": "System.String", - "Description": "System.String", - "SsoadfsAuthority": "System.String", "CustomRdpProperty": "System.String", + "SsoadfsAuthority": "System.String", + "MigrationRequestMigrationPath": "System.String", "ApplicationGroupReference": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -42450,61 +26984,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -42517,650 +27024,171 @@ "SessionHostName": "System.String", "SubscriptionId": "System.String", "UserSessionId": "System.String", - "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CustomRdpProperty", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Description", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "FriendlyName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LoadBalancerType", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CustomRdpProperty", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FriendlyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LoadBalancerType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MaxSessionLimit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PersonalDesktopAssignmentType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PreferredAppGroupType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "RegistrationInfoExpirationTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "RegistrationInfoRegistrationTokenOperation", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Ring", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SsoClientId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SsoClientSecretKeyVaultPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SsoSecretType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SsoadfsAuthority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StartVMOnConnect", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "VMTemplate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ValidationEnvironment", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -43172,124 +27200,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -43306,16 +27274,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -43326,20 +27286,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -43350,20 +27301,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43374,20 +27316,11 @@ { "ParameterMetadata": { "Name": "CustomRdpProperty", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43398,20 +27331,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43422,20 +27346,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43446,82 +27361,11 @@ { "ParameterMetadata": { "Name": "LoadBalancerType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43532,20 +27376,11 @@ { "ParameterMetadata": { "Name": "MaxSessionLimit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43556,82 +27391,11 @@ { "ParameterMetadata": { "Name": "PersonalDesktopAssignmentType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43642,82 +27406,11 @@ { "ParameterMetadata": { "Name": "PreferredAppGroupType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43728,20 +27421,11 @@ { "ParameterMetadata": { "Name": "RegistrationInfoExpirationTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43752,82 +27436,11 @@ { "ParameterMetadata": { "Name": "RegistrationInfoRegistrationTokenOperation", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43838,20 +27451,11 @@ { "ParameterMetadata": { "Name": "Ring", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43862,20 +27466,11 @@ { "ParameterMetadata": { "Name": "SsoClientId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43886,20 +27481,11 @@ { "ParameterMetadata": { "Name": "SsoClientSecretKeyVaultPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43910,82 +27496,11 @@ { "ParameterMetadata": { "Name": "SsoSecretType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43996,20 +27511,11 @@ { "ParameterMetadata": { "Name": "SsoadfsAuthority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44020,20 +27526,11 @@ { "ParameterMetadata": { "Name": "StartVMOnConnect", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44044,20 +27541,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44068,20 +27556,11 @@ { "ParameterMetadata": { "Name": "VMTemplate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44092,20 +27571,11 @@ { "ParameterMetadata": { "Name": "ValidationEnvironment", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44123,16 +27593,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44143,20 +27605,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44167,20 +27620,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44191,20 +27636,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44215,20 +27652,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44239,20 +27667,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44263,20 +27682,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44292,11 +27702,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -44310,15 +27719,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -44329,20 +27731,11 @@ { "ParameterMetadata": { "Name": "CustomRdpProperty", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44353,20 +27746,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44377,20 +27761,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44401,82 +27776,11 @@ { "ParameterMetadata": { "Name": "LoadBalancerType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44487,20 +27791,11 @@ { "ParameterMetadata": { "Name": "MaxSessionLimit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44511,82 +27806,11 @@ { "ParameterMetadata": { "Name": "PersonalDesktopAssignmentType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44597,82 +27821,11 @@ { "ParameterMetadata": { "Name": "PreferredAppGroupType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44683,20 +27836,11 @@ { "ParameterMetadata": { "Name": "RegistrationInfoExpirationTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44707,82 +27851,11 @@ { "ParameterMetadata": { "Name": "RegistrationInfoRegistrationTokenOperation", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44793,20 +27866,11 @@ { "ParameterMetadata": { "Name": "Ring", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44817,20 +27881,11 @@ { "ParameterMetadata": { "Name": "SsoClientId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44841,20 +27896,11 @@ { "ParameterMetadata": { "Name": "SsoClientSecretKeyVaultPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44865,82 +27911,11 @@ { "ParameterMetadata": { "Name": "SsoSecretType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44951,20 +27926,11 @@ { "ParameterMetadata": { "Name": "SsoadfsAuthority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44975,20 +27941,11 @@ { "ParameterMetadata": { "Name": "StartVMOnConnect", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44999,20 +27956,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45023,20 +27971,11 @@ { "ParameterMetadata": { "Name": "VMTemplate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45047,20 +27986,11 @@ { "ParameterMetadata": { "Name": "ValidationEnvironment", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45078,16 +28008,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45098,20 +28020,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45122,20 +28035,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45146,20 +28051,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45170,20 +28067,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45194,20 +28082,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45218,20 +28097,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45247,20 +28117,11 @@ { "ParameterMetadata": { "Name": "CustomRdpProperty", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45271,20 +28132,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45295,20 +28147,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45319,82 +28162,11 @@ { "ParameterMetadata": { "Name": "LoadBalancerType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45405,20 +28177,11 @@ { "ParameterMetadata": { "Name": "MaxSessionLimit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45429,82 +28192,11 @@ { "ParameterMetadata": { "Name": "PersonalDesktopAssignmentType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45515,82 +28207,11 @@ { "ParameterMetadata": { "Name": "PreferredAppGroupType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45601,20 +28222,11 @@ { "ParameterMetadata": { "Name": "RegistrationInfoExpirationTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45625,82 +28237,11 @@ { "ParameterMetadata": { "Name": "RegistrationInfoRegistrationTokenOperation", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45711,20 +28252,11 @@ { "ParameterMetadata": { "Name": "Ring", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45735,20 +28267,11 @@ { "ParameterMetadata": { "Name": "SsoClientId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45759,20 +28282,11 @@ { "ParameterMetadata": { "Name": "SsoClientSecretKeyVaultPath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45783,82 +28297,11 @@ { "ParameterMetadata": { "Name": "SsoSecretType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45869,20 +28312,11 @@ { "ParameterMetadata": { "Name": "SsoadfsAuthority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45893,20 +28327,11 @@ { "ParameterMetadata": { "Name": "StartVMOnConnect", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45917,20 +28342,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45941,20 +28357,11 @@ { "ParameterMetadata": { "Name": "VMTemplate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45965,20 +28372,11 @@ { "ParameterMetadata": { "Name": "ValidationEnvironment", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45996,16 +28394,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46016,20 +28406,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46040,20 +28421,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46064,20 +28437,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46088,20 +28453,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46112,20 +28468,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46136,20 +28483,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46159,27 +28497,26 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", "NounName": "AzWvdMsixPackage", "Name": "Update-AzWvdMsixPackage", "ClassName": "Update-AzWvdMsixPackage", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackage", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackage, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackage", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackage, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PackageApplication": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[]", - "PackageDependency": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[]", + "PackageApplication": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[]", + "PackageDependency": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[]", "IsActive": "System.Nullable`1[System.Boolean]", "IsRegularRegistration": "System.Nullable`1[System.Boolean]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -46189,11 +28526,7 @@ "PackageName": "System.String", "PackageRelativePath": "System.String", "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -46209,79 +28542,43 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -46295,69 +28592,35 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IsActive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IsRegularRegistration", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -46369,124 +28632,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -46503,16 +28706,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -46523,20 +28718,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -46547,20 +28733,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -46571,20 +28748,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46595,20 +28763,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46619,20 +28778,11 @@ { "ParameterMetadata": { "Name": "IsActive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46643,20 +28793,11 @@ { "ParameterMetadata": { "Name": "IsRegularRegistration", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46674,16 +28815,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46694,20 +28827,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46718,20 +28842,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46742,20 +28858,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46766,20 +28874,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46790,20 +28889,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46814,20 +28904,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46843,11 +28924,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -46861,15 +28941,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -46880,20 +28953,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46904,20 +28968,11 @@ { "ParameterMetadata": { "Name": "IsActive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46928,20 +28983,11 @@ { "ParameterMetadata": { "Name": "IsRegularRegistration", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46959,16 +29005,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46979,20 +29017,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47003,20 +29032,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47027,20 +29048,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47051,20 +29064,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47075,20 +29079,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47099,20 +29094,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47128,20 +29114,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47152,20 +29129,11 @@ { "ParameterMetadata": { "Name": "IsActive", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47176,20 +29144,11 @@ { "ParameterMetadata": { "Name": "IsRegularRegistration", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47207,16 +29166,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47227,20 +29178,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47251,20 +29193,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47275,20 +29209,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47299,20 +29225,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47323,20 +29240,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47347,20 +29255,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47370,37 +29269,33 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", "NounName": "AzWvdScalingPlan", "Name": "Update-AzWvdScalingPlan", "ClassName": "Update-AzWvdScalingPlan", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingPlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingPlan, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingPlan", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingPlan, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "HostPoolReference": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]", - "Schedule": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]", + "HostPoolReference": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]", + "Schedule": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]", "HostPoolType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType]", "Description": "System.String", "ExclusionTag": "System.String", "FriendlyName": "System.String", + "ObjectId": "System.String", "TimeZone": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -47416,61 +29311,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -47484,221 +29352,82 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ExclusionTag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolReference", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HostPoolType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Schedule", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TimeZone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -47710,124 +29439,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -47844,16 +29513,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -47864,20 +29525,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -47888,20 +29540,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47912,20 +29555,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47936,20 +29570,11 @@ { "ParameterMetadata": { "Name": "ExclusionTag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47960,20 +29585,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47984,20 +29600,12 @@ { "ParameterMetadata": { "Name": "HostPoolReference", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48008,82 +29616,11 @@ { "ParameterMetadata": { "Name": "HostPoolType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48094,20 +29631,12 @@ { "ParameterMetadata": { "Name": "Schedule", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48118,20 +29647,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48142,20 +29662,11 @@ { "ParameterMetadata": { "Name": "TimeZone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48173,16 +29684,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48193,20 +29696,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48217,20 +29711,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48241,20 +29727,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48265,20 +29743,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48289,20 +29758,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48313,20 +29773,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48342,11 +29793,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -48360,15 +29810,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48379,20 +29822,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48403,20 +29837,11 @@ { "ParameterMetadata": { "Name": "ExclusionTag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48427,20 +29852,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48451,20 +29867,12 @@ { "ParameterMetadata": { "Name": "HostPoolReference", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48475,82 +29883,11 @@ { "ParameterMetadata": { "Name": "HostPoolType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48561,20 +29898,12 @@ { "ParameterMetadata": { "Name": "Schedule", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48585,20 +29914,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48609,20 +29929,11 @@ { "ParameterMetadata": { "Name": "TimeZone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48640,16 +29951,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48660,20 +29963,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48684,20 +29978,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48708,20 +29994,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48732,20 +30010,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48756,20 +30025,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48780,20 +30040,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48809,20 +30060,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48833,20 +30075,11 @@ { "ParameterMetadata": { "Name": "ExclusionTag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48857,20 +30090,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48881,20 +30105,12 @@ { "ParameterMetadata": { "Name": "HostPoolReference", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48905,82 +30121,11 @@ { "ParameterMetadata": { "Name": "HostPoolType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48991,20 +30136,12 @@ { "ParameterMetadata": { "Name": "Schedule", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49015,20 +30152,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49039,20 +30167,11 @@ { "ParameterMetadata": { "Name": "TimeZone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49070,16 +30189,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49090,20 +30201,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49114,20 +30216,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49138,20 +30232,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49162,20 +30248,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49186,20 +30263,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49210,20 +30278,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49233,26 +30292,25 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", "NounName": "AzWvdSessionHost", "Name": "Update-AzWvdSessionHost", "ClassName": "Update-AzWvdSessionHost", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHost", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHost, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHost", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHost, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "HealthCheckResult": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHostHealthCheckReport[]", + "HealthCheckResult": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHostHealthCheckReport[]", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status]", "UpdateState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState]", "AllowNewSession": "System.Nullable`1[System.Boolean]", @@ -49263,15 +30321,12 @@ "AgentVersion": "System.String", "AssignedUser": "System.String", "OSVersion": "System.String", + "ObjectId": "System.String", "ResourceId": "System.String", "SxSStackVersion": "System.String", "UpdateErrorMessage": "System.String", "VirtualMachineId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -49281,20 +30336,11 @@ "Parameters": [ { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -49305,61 +30351,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -49373,51 +30392,26 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AllowNewSession", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AssignedUser", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -49429,124 +30423,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -49557,20 +30491,11 @@ { "ParameterMetadata": { "Name": "HostPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49587,16 +30512,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49607,20 +30524,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49631,20 +30539,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49655,20 +30554,11 @@ { "ParameterMetadata": { "Name": "AllowNewSession", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49679,20 +30569,11 @@ { "ParameterMetadata": { "Name": "AssignedUser", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49710,16 +30591,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49730,20 +30603,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49754,20 +30618,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49778,20 +30634,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49802,20 +30650,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49826,20 +30665,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49850,20 +30680,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49879,11 +30700,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -49897,15 +30717,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49916,20 +30729,11 @@ { "ParameterMetadata": { "Name": "AllowNewSession", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49940,20 +30744,11 @@ { "ParameterMetadata": { "Name": "AssignedUser", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49971,16 +30766,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49991,20 +30778,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50015,20 +30793,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50039,20 +30809,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50063,20 +30825,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50087,20 +30840,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50111,20 +30855,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50140,20 +30875,11 @@ { "ParameterMetadata": { "Name": "AllowNewSession", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50164,20 +30890,11 @@ { "ParameterMetadata": { "Name": "AssignedUser", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50195,16 +30912,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50215,20 +30924,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50239,20 +30939,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50263,20 +30955,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50287,20 +30971,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50311,20 +30986,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50335,20 +31001,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50358,33 +31015,30 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", "NounName": "AzWvdWorkspace", "Name": "Update-AzWvdWorkspace", "ClassName": "Update-AzWvdWorkspace", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IWorkspace, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IWorkspace, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "CloudPcResource": "System.Nullable`1[System.Boolean]", "Description": "System.String", "FriendlyName": "System.String", + "ObjectId": "System.String", "ApplicationGroupReference": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -50400,61 +31054,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -50468,87 +31095,45 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ApplicationGroupReference", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -50560,124 +31145,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -50694,16 +31219,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -50714,20 +31231,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -50738,20 +31246,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50762,20 +31261,12 @@ { "ParameterMetadata": { "Name": "ApplicationGroupReference", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50786,20 +31277,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50810,20 +31292,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50834,20 +31307,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50865,16 +31329,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50885,20 +31341,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50909,20 +31356,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50933,20 +31372,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50957,20 +31388,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50981,20 +31403,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51005,20 +31418,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51034,11 +31438,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopVirtualizationIdentity, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGroupName": "System.String", "ApplicationName": "System.String", @@ -51052,15 +31455,8 @@ "SubscriptionId": "System.String", "UserSessionId": "System.String", "WorkspaceName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -51071,20 +31467,12 @@ { "ParameterMetadata": { "Name": "ApplicationGroupReference", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51095,20 +31483,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51119,20 +31498,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51143,20 +31513,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51174,16 +31535,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51194,20 +31547,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51218,20 +31562,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51242,20 +31578,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51266,20 +31594,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51290,20 +31609,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51314,20 +31624,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51343,20 +31644,12 @@ { "ParameterMetadata": { "Name": "ApplicationGroupReference", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51367,20 +31660,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51391,20 +31675,11 @@ { "ParameterMetadata": { "Name": "FriendlyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51415,20 +31690,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51446,16 +31712,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51466,20 +31724,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51490,20 +31739,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51514,20 +31755,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51538,20 +31771,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51562,20 +31786,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51586,20 +31801,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51609,161 +31815,60 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.SendAsyncStep, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Invoke", @@ -51845,14 +31950,16 @@ }, { "Name": "GetInvocationList", - "Parameters": [], "ReturnType": "System.Delegate[]" }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, + { + "Name": "Clone", + "ReturnType": "System.Object" + }, { "Name": "DynamicInvoke", "Parameters": [ @@ -51864,19 +31971,12 @@ "ReturnType": "System.Object" }, { - "Name": "Clone", - "Parameters": [], - "ReturnType": "System.Object" + "Name": "GetType", + "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51891,117 +31991,69 @@ "Name": "method", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Reflection.MethodInfo": { "Namespace": "System.Reflection", "Name": "System.Reflection.MethodInfo", - "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": { "Namespace": "System.Threading.Tasks", "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Net.Http.HttpResponseMessage" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "System.IAsyncResult": { "Namespace": "System", "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Delegate[]": { "Namespace": "System", "Name": "System.Delegate[]", "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Delegate", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Delegate" }, "System.Delegate": { "Namespace": "System", "Name": "System.Delegate", - "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications" }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageApplications, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageApplications, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RawIcon": "System.Byte[]", "RawPng": "System.Byte[]", @@ -52010,87 +32062,55 @@ "Description": "System.String", "FriendlyName": "System.String", "IconImageName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Byte" }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies" }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IMsixPackageDependencies, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IMsixPackageDependencies, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DependencyName": "System.String", "MinVersion": "System.String", "Publisher": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -52140,63 +32160,43 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Management.Automation.CompletionResult" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Management.Automation.CompletionResult": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.CompletionResult", - "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -52246,41 +32246,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -52330,54 +32319,113 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation" + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Operation" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IDesktop, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop" + }, + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IDesktop, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IconContent": "System.Byte[]", "Description": "System.String", "FriendlyName": "System.String", - "IconHash": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "IconHash": "System.String", + "ObjectId": "System.String" + } }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -52427,29 +32475,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -52499,29 +32540,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -52571,41 +32605,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -52655,41 +32678,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -52739,41 +32751,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -52823,61 +32824,50 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.String[]": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IRegistrationInfo, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IRegistrationInfo, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RegistrationTokenOperation": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]", "ExpirationTime": "System.Nullable`1[System.DateTime]", "Token": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Json.JsonNode, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Json.JsonNode, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Json.JsonNode" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -52890,54 +32880,35 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference" }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingHostPoolReference, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingHostPoolReference, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScalingPlanEnabled": "System.Nullable`1[System.Boolean]", "HostPoolArmPath": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule" }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.IScalingSchedule, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.IScalingSchedule, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RampDownLoadBalancingAlgorithm": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]", "RampUpLoadBalancingAlgorithm": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]", @@ -52957,31 +32928,20 @@ "RampDownNotificationMessage": "System.String", "Name": "System.String", "DaysOfWeek": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -53031,41 +32991,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -53115,79 +33064,56 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType" - ], - "Methods": [], - "Constructors": [] + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHostHealthCheckReport[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHostHealthCheckReport[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHostHealthCheckReport[], Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHostHealthCheckReport", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHostHealthCheckReport[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHostHealthCheckReport[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHostHealthCheckReport[], Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHostHealthCheckReport" }, - "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHostHealthCheckReport": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHostHealthCheckReport", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210201Preview.ISessionHostHealthCheckReport, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHostHealthCheckReport": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHostHealthCheckReport", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20210712.ISessionHostHealthCheckReport, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthCheckName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName]", "HealthCheckResult": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckResult]", "AdditionalFailureDetailLastHealthCheckDateTime": "System.Nullable`1[System.DateTime]", "AdditionalFailureDetailErrorCode": "System.Nullable`1[System.Int32]", "AdditionalFailureDetailMessage": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -53237,41 +33163,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckResult]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckResult]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckResult, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckResult, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckResult" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckResult": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckResult", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckResult, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckResult, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -53321,41 +33236,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -53405,41 +33309,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -53489,41 +33382,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -53573,41 +33455,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState, Az.DesktopVirtualization.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState, Az.DesktopVirtualization.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -53657,21 +33528,17 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DiskPool.json b/tools/Tools.Common/SerializedCmdlets/Az.DiskPool.json index e639e4dfbcb7..62b019b76250 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.DiskPool.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.DiskPool.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.DiskPool", + "ModuleVersion": "0.3.0", "Cmdlets": [ { "VerbName": "Get", @@ -12,29 +14,27 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPool, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPool", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPool, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Disk": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDisk[]", + "Disk": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk[]", "Status": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus", "ProvisioningState": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "ManagedBy": "System.String", "SkuName": "System.String", "SkuTier": "System.String", "SubnetId": "System.String", "SystemDataCreatedBy": "System.String", "SystemDataLastModifiedBy": "System.String", "AdditionalCapability": "System.String[]", - "AvailabilityZone": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AvailabilityZone": "System.String[]", + "ManagedByExtended": "System.String[]" + } }, "ParameterSets": [ "__AllParameterSets" @@ -50,61 +50,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -112,15 +86,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -132,124 +99,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -266,16 +173,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -286,20 +185,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -310,20 +200,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -341,16 +223,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -361,20 +235,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -385,20 +250,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -409,20 +266,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -433,20 +282,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -457,20 +297,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -481,20 +312,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -510,20 +332,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -534,20 +347,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -565,16 +370,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -585,20 +382,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -609,20 +397,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -633,20 +413,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -657,20 +429,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -681,20 +444,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -705,20 +459,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -734,20 +479,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -765,16 +502,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -785,20 +514,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -809,20 +529,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -833,20 +545,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -857,20 +561,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -881,20 +576,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -905,20 +591,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -934,11 +611,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -946,15 +622,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -972,16 +641,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -992,20 +653,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1016,20 +668,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1040,20 +684,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1064,20 +700,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1088,20 +715,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1112,20 +730,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1148,16 +757,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1168,20 +769,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1192,20 +784,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1216,20 +800,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1240,20 +816,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1264,20 +831,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1288,20 +846,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1311,8 +860,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1326,29 +874,28 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiTarget", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiTarget, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiTarget", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiTarget, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "StaticAcls": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]", - "Lun": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]", + "StaticAcls": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]", + "Lun": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]", "AclMode": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode", "Status": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus", "ProvisioningState": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates", - "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", "Port": "System.Nullable`1[System.Int32]", + "ManagedBy": "System.String", "SystemDataCreatedBy": "System.String", "SystemDataLastModifiedBy": "System.String", "TargetIqn": "System.String", + "ManagedByExtended": "System.String[]", + "Session": "System.String[]", "Endpoint": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -1358,20 +905,11 @@ "Parameters": [ { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1382,61 +920,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -1444,15 +956,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1464,124 +969,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -1592,20 +1037,11 @@ { "ParameterMetadata": { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1616,20 +1052,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1640,20 +1067,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1671,16 +1090,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1691,20 +1102,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1715,20 +1117,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1739,20 +1133,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1763,20 +1149,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1787,20 +1164,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1811,20 +1179,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1840,20 +1199,11 @@ { "ParameterMetadata": { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1870,16 +1220,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1890,20 +1232,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1914,20 +1247,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1945,16 +1270,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1965,20 +1282,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1989,20 +1297,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2013,20 +1313,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2037,20 +1329,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2061,20 +1344,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2085,20 +1359,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2114,11 +1379,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -2126,15 +1390,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2152,16 +1409,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2172,20 +1421,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2196,20 +1436,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2220,20 +1452,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2244,20 +1468,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2268,20 +1483,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2292,20 +1498,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2328,16 +1525,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2348,20 +1537,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2372,20 +1552,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2396,20 +1568,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2420,20 +1584,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2444,20 +1599,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2468,20 +1614,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2491,8 +1628,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -2506,17 +1642,13 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IOutboundEnvironmentEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IOutboundEnvironmentEndpoint, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IOutboundEnvironmentEndpoint", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IOutboundEnvironmentEndpoint, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Endpoint": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDependency[]", + "Endpoint": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDependency[]", "Category": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -2526,56 +1658,30 @@ "Parameters": [ { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -2587,124 +1693,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -2715,20 +1761,11 @@ { "ParameterMetadata": { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2739,20 +1776,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2763,20 +1791,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2794,16 +1814,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2814,20 +1826,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2838,20 +1841,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2862,20 +1857,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2886,20 +1873,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2910,20 +1888,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2934,20 +1903,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2957,14 +1917,13 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", - "NounName": "AzDiskPoolZone", - "Name": "Get-AzDiskPoolZone", - "ClassName": "Get-AzDiskPoolZone", + "NounName": "AzDiskPoolResourceSku", + "Name": "Get-AzDiskPoolResourceSku", + "ClassName": "Get-AzDiskPoolResourceSku", "SupportsShouldProcess": false, "ConfirmImpact": 0, "SupportsPaging": false, @@ -2972,19 +1931,20 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPoolZoneInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPoolZoneInfo, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuInfo", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuInfo, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SkuName": "System.String", - "SkuTier": "System.String", - "AdditionalCapability": "System.String[]", - "AvailabilityZone": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Capability": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuCapability[]", + "Restriction": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuRestrictions[]", + "LocationInfoZoneDetail": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuZoneDetails[]", + "ApiVersion": "System.String", + "LocationInfoLocation": "System.String", + "Name": "System.String", + "ResourceType": "System.String", + "Tier": "System.String", + "LocationInfoZone": "System.String[]" + } }, "ParameterSets": [ "__AllParameterSets" @@ -2994,38 +1954,21 @@ "Parameters": [ { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -3037,124 +1980,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -3165,20 +2048,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3189,20 +2063,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3220,16 +2086,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3240,20 +2098,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3264,20 +2113,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3288,20 +2129,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3312,20 +2145,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3336,20 +2160,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3360,20 +2175,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3383,44 +2189,29 @@ } ] } - ], - "AliasList": [] + ] }, { - "VerbName": "New", - "NounName": "AzDiskPool", - "Name": "New-AzDiskPool", - "ClassName": "New-AzDiskPool", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, + "VerbName": "Get", + "NounName": "AzDiskPoolZone", + "Name": "Get-AzDiskPoolZone", + "ClassName": "Get-AzDiskPoolZone", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, "SupportsPaging": false, - "DefaultParameterSetName": "CreateExpanded", + "DefaultParameterSetName": "List", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPool, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPoolZoneInfo", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPoolZoneInfo, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Disk": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDisk[]", - "Status": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus", - "ProvisioningState": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates", - "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", - "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", - "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", - "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", "SkuName": "System.String", "SkuTier": "System.String", - "SubnetId": "System.String", - "SystemDataCreatedBy": "System.String", - "SystemDataLastModifiedBy": "System.String", "AdditionalCapability": "System.String[]", "AvailabilityZone": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -3428,204 +2219,23 @@ } ], "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "DiskPoolName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SkuName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AvailabilityZone", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AdditionalCapability", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "DiskId", - "AliasList": [], + "Name": "SubscriptionId", "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SkuTier", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -3637,160 +2247,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -3800,47 +2314,12 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "DiskPoolName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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": [], + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3851,20 +2330,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3874,93 +2345,31 @@ }, { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SkuName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SubnetId", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AvailabilityZone", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3970,21 +2379,13 @@ }, { "ParameterMetadata": { - "Name": "AdditionalCapability", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3994,21 +2395,13 @@ }, { "ParameterMetadata": { - "Name": "DiskId", - "AliasList": [], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4018,21 +2411,12 @@ }, { "ParameterMetadata": { - "Name": "SkuTier", - "AliasList": [], + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4042,21 +2426,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], + "Name": "ProxyCredential", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4066,48 +2441,1225 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + } + ] + }, + { + "VerbName": "Invoke", + "NounName": "AzDiskPoolRedeployment", + "Name": "Invoke-AzDiskPoolRedeployment", + "ClassName": "Invoke-AzDiskPoolRedeployment", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Redeploy", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DiskPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DiskPoolName": "System.String", + "Id": "System.String", + "IscsiTargetName": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Redeploy", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DiskPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RedeployViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DiskPoolName": "System.String", + "Id": "System.String", + "IscsiTargetName": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzDiskPool", + "Name": "New-AzDiskPool", + "ClassName": "New-AzDiskPool", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPool", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPool, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Disk": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk[]", + "Status": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus", + "ProvisioningState": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "ManagedBy": "System.String", + "SkuName": "System.String", + "SkuTier": "System.String", + "SubnetId": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "AdditionalCapability": "System.String[]", + "AvailabilityZone": "System.String[]", + "ManagedByExtended": "System.String[]" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "DiskPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubnetId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AdditionalCapability", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AvailabilityZone", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DiskId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedByExtended", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuTier", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DiskPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubnetId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AdditionalCapability", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AvailabilityZone", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DiskId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedByExtended", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4118,20 +3670,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4142,20 +3685,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4166,20 +3701,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4190,20 +3717,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4214,20 +3732,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4238,20 +3747,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4262,20 +3762,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4285,8 +3776,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -4300,15 +3790,13 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.Acl", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.Acl, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.Acl", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.Acl, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InitiatorIqn": "System.String", "MappedLun": "System.String[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "FromJson", @@ -4318,7 +3806,7 @@ "Type": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Json.JsonNode" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, { "Name": "ToJson", @@ -4342,7 +3830,7 @@ "Type": "System.Collections.IDictionary" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, { "Name": "DeserializeFromPSObject", @@ -4352,7 +3840,7 @@ "Type": "System.Management.Automation.PSObject" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, { "Name": "FromJsonString", @@ -4362,21 +3850,18 @@ "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, { "Name": "ToJsonString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -4391,15 +3876,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -4411,38 +3893,21 @@ "Parameters": [ { "Name": "InitiatorIqn", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MappedLun", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -4453,20 +3918,11 @@ { "ParameterMetadata": { "Name": "InitiatorIqn", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4477,20 +3933,12 @@ { "ParameterMetadata": { "Name": "MappedLun", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4500,8 +3948,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -4515,16 +3962,14 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IscsiLun", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IscsiLun, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IscsiLun", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IscsiLun, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "ManagedDiskAzureResourceId": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "FromJson", @@ -4534,7 +3979,7 @@ "Type": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Json.JsonNode" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" }, { "Name": "ToJson", @@ -4558,7 +4003,7 @@ "Type": "System.Collections.IDictionary" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" }, { "Name": "DeserializeFromPSObject", @@ -4568,7 +4013,7 @@ "Type": "System.Management.Automation.PSObject" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" }, { "Name": "FromJsonString", @@ -4578,21 +4023,18 @@ "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun" + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" }, { "Name": "ToJsonString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -4607,15 +4049,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -4627,38 +4066,20 @@ "Parameters": [ { "Name": "ManagedDiskAzureResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -4669,20 +4090,11 @@ { "ParameterMetadata": { "Name": "ManagedDiskAzureResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4693,20 +4105,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4716,8 +4119,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -4731,29 +4133,28 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiTarget", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiTarget, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiTarget", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiTarget, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "StaticAcls": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]", - "Lun": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]", + "StaticAcls": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]", + "Lun": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]", "AclMode": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode", "Status": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus", "ProvisioningState": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates", - "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", "Port": "System.Nullable`1[System.Int32]", + "ManagedBy": "System.String", "SystemDataCreatedBy": "System.String", "SystemDataLastModifiedBy": "System.String", "TargetIqn": "System.String", + "ManagedByExtended": "System.String[]", + "Session": "System.String[]", "Endpoint": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -4763,20 +4164,11 @@ "Parameters": [ { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4787,124 +4179,83 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AclMode", - "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Lun", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedBy", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Lun", - "AliasList": [], + "Name": "ManagedByExtended", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StaticAcl", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TargetIqn", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4916,160 +4267,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -5080,20 +4353,11 @@ { "ParameterMetadata": { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5110,16 +4374,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5130,20 +4386,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5154,20 +4401,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5178,44 +4416,58 @@ { "ParameterMetadata": { "Name": "AclMode", - "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Lun", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedBy", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Lun", - "AliasList": [], + "Name": "ManagedByExtended", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5226,20 +4478,12 @@ { "ParameterMetadata": { "Name": "StaticAcl", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5250,20 +4494,11 @@ { "ParameterMetadata": { "Name": "TargetIqn", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5281,16 +4516,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5301,20 +4528,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5325,20 +4543,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5349,20 +4558,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5373,20 +4574,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5397,20 +4590,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5421,20 +4605,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5445,20 +4620,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5469,20 +4635,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5492,8 +4649,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -5509,12 +4665,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -5530,61 +4681,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -5592,15 +4716,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -5612,178 +4729,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -5800,16 +4830,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5820,20 +4842,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5844,20 +4857,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5875,16 +4879,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5895,20 +4891,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5919,20 +4906,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5943,20 +4921,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5967,20 +4937,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5991,20 +4953,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6015,20 +4968,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6039,20 +4983,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6063,20 +4998,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6087,20 +5013,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6116,11 +5033,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -6128,15 +5044,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6154,16 +5063,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6174,20 +5075,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6198,20 +5090,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6222,20 +5105,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6246,20 +5121,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6270,20 +5137,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6294,20 +5152,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6318,20 +5167,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6342,20 +5182,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6366,20 +5197,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6402,16 +5224,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6422,20 +5236,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6446,20 +5251,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6470,20 +5266,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6494,20 +5282,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6518,20 +5298,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6542,20 +5313,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6566,20 +5328,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6590,20 +5343,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6614,20 +5358,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6637,8 +5372,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -6654,12 +5388,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -6669,20 +5398,11 @@ "Parameters": [ { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -6693,61 +5413,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -6755,15 +5448,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -6775,178 +5461,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -6957,20 +5556,11 @@ { "ParameterMetadata": { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6987,16 +5577,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7007,20 +5589,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7031,20 +5604,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7062,16 +5626,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7082,20 +5638,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7106,20 +5653,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7130,20 +5668,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7154,20 +5684,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7178,20 +5700,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7202,20 +5715,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7226,20 +5730,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7250,20 +5745,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7274,20 +5760,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7303,11 +5780,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -7315,15 +5791,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7341,16 +5810,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7361,20 +5822,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7385,20 +5837,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7409,20 +5852,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7433,20 +5868,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7457,20 +5884,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7481,20 +5899,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7505,20 +5914,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7529,20 +5929,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7553,20 +5944,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7589,16 +5971,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7609,20 +5983,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7633,20 +5998,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7657,20 +6013,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7681,20 +6029,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7705,20 +6045,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7729,20 +6060,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7753,20 +6075,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7777,20 +6090,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7801,20 +6105,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7824,8 +6119,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Start", @@ -7841,12 +6135,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -7862,61 +6151,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -7924,15 +6186,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -7944,178 +6199,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -8132,16 +6300,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8152,20 +6312,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8176,20 +6327,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8207,16 +6349,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8227,20 +6361,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8251,20 +6376,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8275,20 +6391,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8299,20 +6407,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8323,20 +6423,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8347,20 +6438,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8371,20 +6453,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8395,20 +6468,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8419,20 +6483,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8448,11 +6503,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -8460,15 +6514,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8486,16 +6533,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8506,20 +6545,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8530,20 +6560,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8554,20 +6575,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8578,20 +6591,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8602,20 +6607,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8626,20 +6622,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8650,20 +6637,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8674,20 +6652,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8698,20 +6667,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8734,16 +6694,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8754,20 +6706,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8778,20 +6721,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8802,20 +6736,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8826,20 +6752,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8850,20 +6768,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8874,20 +6783,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8898,20 +6798,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8922,20 +6813,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8946,20 +6828,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8969,8 +6842,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Stop", @@ -8986,12 +6858,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -9001,65 +6868,37 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -9067,15 +6906,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -9087,178 +6919,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -9269,20 +7014,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9293,20 +7029,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9317,20 +7044,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9348,16 +7066,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9368,20 +7078,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9392,20 +7093,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9416,20 +7108,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9440,20 +7124,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9464,20 +7140,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9488,20 +7155,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9512,20 +7170,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9536,20 +7185,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9560,20 +7200,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9589,11 +7220,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -9601,15 +7231,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9627,16 +7250,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9647,20 +7262,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9671,20 +7277,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9695,20 +7292,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9719,20 +7308,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9743,20 +7324,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9767,20 +7339,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9791,20 +7354,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9815,20 +7369,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9839,20 +7384,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9875,16 +7411,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9895,20 +7423,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9919,20 +7438,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9943,20 +7453,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9967,20 +7469,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9991,20 +7485,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10015,20 +7500,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10039,20 +7515,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10063,20 +7530,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10087,20 +7545,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10110,8 +7559,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -10125,29 +7573,27 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDiskPool, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPool", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPool, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Disk": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDisk[]", + "Disk": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk[]", "Status": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus", "ProvisioningState": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "ManagedBy": "System.String", "SkuName": "System.String", "SkuTier": "System.String", "SubnetId": "System.String", "SystemDataCreatedBy": "System.String", "SystemDataLastModifiedBy": "System.String", "AdditionalCapability": "System.String[]", - "AvailabilityZone": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AvailabilityZone": "System.String[]", + "ManagedByExtended": "System.String[]" + } }, "ParameterSets": [ "__AllParameterSets" @@ -10163,61 +7609,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -10225,51 +7644,64 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "DiskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedByExtended", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuTier", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -10281,160 +7713,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -10451,16 +7805,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10471,20 +7817,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10495,20 +7832,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10519,20 +7847,73 @@ { "ParameterMetadata": { "Name": "DiskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedByExtended", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10543,20 +7924,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10574,16 +7946,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10594,20 +7958,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10618,20 +7973,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10642,20 +7988,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10666,20 +8004,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10690,20 +8020,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10714,20 +8035,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10738,20 +8050,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10762,20 +8065,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10791,11 +8085,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -10803,15 +8096,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10822,20 +8108,73 @@ { "ParameterMetadata": { "Name": "DiskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedByExtended", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10846,20 +8185,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10877,16 +8207,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10897,20 +8219,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10921,20 +8234,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10945,20 +8249,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10969,20 +8265,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10993,20 +8281,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11017,20 +8296,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11041,20 +8311,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11065,20 +8326,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11094,20 +8346,73 @@ { "ParameterMetadata": { "Name": "DiskId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedByExtended", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11118,20 +8423,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11149,16 +8445,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11169,20 +8457,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11193,20 +8472,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11217,20 +8487,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11241,20 +8503,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11265,20 +8519,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11289,20 +8534,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11313,20 +8549,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11337,20 +8564,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11360,8 +8578,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -11375,29 +8592,28 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiTarget", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiTarget, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiTarget", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiTarget, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "StaticAcls": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]", - "Lun": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]", + "StaticAcls": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]", + "Lun": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]", "AclMode": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode", "Status": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus", "ProvisioningState": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates", - "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", "Port": "System.Nullable`1[System.Int32]", + "ManagedBy": "System.String", "SystemDataCreatedBy": "System.String", "SystemDataLastModifiedBy": "System.String", "TargetIqn": "System.String", + "ManagedByExtended": "System.String[]", + "Session": "System.String[]", "Endpoint": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -11407,20 +8623,11 @@ "Parameters": [ { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -11431,61 +8638,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -11493,51 +8673,47 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Lun", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedByExtended", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StaticAcl", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -11549,160 +8725,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -11713,20 +8811,11 @@ { "ParameterMetadata": { "Name": "DiskPoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11743,16 +8832,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11763,20 +8844,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11787,20 +8859,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11811,20 +8874,43 @@ { "ParameterMetadata": { "Name": "Lun", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedByExtended", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11835,20 +8921,12 @@ { "ParameterMetadata": { "Name": "StaticAcl", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11866,16 +8944,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11886,20 +8956,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11910,20 +8971,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11934,20 +8986,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11958,20 +9002,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11982,20 +9018,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12006,20 +9033,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12030,20 +9048,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12054,20 +9063,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12083,11 +9083,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDiskPoolIdentity, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskPoolName": "System.String", "Id": "System.String", @@ -12095,15 +9094,8 @@ "Location": "System.String", "ResourceGroupName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12114,20 +9106,43 @@ { "ParameterMetadata": { "Name": "Lun", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedByExtended", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12138,20 +9153,12 @@ { "ParameterMetadata": { "Name": "StaticAcl", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12169,16 +9176,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12189,20 +9188,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12213,20 +9203,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12237,20 +9218,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12261,20 +9234,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12285,20 +9250,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12309,20 +9265,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12333,20 +9280,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12357,20 +9295,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12386,20 +9315,43 @@ { "ParameterMetadata": { "Name": "Lun", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedBy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedByExtended", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12410,20 +9362,12 @@ { "ParameterMetadata": { "Name": "StaticAcl", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12441,16 +9385,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12461,20 +9397,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12485,20 +9412,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12509,20 +9427,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12533,20 +9443,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12557,20 +9459,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12581,20 +9474,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12605,20 +9489,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12629,20 +9504,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12652,180 +9518,70 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, - "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDisk[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDisk[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDisk", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk" }, - "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDisk": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDisk", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IDisk, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -12875,61 +9631,40 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Management.Automation.CompletionResult" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Management.Automation.CompletionResult": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.CompletionResult", - "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ProvisioningStates, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -12979,41 +9714,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.CreatedByType, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -13063,64 +9787,45 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.String[]": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.SendAsyncStep, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Invoke", @@ -13202,17 +9907,14 @@ }, { "Name": "GetInvocationList", - "Parameters": [], "ReturnType": "System.Delegate[]" }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "Clone", - "Parameters": [], "ReturnType": "System.Object" }, { @@ -13227,12 +9929,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" } ], @@ -13248,159 +9948,97 @@ "Name": "method", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Reflection.MethodInfo": { "Namespace": "System.Reflection", "Name": "System.Reflection.MethodInfo", - "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": { "Namespace": "System.Threading.Tasks", "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]", "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Net.Http.HttpResponseMessage" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "System.IAsyncResult": { "Namespace": "System", "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Delegate[]": { "Namespace": "System", "Name": "System.Delegate[]", "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Delegate", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Delegate" }, "System.Delegate": { "Namespace": "System", "Name": "System.Delegate", - "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl" }, - "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IAcl, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InitiatorIqn": "System.String", "MappedLun": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun" }, - "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IIscsiLun, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "ManagedDiskAzureResourceId": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.IscsiTargetAclMode, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -13450,112 +10088,274 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDependency[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDependency[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDependency[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDependency", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDependency[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDependency[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDependency[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDependency" }, - "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDependency": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDependency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDependency, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDependency": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDependency", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDependency, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "EndpointDetail": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDetail[]", + "EndpointDetail": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDetail[]", "DomainName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDetail[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDetail[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDetail[], Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDetail", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDetail[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDetail[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDetail[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDetail" }, - "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDetail": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210401Preview.IEndpointDetail, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDetail": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDetail", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IEndpointDetail, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsAccessible": "System.Nullable`1[System.Boolean]", "Latency": "System.Nullable`1[System.Double]", "Port": "System.Nullable`1[System.Int32]", "IPAddress": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[System.Double]": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuCapability[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuCapability[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuCapability[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuCapability" + }, + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuCapability": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuCapability", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuCapability, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Value": "System.String" + } + }, + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuRestrictions[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuRestrictions[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuRestrictions[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuRestrictions" + }, + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuRestrictions": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuRestrictions", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuRestrictions, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ReasonCode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode]", + "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsType]", + "RestrictionInfoLocation": "System.String[]", + "RestrictionInfoZone": "System.String[]", + "Value": "System.String[]" + } + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsType, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsType" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsType, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsType" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuZoneDetails[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuZoneDetails[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuZoneDetails[], Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuZoneDetails" + }, + "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuZoneDetails": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuZoneDetails", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuZoneDetails, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Capability": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuCapability[]", + "Name": "System.String[]" + } }, "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Json.JsonNode, Az.DiskPool.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Json.JsonNode, Az.DiskPool.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Json.JsonNode" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -13570,11 +10370,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json b/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json index bfc549aa3de7..6481bbee1b79 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.EventHub", + "ModuleVersion": "1.9.0", "Cmdlets": [ { "VerbName": "Add", @@ -14,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -24,17 +26,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -49,15 +47,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -66,8 +61,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -79,20 +73,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -103,125 +88,39 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IpMask", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Action", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IpRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetIpRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwiprulescol", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.NWRuleSetIpRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwiprules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -240,21 +139,8 @@ "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 } ], @@ -265,20 +151,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -295,16 +172,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -315,20 +184,11 @@ { "ParameterMetadata": { "Name": "IpMask", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -339,20 +199,11 @@ { "ParameterMetadata": { "Name": "Action", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -377,21 +228,8 @@ "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, @@ -407,20 +245,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -437,16 +266,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -457,75 +278,15 @@ { "ParameterMetadata": { "Name": "IpRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetIpRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwiprulescol", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.NWRuleSetIpRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwiprules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -550,21 +311,8 @@ "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, @@ -594,21 +342,8 @@ "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, @@ -618,8 +353,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Add", @@ -635,7 +369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -645,17 +379,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -670,15 +400,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -687,8 +414,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -700,20 +426,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -724,125 +441,39 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IgnoreMissingVnetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.NWRuleSetVirtualNetworkRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -861,21 +492,8 @@ "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 } ], @@ -886,20 +504,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -916,16 +525,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -936,20 +537,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -960,20 +552,11 @@ { "ParameterMetadata": { "Name": "IgnoreMissingVnetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -998,21 +581,8 @@ "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, @@ -1028,20 +598,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1058,16 +619,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1078,75 +631,15 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.NWRuleSetVirtualNetworkRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1171,21 +664,8 @@ "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, @@ -1215,21 +695,8 @@ "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, @@ -1239,8 +706,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1256,7 +722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -1268,17 +734,13 @@ "Id": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1293,15 +755,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -1310,8 +769,7 @@ "Name": "ehResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -1323,20 +781,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1347,16 +796,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1367,109 +808,49 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NamespaceObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1488,21 +869,8 @@ "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 } ], @@ -1513,20 +881,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1543,16 +902,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1569,16 +920,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1589,22 +932,14 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1629,21 +964,8 @@ "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, @@ -1665,16 +987,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1685,75 +999,31 @@ { "ParameterMetadata": { "Name": "NamespaceObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1778,21 +1048,8 @@ "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, @@ -1822,21 +1079,8 @@ "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, @@ -1846,8 +1090,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1863,7 +1106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -1872,17 +1115,13 @@ "Name": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1897,15 +1136,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -1914,8 +1150,7 @@ "Name": "authRuleResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -1927,20 +1162,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1951,16 +1177,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1971,34 +1189,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2009,16 +1210,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2037,21 +1230,8 @@ "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 } ], @@ -2062,20 +1242,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2092,16 +1263,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2126,21 +1289,8 @@ "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, @@ -2162,16 +1312,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2182,20 +1324,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2212,16 +1345,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2246,21 +1371,8 @@ "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, @@ -2282,16 +1394,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2308,16 +1412,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2328,20 +1424,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2358,16 +1445,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2392,21 +1471,8 @@ "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, @@ -2428,16 +1494,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2448,20 +1506,11 @@ { "ParameterMetadata": { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2472,20 +1521,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2502,16 +1542,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2536,21 +1568,8 @@ "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, @@ -2560,8 +1579,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -2577,7 +1595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -2589,17 +1607,13 @@ "Id": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2614,15 +1628,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -2631,8 +1642,7 @@ "Name": "ehResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -2644,20 +1654,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2668,16 +1669,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -2696,21 +1689,8 @@ "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 } ], @@ -2721,20 +1701,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2751,16 +1722,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2785,21 +1748,8 @@ "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, @@ -2809,8 +1759,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -2826,14 +1775,10 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster" - ], - "Methods": [], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -2857,21 +1802,8 @@ "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 } ], @@ -2896,21 +1828,8 @@ "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, @@ -2920,8 +1839,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -2937,7 +1855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", @@ -2946,17 +1864,13 @@ "Location": "System.String", "UserMetadata": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2971,15 +1885,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -2988,8 +1899,7 @@ "Name": "consumerGroupResourceResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -3001,20 +1911,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3025,16 +1926,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3045,16 +1938,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -3065,36 +1950,20 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -3113,21 +1982,8 @@ "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 } ], @@ -3138,20 +1994,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3168,16 +2015,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3194,16 +2033,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3220,16 +2051,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3240,22 +2063,14 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3280,21 +2095,8 @@ "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, @@ -3304,8 +2106,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -3321,7 +2122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -3332,17 +2133,13 @@ "PartnerNamespace": "System.String", "AlternateName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3357,15 +2154,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -3374,8 +2168,7 @@ "Name": "drResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -3387,147 +2180,67 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -3546,21 +2259,8 @@ "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 } ], @@ -3571,20 +2271,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3595,20 +2286,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3619,20 +2301,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3657,21 +2330,8 @@ "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, @@ -3687,75 +2347,31 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3766,20 +2382,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3804,21 +2411,8 @@ "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, @@ -3834,20 +2428,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3858,20 +2443,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3896,21 +2472,8 @@ "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, @@ -3926,20 +2489,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3964,21 +2518,8 @@ "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, @@ -3988,8 +2529,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4005,7 +2545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AliasPrimaryConnectionString": "System.String", "AliasSecondaryConnectionString": "System.String", @@ -4015,17 +2555,13 @@ "SecondaryKey": "System.String", "KeyName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4040,7 +2576,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -4052,8 +2587,7 @@ "Name": "listKeysResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4065,20 +2599,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -4089,16 +2614,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -4109,34 +2626,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -4147,16 +2647,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -4175,21 +2667,8 @@ "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 } ], @@ -4200,20 +2679,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4230,16 +2700,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4264,21 +2726,8 @@ "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, @@ -4300,16 +2749,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4320,20 +2761,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4350,16 +2782,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4384,21 +2808,8 @@ "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, @@ -4420,16 +2831,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4446,16 +2849,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4466,20 +2861,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4496,16 +2882,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4530,21 +2908,8 @@ "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, @@ -4566,16 +2931,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4586,20 +2943,11 @@ { "ParameterMetadata": { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4610,20 +2958,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4640,16 +2979,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4674,21 +3005,8 @@ "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, @@ -4698,8 +3016,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4715,37 +3032,34 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4760,7 +3074,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -4772,8 +3085,7 @@ "Name": "evResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4785,20 +3097,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -4809,16 +3112,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -4837,21 +3132,8 @@ "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 } ], @@ -4862,20 +3144,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4892,16 +3165,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4926,21 +3191,8 @@ "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, @@ -4950,8 +3202,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4967,7 +3218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -4977,17 +3228,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5002,15 +3249,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -5019,8 +3263,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5032,20 +3275,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -5056,34 +3290,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5102,21 +3319,8 @@ "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 } ], @@ -5127,20 +3331,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5157,16 +3352,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5191,21 +3378,8 @@ "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, @@ -5221,20 +3395,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5251,16 +3416,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5285,21 +3442,8 @@ "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, @@ -5315,20 +3459,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5353,21 +3488,8 @@ "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, @@ -5397,21 +3519,8 @@ "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, @@ -5421,8 +3530,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -5438,7 +3546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -5450,17 +3558,13 @@ "Id": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5475,15 +3579,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -5492,8 +3593,7 @@ "Name": "ehResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5505,20 +3605,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5529,16 +3620,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5549,16 +3632,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5569,7 +3644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -5580,97 +3655,32 @@ "PartitionCount": "System.Nullable`1[System.Int64]", "Id": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "ehResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MessageRetentionInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PartitionCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -5689,21 +3699,8 @@ "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 } ], @@ -5714,20 +3711,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5744,16 +3732,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5770,16 +3750,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5804,21 +3776,8 @@ "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, @@ -5840,7 +3799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -5851,57 +3810,8 @@ "PartitionCount": "System.Nullable`1[System.Int64]", "Id": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "ehResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5912,20 +3822,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5942,16 +3843,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5968,16 +3861,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6002,21 +3887,8 @@ "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, @@ -6032,22 +3904,14 @@ { "ParameterMetadata": { "Name": "MessageRetentionInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6058,22 +3922,14 @@ { "ParameterMetadata": { "Name": "PartitionCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6084,20 +3940,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6114,16 +3961,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6140,16 +3979,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6174,21 +4005,8 @@ "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, @@ -6198,8 +4016,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -6215,7 +4032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -6224,17 +4041,13 @@ "Name": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6249,15 +4062,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -6266,8 +4076,7 @@ "Name": "authRuleResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6279,20 +4088,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6303,16 +4103,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6323,16 +4115,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6343,38 +4127,23 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -6393,21 +4162,8 @@ "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 } ], @@ -6418,20 +4174,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6448,16 +4195,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6468,24 +4207,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6510,21 +4242,8 @@ "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, @@ -6546,16 +4265,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6566,20 +4277,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6596,16 +4298,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6616,24 +4310,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6658,21 +4345,8 @@ "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, @@ -6694,16 +4368,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6720,16 +4386,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6740,20 +4398,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6770,16 +4419,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6790,24 +4431,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6832,21 +4466,8 @@ "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, @@ -6856,8 +4477,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -6873,21 +4493,17 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SharedAccessSignature": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6902,15 +4518,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -6919,8 +4532,7 @@ "Name": "sharedAccessSignature", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6938,74 +4550,41 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ExpiryTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "StartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -7024,21 +4603,8 @@ "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 } ], @@ -7055,16 +4621,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7089,21 +4647,8 @@ "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, @@ -7119,20 +4664,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7143,22 +4679,14 @@ { "ParameterMetadata": { "Name": "ExpiryTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7169,22 +4697,14 @@ { "ParameterMetadata": { "Name": "StartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7201,16 +4721,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7235,21 +4747,8 @@ "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, @@ -7259,8 +4758,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -7276,7 +4774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes", "Id": "System.String", @@ -7287,17 +4785,13 @@ "MetricId": "System.String", "Status": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7312,15 +4806,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -7329,8 +4820,7 @@ "Name": "cluster", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -7342,112 +4832,59 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Capacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7466,21 +4903,8 @@ "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 } ], @@ -7491,20 +4915,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7515,20 +4930,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7539,20 +4945,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7563,22 +4960,14 @@ { "ParameterMetadata": { "Name": "Capacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7589,20 +4978,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7613,20 +4993,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7651,21 +5022,8 @@ "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, @@ -7681,20 +5039,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7705,20 +5054,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7743,21 +5083,8 @@ "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, @@ -7787,21 +5114,8 @@ "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, @@ -7811,8 +5125,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -7828,7 +5141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", @@ -7837,17 +5150,13 @@ "Location": "System.String", "UserMetadata": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7862,15 +5171,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -7879,8 +5185,7 @@ "Name": "consumerGroupResourceResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -7892,20 +5197,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7916,16 +5212,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7936,16 +5224,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7956,34 +5236,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "UserMetadata", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -8002,21 +5265,8 @@ "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 } ], @@ -8027,20 +5277,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8057,16 +5298,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8083,16 +5316,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8109,16 +5334,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8129,20 +5346,11 @@ { "ParameterMetadata": { "Name": "UserMetadata", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8167,21 +5375,8 @@ "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, @@ -8191,8 +5386,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -8208,7 +5402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -8219,17 +5413,13 @@ "PartnerNamespace": "System.String", "AlternateName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8244,15 +5434,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -8261,8 +5448,7 @@ "Name": "drResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -8274,201 +5460,94 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PartnerNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AlternateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -8487,21 +5566,8 @@ "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 } ], @@ -8512,20 +5578,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8536,20 +5593,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8560,20 +5608,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8584,20 +5623,11 @@ { "ParameterMetadata": { "Name": "PartnerNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8608,20 +5638,11 @@ { "ParameterMetadata": { "Name": "AlternateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8632,20 +5653,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8670,21 +5682,8 @@ "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, @@ -8700,75 +5699,31 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8779,20 +5734,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8803,20 +5749,11 @@ { "ParameterMetadata": { "Name": "PartnerNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8827,20 +5764,11 @@ { "ParameterMetadata": { "Name": "AlternateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8851,20 +5779,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8889,21 +5808,8 @@ "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, @@ -8919,20 +5825,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8943,20 +5840,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8967,20 +5855,11 @@ { "ParameterMetadata": { "Name": "PartnerNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8991,20 +5870,11 @@ { "ParameterMetadata": { "Name": "AlternateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9015,20 +5885,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9053,21 +5914,8 @@ "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, @@ -9083,20 +5931,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9107,20 +5946,11 @@ { "ParameterMetadata": { "Name": "PartnerNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9131,20 +5961,11 @@ { "ParameterMetadata": { "Name": "AlternateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9155,20 +5976,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9193,21 +6005,8 @@ "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, @@ -9217,8 +6016,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -9234,7 +6032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AliasPrimaryConnectionString": "System.String", "AliasSecondaryConnectionString": "System.String", @@ -9244,17 +6042,13 @@ "SecondaryKey": "System.String", "KeyName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9269,7 +6063,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -9281,8 +6074,7 @@ "Name": "listKeysResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -9300,16 +6092,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -9320,16 +6104,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -9340,16 +6116,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -9360,55 +6128,30 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RegenerateKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryKey", "SecondaryKey" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "KeyValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -9427,21 +6170,8 @@ "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 } ], @@ -9458,16 +6188,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9484,16 +6206,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9504,23 +6218,15 @@ { "ParameterMetadata": { "Name": "RegenerateKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryKey", "SecondaryKey" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9531,20 +6237,11 @@ { "ParameterMetadata": { "Name": "KeyValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9569,21 +6266,8 @@ "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, @@ -9605,16 +6289,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9631,16 +6307,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9657,16 +6325,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9677,23 +6337,15 @@ { "ParameterMetadata": { "Name": "RegenerateKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryKey", "SecondaryKey" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9704,20 +6356,11 @@ { "ParameterMetadata": { "Name": "KeyValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9742,21 +6385,8 @@ "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, @@ -9778,16 +6408,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9804,16 +6426,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9830,16 +6444,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9856,16 +6462,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9876,23 +6474,15 @@ { "ParameterMetadata": { "Name": "RegenerateKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryKey", "SecondaryKey" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9903,20 +6493,11 @@ { "ParameterMetadata": { "Name": "KeyValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9941,21 +6522,8 @@ "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, @@ -9965,8 +6533,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -9982,37 +6549,34 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10027,7 +6591,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -10039,8 +6602,7 @@ "Name": "evResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -10052,20 +6614,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -10076,204 +6629,120 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableAutoInflate", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaximumThroughputUnits", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 20, "ValidateNotNullOrEmpty": false }, { "Name": "EnableKafka", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ZoneRedundant", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ClusterARMId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Identity", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -10292,21 +6761,8 @@ "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 } ], @@ -10317,20 +6773,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10355,21 +6802,8 @@ "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, @@ -10391,16 +6825,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10411,20 +6837,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10435,24 +6852,16 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10463,22 +6872,14 @@ { "ParameterMetadata": { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10489,20 +6890,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10513,20 +6905,11 @@ { "ParameterMetadata": { "Name": "EnableKafka", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10537,20 +6920,11 @@ { "ParameterMetadata": { "Name": "ZoneRedundant", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10561,20 +6935,11 @@ { "ParameterMetadata": { "Name": "ClusterARMId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10585,20 +6950,26 @@ { "ParameterMetadata": { "Name": "Identity", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10609,20 +6980,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10647,21 +7009,8 @@ "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, @@ -10683,16 +7032,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10703,20 +7044,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10727,24 +7059,16 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10755,22 +7079,14 @@ { "ParameterMetadata": { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10781,20 +7097,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10805,20 +7112,11 @@ { "ParameterMetadata": { "Name": "EnableAutoInflate", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10829,20 +7127,14 @@ { "ParameterMetadata": { "Name": "MaximumThroughputUnits", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 20, "ValidateNotNullOrEmpty": false @@ -10855,20 +7147,11 @@ { "ParameterMetadata": { "Name": "EnableKafka", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10879,20 +7162,11 @@ { "ParameterMetadata": { "Name": "ZoneRedundant", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10903,20 +7177,11 @@ { "ParameterMetadata": { "Name": "ClusterARMId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10927,20 +7192,26 @@ { "ParameterMetadata": { "Name": "Identity", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10951,20 +7222,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10989,21 +7251,8 @@ "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, @@ -11013,8 +7262,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -11030,12 +7278,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -11045,20 +7288,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11069,16 +7303,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11089,25 +7315,16 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -11118,111 +7335,35 @@ "PartitionCount": "System.Nullable`1[System.Int64]", "Id": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "ehResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -11241,21 +7382,8 @@ "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 } ], @@ -11266,20 +7394,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11296,16 +7415,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11322,16 +7433,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11342,20 +7445,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11366,20 +7460,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11404,21 +7489,8 @@ "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, @@ -11434,11 +7506,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -11449,57 +7520,8 @@ "PartitionCount": "System.Nullable`1[System.Int64]", "Id": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "ehResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11510,20 +7532,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11534,20 +7547,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11572,21 +7576,8 @@ "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, @@ -11602,20 +7593,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11626,20 +7608,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11650,20 +7623,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11688,21 +7652,8 @@ "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, @@ -11718,20 +7669,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11742,20 +7684,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11780,21 +7713,8 @@ "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, @@ -11804,8 +7724,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -11821,12 +7740,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -11836,20 +7750,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11860,16 +7765,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11880,16 +7777,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11900,52 +7789,26 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -11964,21 +7827,8 @@ "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 } ], @@ -11989,20 +7839,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12019,16 +7860,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12039,20 +7872,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12063,20 +7887,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12101,21 +7916,8 @@ "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, @@ -12137,16 +7939,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12157,20 +7951,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12187,16 +7972,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12207,20 +7984,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12231,20 +7999,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12269,21 +8028,8 @@ "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, @@ -12305,16 +8051,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12331,16 +8069,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12351,20 +8081,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12381,16 +8102,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12401,20 +8114,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12425,20 +8129,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12463,21 +8158,8 @@ "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, @@ -12487,8 +8169,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -12504,12 +8185,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -12519,47 +8195,28 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -12570,111 +8227,35 @@ "PartitionCount": "System.Nullable`1[System.Int64]", "Id": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "ehResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -12693,21 +8274,8 @@ "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 } ], @@ -12718,20 +8286,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12742,20 +8301,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12766,20 +8316,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12790,20 +8331,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12828,21 +8360,8 @@ "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, @@ -12858,11 +8377,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -12873,57 +8391,8 @@ "PartitionCount": "System.Nullable`1[System.Int64]", "Id": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "ehResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12934,20 +8403,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12958,20 +8418,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12996,21 +8447,8 @@ "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, @@ -13026,20 +8464,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13050,20 +8479,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13074,20 +8494,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13112,21 +8523,8 @@ "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, @@ -13142,20 +8540,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13166,20 +8555,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13204,21 +8584,8 @@ "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, @@ -13228,8 +8595,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -13245,12 +8611,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -13260,20 +8621,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -13284,16 +8636,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -13304,16 +8648,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -13324,25 +8660,16 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", @@ -13350,111 +8677,35 @@ "Name": "System.String", "Location": "System.String", "UserMetadata": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "consumerGroupResourceResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -13473,21 +8724,8 @@ "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 } ], @@ -13498,20 +8736,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13528,16 +8757,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13554,16 +8775,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13580,16 +8793,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13600,20 +8805,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13624,20 +8820,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13662,21 +8849,8 @@ "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, @@ -13692,11 +8866,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", @@ -13704,57 +8877,8 @@ "Name": "System.String", "Location": "System.String", "UserMetadata": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "consumerGroupResourceResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13765,20 +8889,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13789,20 +8904,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13827,21 +8933,8 @@ "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, @@ -13857,20 +8950,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13881,20 +8965,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13905,20 +8980,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13943,21 +9009,8 @@ "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, @@ -13973,20 +9026,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13997,20 +9041,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14035,21 +9070,8 @@ "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, @@ -14059,8 +9081,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -14076,12 +9097,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -14091,65 +9107,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -14159,111 +9147,35 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -14282,21 +9194,8 @@ "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 } ], @@ -14307,20 +9206,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14331,20 +9221,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14355,20 +9236,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14379,20 +9251,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14403,20 +9266,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14441,21 +9295,8 @@ "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, @@ -14471,11 +9312,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -14485,57 +9325,8 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14546,20 +9337,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14570,20 +9352,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14608,21 +9381,8 @@ "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, @@ -14638,20 +9398,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14662,20 +9413,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14686,20 +9428,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14724,21 +9457,8 @@ "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, @@ -14754,20 +9474,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14778,20 +9489,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14816,21 +9518,8 @@ "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, @@ -14840,8 +9529,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -14857,7 +9545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -14867,17 +9555,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -14892,15 +9576,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -14909,8 +9590,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -14922,20 +9602,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -14946,143 +9617,48 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IpMask", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IpRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetIpRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwiprulescol", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.NWRuleSetIpRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwiprules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -15101,21 +9677,8 @@ "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 } ], @@ -15126,20 +9689,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15156,16 +9710,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15176,20 +9722,11 @@ { "ParameterMetadata": { "Name": "IpMask", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15200,20 +9737,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15224,20 +9752,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15262,21 +9781,8 @@ "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, @@ -15292,20 +9798,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15322,16 +9819,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15342,75 +9831,15 @@ { "ParameterMetadata": { "Name": "IpRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetIpRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwiprulescol", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.NWRuleSetIpRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwiprules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15421,20 +9850,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15445,20 +9865,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15483,21 +9894,8 @@ "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, @@ -15513,20 +9911,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15537,20 +9926,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15575,21 +9955,8 @@ "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, @@ -15599,8 +9966,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -15616,12 +9982,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -15631,20 +9992,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -15655,143 +10007,64 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -15810,21 +10083,8 @@ "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 } ], @@ -15835,20 +10095,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15865,16 +10116,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15885,20 +10128,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15909,20 +10143,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15947,21 +10172,8 @@ "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, @@ -15977,75 +10189,31 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16056,20 +10224,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16080,20 +10239,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16118,21 +10268,8 @@ "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, @@ -16148,20 +10285,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16172,20 +10300,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16196,20 +10315,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16234,21 +10344,8 @@ "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, @@ -16264,20 +10361,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16288,20 +10376,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16326,21 +10405,8 @@ "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, @@ -16350,8 +10416,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -16367,12 +10432,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -16382,20 +10442,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -16406,143 +10457,64 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -16561,21 +10533,8 @@ "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 } ], @@ -16586,20 +10545,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16616,16 +10566,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16636,20 +10578,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16660,20 +10593,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16698,21 +10622,8 @@ "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, @@ -16728,75 +10639,31 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16807,20 +10674,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16831,20 +10689,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16869,21 +10718,8 @@ "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, @@ -16899,20 +10735,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16923,20 +10750,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16947,20 +10765,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16985,21 +10794,8 @@ "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, @@ -17015,20 +10811,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17039,20 +10826,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17077,21 +10855,8 @@ "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, @@ -17101,8 +10866,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -17118,7 +10882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -17128,17 +10892,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17153,15 +10913,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -17170,8 +10927,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -17183,20 +10939,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -17207,143 +10954,48 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SubnetId", - "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VirtualNetworkRuleObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.EventHub.Models", - "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", - "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.NWRuleSetVirtualNetworkRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VirtualNetworkRuleObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.EventHub.Models", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", + "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -17362,21 +11014,8 @@ "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 } ], @@ -17387,20 +11026,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17417,16 +11047,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17437,20 +11059,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17461,20 +11074,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17485,20 +11089,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17523,21 +11118,8 @@ "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, @@ -17553,20 +11135,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17583,16 +11156,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17603,75 +11168,15 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.NWRuleSetVirtualNetworkRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17682,20 +11187,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17706,20 +11202,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17744,21 +11231,8 @@ "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, @@ -17774,20 +11248,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17798,20 +11263,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17836,21 +11292,8 @@ "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, @@ -17860,8 +11303,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -17877,7 +11319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -17889,17 +11331,13 @@ "Id": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17914,15 +11352,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -17931,8 +11366,7 @@ "Name": "ehResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -17944,20 +11378,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -17968,16 +11393,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -17988,16 +11405,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -18008,7 +11417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -18019,97 +11428,32 @@ "PartitionCount": "System.Nullable`1[System.Int64]", "Id": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "ehResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "messageRetentionInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "partitionCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -18128,21 +11472,8 @@ "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 } ], @@ -18153,20 +11484,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18183,16 +11505,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18209,16 +11523,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18243,21 +11549,8 @@ "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, @@ -18279,7 +11572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -18290,57 +11583,8 @@ "PartitionCount": "System.Nullable`1[System.Int64]", "Id": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "ehResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18351,20 +11595,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18381,16 +11616,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18407,16 +11634,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18441,21 +11660,8 @@ "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, @@ -18471,22 +11677,14 @@ { "ParameterMetadata": { "Name": "messageRetentionInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18497,22 +11695,14 @@ { "ParameterMetadata": { "Name": "partitionCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18523,20 +11713,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18553,16 +11734,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18579,16 +11752,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18613,21 +11778,8 @@ "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, @@ -18637,8 +11789,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -18654,7 +11805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -18663,17 +11814,13 @@ "Name": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -18688,15 +11835,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -18705,8 +11849,7 @@ "Name": "authRuleResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -18718,20 +11861,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -18742,16 +11876,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -18762,16 +11888,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -18782,16 +11900,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -18802,7 +11912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -18810,79 +11920,23 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -18901,21 +11955,8 @@ "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 } ], @@ -18926,20 +11967,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18956,16 +11988,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18990,21 +12014,8 @@ "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, @@ -19026,16 +12037,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19052,7 +12055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -19060,57 +12063,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19121,24 +12075,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19149,20 +12096,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19179,16 +12117,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19213,21 +12143,8 @@ "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, @@ -19249,16 +12166,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19275,16 +12184,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19301,7 +12202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -19309,57 +12210,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19370,24 +12222,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19398,20 +12243,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19428,16 +12264,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19462,21 +12290,8 @@ "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, @@ -19498,7 +12313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -19506,57 +12321,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19567,20 +12333,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19597,16 +12354,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19631,21 +12380,8 @@ "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, @@ -19655,8 +12391,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -19672,7 +12407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes", "Id": "System.String", @@ -19683,17 +12418,13 @@ "MetricId": "System.String", "Status": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -19708,15 +12439,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -19725,8 +12453,7 @@ "Name": "cluster", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -19738,85 +12465,49 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Capacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes", "Id": "System.String", @@ -19826,93 +12517,26 @@ "UpdatedAt": "System.String", "MetricId": "System.String", "Status": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cluster", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -19931,21 +12555,8 @@ "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 } ], @@ -19956,20 +12567,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19980,20 +12582,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20004,20 +12597,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20028,22 +12612,14 @@ { "ParameterMetadata": { "Name": "Capacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20054,20 +12630,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20092,21 +12659,8 @@ "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, @@ -20122,20 +12676,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20146,20 +12691,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20170,20 +12706,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20208,21 +12735,8 @@ "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, @@ -20238,11 +12752,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes", "Id": "System.String", @@ -20252,57 +12765,8 @@ "UpdatedAt": "System.String", "MetricId": "System.String", "Status": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "cluster", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20327,21 +12791,8 @@ "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, @@ -20371,21 +12822,8 @@ "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, @@ -20395,8 +12833,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -20412,7 +12849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", @@ -20421,17 +12858,13 @@ "Location": "System.String", "UserMetadata": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -20446,15 +12879,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -20463,8 +12893,7 @@ "Name": "consumerGroupResourceResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -20476,20 +12905,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20500,16 +12920,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20520,16 +12932,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20540,34 +12944,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "UserMetadata", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20586,21 +12973,8 @@ "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 } ], @@ -20611,20 +12985,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20641,16 +13006,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20667,16 +13024,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20693,16 +13042,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20713,20 +13054,11 @@ { "ParameterMetadata": { "Name": "UserMetadata", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20751,21 +13083,8 @@ "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, @@ -20775,8 +13094,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -20792,12 +13110,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -20807,65 +13120,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -20875,93 +13160,26 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -20980,21 +13198,8 @@ "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 } ], @@ -21005,20 +13210,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21029,20 +13225,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21053,20 +13240,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21077,20 +13255,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21115,21 +13284,8 @@ "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, @@ -21145,11 +13301,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -21159,57 +13314,8 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21220,20 +13326,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21258,21 +13355,8 @@ "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, @@ -21288,20 +13372,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21312,20 +13387,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21350,21 +13416,8 @@ "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, @@ -21380,20 +13433,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21418,21 +13462,8 @@ "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, @@ -21442,8 +13473,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -21459,12 +13489,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -21474,65 +13499,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -21542,93 +13539,26 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -21647,21 +13577,8 @@ "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 } ], @@ -21672,20 +13589,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21696,20 +13604,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21720,20 +13619,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21744,20 +13634,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21782,21 +13663,8 @@ "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, @@ -21812,11 +13680,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -21826,57 +13693,8 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21887,20 +13705,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21925,21 +13734,8 @@ "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, @@ -21955,20 +13751,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21979,20 +13766,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22017,21 +13795,8 @@ "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, @@ -22047,20 +13812,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22085,21 +13841,8 @@ "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, @@ -22109,8 +13852,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -22126,37 +13868,34 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", - "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", + "CreatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "Location": "System.String", + "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String", + "Location": "System.String", "Name": "System.String", "Id": "System.String", - "ResourceGroupName": "System.String", "ClusterArmId": "System.String", - "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -22171,7 +13910,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -22183,8 +13921,7 @@ "Name": "evResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -22196,20 +13933,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -22220,244 +13948,144 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "State", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.NamespaceState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.EventHub.Models.NamespaceState" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableAutoInflate", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaximumThroughputUnits", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 20, "ValidateNotNullOrEmpty": false }, { "Name": "EnableKafka", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Identity", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "IdentityUserDefined", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "KeySource", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "KeyProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String[]]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String[]" - ], - "Methods": [], - "Constructors": [] + ] + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -22476,21 +14104,8 @@ "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 } ], @@ -22501,20 +14116,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22531,16 +14137,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22551,20 +14149,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22575,24 +14164,16 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22603,22 +14184,14 @@ { "ParameterMetadata": { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22629,22 +14202,14 @@ { "ParameterMetadata": { "Name": "State", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.NamespaceState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.EventHub.Models.NamespaceState" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22655,20 +14220,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22679,20 +14235,11 @@ { "ParameterMetadata": { "Name": "EnableKafka", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22703,20 +14250,11 @@ { "ParameterMetadata": { "Name": "Identity", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22727,20 +14265,11 @@ { "ParameterMetadata": { "Name": "IdentityUserDefined", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22751,20 +14280,11 @@ { "ParameterMetadata": { "Name": "KeySource", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22775,22 +14295,29 @@ { "ParameterMetadata": { "Name": "KeyProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String[]]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String[]" - ], - "Methods": [], - "Constructors": [] + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22815,21 +14342,8 @@ "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, @@ -22845,20 +14359,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22875,16 +14380,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22895,20 +14392,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22919,24 +14407,16 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22947,22 +14427,14 @@ { "ParameterMetadata": { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22973,22 +14445,14 @@ { "ParameterMetadata": { "Name": "State", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.NamespaceState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.EventHub.Models.NamespaceState" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22999,20 +14463,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23023,20 +14478,11 @@ { "ParameterMetadata": { "Name": "EnableAutoInflate", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23047,20 +14493,14 @@ { "ParameterMetadata": { "Name": "MaximumThroughputUnits", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 20, "ValidateNotNullOrEmpty": false @@ -23073,20 +14513,11 @@ { "ParameterMetadata": { "Name": "EnableKafka", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23097,20 +14528,11 @@ { "ParameterMetadata": { "Name": "Identity", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23121,20 +14543,11 @@ { "ParameterMetadata": { "Name": "IdentityUserDefined", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23145,20 +14558,11 @@ { "ParameterMetadata": { "Name": "KeySource", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23169,22 +14573,29 @@ { "ParameterMetadata": { "Name": "KeyProperty", - "AliasList": [], "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[System.String[]]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String[]" - ], - "Methods": [], - "Constructors": [] + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String[]]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String[]" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23209,21 +14620,8 @@ "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, @@ -23239,20 +14637,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23269,16 +14658,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23289,20 +14670,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23313,24 +14685,16 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23341,22 +14705,14 @@ { "ParameterMetadata": { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23367,20 +14723,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23391,20 +14738,11 @@ { "ParameterMetadata": { "Name": "EnableAutoInflate", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23415,20 +14753,14 @@ { "ParameterMetadata": { "Name": "MaximumThroughputUnits", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 0, "ValidateRangeMax": 20, "ValidateNotNullOrEmpty": false @@ -23441,20 +14773,11 @@ { "ParameterMetadata": { "Name": "EnableKafka", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23465,20 +14788,11 @@ { "ParameterMetadata": { "Name": "Identity", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23503,21 +14817,8 @@ "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, @@ -23547,21 +14848,8 @@ "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, @@ -23571,8 +14859,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -23588,7 +14875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -23598,17 +14885,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -23623,15 +14906,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -23640,8 +14920,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -23653,20 +14932,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -23677,70 +14947,36 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DefaultAction", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "TrustedServiceAccessEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "IPRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes" + }, "ValidateNotNullOrEmpty": true }, { @@ -23751,25 +14987,17 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -23778,75 +15006,17 @@ "Type": "System.String", "Name": "System.String", "DefaultAction": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -23865,21 +15035,8 @@ "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 } ], @@ -23890,20 +15047,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23920,16 +15068,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23940,11 +15080,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -23953,57 +15092,8 @@ "Type": "System.String", "Name": "System.String", "DefaultAction": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24028,21 +15118,8 @@ "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, @@ -24058,20 +15135,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24088,16 +15156,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24108,20 +15168,11 @@ { "ParameterMetadata": { "Name": "DefaultAction", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24132,20 +15183,11 @@ { "ParameterMetadata": { "Name": "TrustedServiceAccessEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24156,20 +15198,12 @@ { "ParameterMetadata": { "Name": "IPRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24186,16 +15220,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24220,21 +15247,8 @@ "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, @@ -24250,20 +15264,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24280,16 +15285,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24300,20 +15297,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24338,21 +15326,8 @@ "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, @@ -24382,21 +15357,8 @@ "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, @@ -24406,8 +15368,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Test", @@ -24423,23 +15384,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSCheckNameAvailabilityResultAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCheckNameAvailabilityResultAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCheckNameAvailabilityResultAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reason": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]", "NameAvailable": "System.Nullable`1[System.Boolean]", "Message": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -24454,15 +15411,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -24479,8 +15433,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -24489,8 +15442,7 @@ "Name": "checkNameAvailabilityResult", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -24502,56 +15454,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -24570,21 +15495,8 @@ "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 } ], @@ -24595,20 +15507,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24619,20 +15522,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24643,20 +15537,11 @@ { "ParameterMetadata": { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24681,21 +15566,8 @@ "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, @@ -24711,20 +15583,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24749,21 +15612,8 @@ "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, @@ -24793,21 +15643,8 @@ "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, @@ -24817,173 +15654,68 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpMask": "System.String", "Action": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "PSNWRuleSetIpRulesAttributesCollection", @@ -24997,12 +15729,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25017,15 +15747,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -25034,43 +15761,31 @@ "Name": "nwiprules", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", @@ -25084,12 +15799,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25104,15 +15817,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -25121,29 +15831,24 @@ "Name": "nwVirtualNetworkRules", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25158,15 +15863,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -25175,8 +15877,7 @@ "Name": "subnet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -25184,13 +15885,9 @@ "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -25203,11 +15900,7 @@ "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -25218,24 +15911,16 @@ "Id": "System.String", "Credential": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -25265,23 +15950,15 @@ "ServiceManagementUrl": "System.String", "StorageEndpointSuffix": "System.String", "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -25291,11 +15968,7 @@ "Id": "System.String", "Name": "System.String", "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -25303,11 +15976,7 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -25316,77 +15985,52 @@ "Properties": { "CacheData": "System.Byte[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Clear", - "Parameters": [], "ReturnType": "System.Void" } - ], - "Constructors": [] + ] }, "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Byte" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes", "Encoding": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]", @@ -25395,17 +16039,13 @@ "IntervalInSeconds": "System.Nullable`1[System.Int32]", "SizeLimitInBytes": "System.Nullable`1[System.Int32]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25420,15 +16060,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -25437,32 +16074,27 @@ "Name": "captureDescResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "StorageAccountResourceId": "System.String", "BlobContainer": "System.String", "ArchiveNameFormat": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25477,15 +16109,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -25494,30 +16123,22 @@ "Name": "destinationResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -25551,12 +16172,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25595,58 +16214,39 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.TypeCode": { "Namespace": "System", "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]", "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.EntityStatus, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Management.EventHub.Models.EntityStatus" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.EventHub.Models.EntityStatus": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", "Name": "Microsoft.Azure.Management.EventHub.Models.EntityStatus", "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.EntityStatus, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -25680,12 +16280,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25724,70 +16322,50 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]", "KeySource": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25802,7 +16380,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -25814,8 +16391,7 @@ "Name": "resEncryption", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -25823,34 +16399,27 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", "Name": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties", "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "Identity": "Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties", "KeyName": "System.String", "KeyVaultUri": "System.String", "KeyVersion": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25865,15 +16434,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -25889,9 +16455,58 @@ { "Name": "keyVersion", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "identity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties": { + "Namespace": "Microsoft.Azure.Management.EventHub.Models", + "Name": "Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UserAssignedIdentity": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": null + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "userAssignedIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, @@ -25899,21 +16514,14 @@ "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]", "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Management.EventHub.Models.KeySource" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.EventHub.Models.KeySource": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", "Name": "Microsoft.Azure.Management.EventHub.Models.KeySource", "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -25947,12 +16555,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25991,37 +16597,30 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]", "TenantId": "System.String", "PrincipalId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26036,7 +16635,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -26048,30 +16646,22 @@ "Name": "resIdentity", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.EventHub.Models.IdentityType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.EventHub.Models.IdentityType": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", "Name": "Microsoft.Azure.Management.EventHub.Models.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -26105,12 +16695,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26149,16 +16737,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Management.EventHub.Models.Sku": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", @@ -26169,22 +16754,17 @@ "Tier": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26199,15 +16779,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -26224,8 +16801,7 @@ "Name": "capacity", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -26233,33 +16809,25 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26274,15 +16842,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -26291,8 +16856,7 @@ "Name": "cluster", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -26300,21 +16864,14 @@ "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", "Name": "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR", "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -26348,12 +16905,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26392,36 +16947,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", "Name": "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery", "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -26455,12 +17000,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26499,36 +17042,29 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26543,15 +17079,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -26560,18 +17093,14 @@ "Name": "clusterSku", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "Microsoft.Azure.Commands.EventHub.Models.NamespaceState": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.NamespaceState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -26605,12 +17134,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26649,46 +17176,32 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.String[]": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -26722,12 +17235,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26766,16 +17277,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Functions.json b/tools/Tools.Common/SerializedCmdlets/Az.Functions.json index 12bee41fbb56..1b76cf76314b 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Functions.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Functions.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.Functions", + "ModuleVersion": "3.1.1", "Cmdlets": [ { "VerbName": "Get", @@ -14,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -70,11 +72,7 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -84,92 +82,48 @@ "Parameters": [ { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IncludeSlot", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -181,124 +135,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -309,20 +203,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -340,16 +226,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -360,20 +238,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -384,20 +253,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -408,20 +269,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -432,20 +285,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -456,20 +300,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -480,20 +315,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -509,20 +335,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -533,20 +350,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -564,16 +373,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -584,20 +385,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -608,20 +400,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -632,20 +416,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -656,20 +432,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -680,20 +447,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -704,20 +462,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -733,20 +482,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -757,20 +497,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -781,20 +512,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -812,16 +535,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -832,20 +547,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -856,20 +562,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -880,20 +578,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -904,20 +594,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -928,20 +609,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -952,20 +624,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -981,20 +644,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1005,20 +659,11 @@ { "ParameterMetadata": { "Name": "IncludeSlot", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1029,20 +674,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1060,16 +697,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1080,20 +709,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1104,20 +724,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1128,20 +740,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1152,20 +756,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1176,20 +771,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1200,20 +786,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1223,8 +800,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1240,16 +816,12 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DisplayName": "System.String", "OrgDomain": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -1259,56 +831,30 @@ "Parameters": [ { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PlanType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "OSType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1320,124 +866,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -1448,20 +934,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1472,20 +950,11 @@ { "ParameterMetadata": { "Name": "PlanType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1496,20 +965,11 @@ { "ParameterMetadata": { "Name": "OSType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1527,16 +987,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1547,20 +999,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1571,20 +1014,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1595,20 +1030,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1619,20 +1046,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1643,20 +1061,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1667,20 +1076,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1690,8 +1090,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1707,7 +1106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -1741,11 +1140,7 @@ "GeoRegion": "System.String", "WorkerTierName": "System.String", "SkuLocation": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -1755,74 +1150,39 @@ "Parameters": [ { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1834,124 +1194,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -1962,20 +1262,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1993,16 +1285,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2013,20 +1297,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2037,20 +1312,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2061,20 +1328,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2085,20 +1344,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2109,20 +1359,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2133,20 +1374,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2162,20 +1394,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2186,20 +1409,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2217,16 +1432,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2237,20 +1444,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2261,20 +1459,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2285,20 +1475,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2309,20 +1491,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2333,20 +1506,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2357,20 +1521,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2386,20 +1541,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2410,20 +1556,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2434,20 +1571,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2465,16 +1594,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2485,20 +1606,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2509,20 +1621,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2533,20 +1637,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2557,20 +1653,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2581,20 +1668,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2605,20 +1683,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2634,20 +1703,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2658,20 +1718,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2689,16 +1741,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2709,20 +1753,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2733,20 +1768,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2757,20 +1784,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2781,20 +1800,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2805,20 +1815,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2829,20 +1830,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2852,8 +1844,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -2869,14 +1860,10 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -2886,65 +1873,38 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -3000,15 +1960,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -3020,124 +1973,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -3148,20 +2041,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3172,20 +2056,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3196,20 +2071,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3227,16 +2094,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3247,20 +2106,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3271,20 +2121,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3295,20 +2137,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3319,20 +2153,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3343,20 +2168,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3367,20 +2183,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3396,11 +2203,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -3456,15 +2262,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3482,16 +2281,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3502,20 +2293,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3526,20 +2308,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3550,20 +2324,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3574,20 +2340,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3598,20 +2355,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3622,20 +2370,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3658,16 +2397,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3678,20 +2409,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3702,20 +2424,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3726,20 +2440,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3750,20 +2456,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3774,20 +2471,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3798,20 +2486,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3821,8 +2500,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -3838,7 +2516,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -3894,11 +2572,7 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -3908,110 +2582,56 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StorageAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Runtime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4022,16 +2642,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4042,70 +2654,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "OSType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "RuntimeVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "FunctionsVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4116,222 +2693,81 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AppSetting", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IdentityID", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PlanName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "DockerImageName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "DockerRegistryCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4343,160 +2779,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -4507,20 +2865,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4531,20 +2880,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4555,20 +2895,11 @@ { "ParameterMetadata": { "Name": "StorageAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4579,20 +2910,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4609,16 +2931,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4635,16 +2949,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4661,16 +2967,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4681,20 +2979,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4705,20 +2994,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4729,20 +3009,11 @@ { "ParameterMetadata": { "Name": "AppSetting", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4753,82 +3024,11 @@ { "ParameterMetadata": { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4839,20 +3039,12 @@ { "ParameterMetadata": { "Name": "IdentityID", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4870,16 +3062,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4890,20 +3074,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4914,20 +3089,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4938,20 +3104,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4962,20 +3119,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4986,20 +3135,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5010,20 +3151,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5034,20 +3166,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5058,20 +3181,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5087,20 +3201,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5111,20 +3216,11 @@ { "ParameterMetadata": { "Name": "Runtime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5135,20 +3231,11 @@ { "ParameterMetadata": { "Name": "OSType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5159,20 +3246,11 @@ { "ParameterMetadata": { "Name": "RuntimeVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5183,20 +3261,11 @@ { "ParameterMetadata": { "Name": "FunctionsVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5207,20 +3276,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5231,20 +3291,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5255,20 +3306,11 @@ { "ParameterMetadata": { "Name": "StorageAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5279,20 +3321,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5309,16 +3342,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5335,16 +3360,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5361,16 +3378,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5381,20 +3390,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5405,20 +3405,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5429,20 +3420,11 @@ { "ParameterMetadata": { "Name": "AppSetting", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5453,82 +3435,11 @@ { "ParameterMetadata": { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5539,20 +3450,12 @@ { "ParameterMetadata": { "Name": "IdentityID", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5570,16 +3473,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5590,20 +3485,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5614,20 +3500,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5638,20 +3515,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5662,20 +3530,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5686,20 +3546,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5710,20 +3562,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5734,20 +3577,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5758,20 +3592,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5787,20 +3612,11 @@ { "ParameterMetadata": { "Name": "Runtime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5811,20 +3627,11 @@ { "ParameterMetadata": { "Name": "OSType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5835,20 +3642,11 @@ { "ParameterMetadata": { "Name": "RuntimeVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5859,20 +3657,11 @@ { "ParameterMetadata": { "Name": "FunctionsVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5883,20 +3672,11 @@ { "ParameterMetadata": { "Name": "PlanName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5907,20 +3687,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5931,20 +3702,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5955,20 +3717,11 @@ { "ParameterMetadata": { "Name": "StorageAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5979,20 +3732,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6009,16 +3753,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6035,16 +3771,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6061,16 +3789,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6081,20 +3801,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6105,20 +3816,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6129,20 +3831,11 @@ { "ParameterMetadata": { "Name": "AppSetting", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6153,82 +3846,11 @@ { "ParameterMetadata": { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6239,20 +3861,12 @@ { "ParameterMetadata": { "Name": "IdentityID", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6270,16 +3884,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6290,20 +3896,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6314,20 +3911,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6338,20 +3926,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6362,20 +3941,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6386,20 +3957,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6410,20 +3973,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6434,20 +3988,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6458,20 +4003,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6487,20 +4023,11 @@ { "ParameterMetadata": { "Name": "PlanName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6511,20 +4038,11 @@ { "ParameterMetadata": { "Name": "DockerImageName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6535,20 +4053,11 @@ { "ParameterMetadata": { "Name": "DockerRegistryCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6559,20 +4068,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6583,20 +4083,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6607,20 +4098,11 @@ { "ParameterMetadata": { "Name": "StorageAccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6631,20 +4113,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6661,16 +4134,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6687,16 +4152,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6713,16 +4170,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6733,20 +4182,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6757,20 +4197,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6781,20 +4212,11 @@ { "ParameterMetadata": { "Name": "AppSetting", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6805,82 +4227,11 @@ { "ParameterMetadata": { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6891,20 +4242,12 @@ { "ParameterMetadata": { "Name": "IdentityID", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6922,16 +4265,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6942,20 +4277,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6966,20 +4292,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6990,20 +4307,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7014,20 +4322,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7038,20 +4338,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7062,20 +4354,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7086,20 +4369,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7110,20 +4384,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7133,8 +4398,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -7150,7 +4414,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -7184,11 +4448,7 @@ "GeoRegion": "System.String", "WorkerTierName": "System.String", "SkuLocation": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -7198,92 +4458,47 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -7294,16 +4509,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -7314,34 +4521,17 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -7353,178 +4543,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "WorkerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -7535,20 +4638,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7559,20 +4653,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7583,20 +4668,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7607,20 +4683,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7631,20 +4698,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7661,16 +4719,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7687,16 +4737,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7707,20 +4749,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7738,16 +4771,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7758,20 +4783,11 @@ { "ParameterMetadata": { "Name": "WorkerType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7782,20 +4798,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7806,20 +4813,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7830,20 +4828,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7854,20 +4843,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7878,20 +4859,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7902,20 +4875,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7926,20 +4890,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7950,20 +4905,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7973,8 +4919,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -7990,12 +4935,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -8005,83 +4945,46 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -8137,15 +5040,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -8157,142 +5053,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -8303,20 +5130,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8327,20 +5145,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8351,20 +5160,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8375,20 +5175,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8406,16 +5197,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8426,20 +5209,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8450,20 +5224,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8474,20 +5239,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8498,20 +5255,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8522,20 +5271,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8546,20 +5286,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8570,20 +5301,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8599,20 +5321,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8630,16 +5343,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8650,20 +5355,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8674,20 +5370,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8698,20 +5385,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8722,20 +5401,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8746,20 +5417,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8770,20 +5432,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8794,20 +5447,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8823,11 +5467,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -8883,15 +5526,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8902,20 +5538,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8933,16 +5560,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8953,20 +5572,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8977,20 +5587,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9001,20 +5602,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9025,20 +5618,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9049,20 +5634,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9073,20 +5649,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9097,20 +5664,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9120,8 +5678,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -9137,12 +5694,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -9152,83 +5704,46 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -9262,15 +5777,8 @@ "GeoRegion": "System.String", "WorkerTierName": "System.String", "SkuLocation": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -9282,142 +5790,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -9428,20 +5867,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9452,20 +5882,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9476,20 +5897,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9500,20 +5912,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9531,16 +5934,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9551,20 +5946,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9575,20 +5961,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9599,20 +5976,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9623,20 +5991,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9647,20 +6007,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9671,20 +6023,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9695,20 +6038,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9724,20 +6058,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9755,16 +6080,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9775,20 +6092,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9799,20 +6107,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9823,20 +6122,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9847,20 +6137,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9871,20 +6153,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9895,20 +6169,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9919,20 +6184,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9948,11 +6204,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -9986,15 +6241,8 @@ "GeoRegion": "System.String", "WorkerTierName": "System.String", "SkuLocation": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10005,20 +6253,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10036,16 +6275,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10056,20 +6287,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10080,20 +6302,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10104,20 +6317,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10128,20 +6332,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10152,20 +6348,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10176,20 +6364,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10200,20 +6379,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10223,8 +6393,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -10240,14 +6409,10 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -10257,101 +6422,56 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AppSettingName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -10407,15 +6527,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -10427,124 +6540,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -10555,20 +6608,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10579,20 +6623,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10603,20 +6638,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10627,20 +6653,12 @@ { "ParameterMetadata": { "Name": "AppSettingName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10651,20 +6669,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10682,16 +6691,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10702,20 +6703,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10726,20 +6718,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10750,20 +6734,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10774,20 +6750,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10798,20 +6765,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10822,20 +6780,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10851,20 +6800,12 @@ { "ParameterMetadata": { "Name": "AppSettingName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10875,20 +6816,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10906,16 +6838,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10926,20 +6850,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10950,20 +6865,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10974,20 +6881,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10998,20 +6897,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11022,20 +6912,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11046,20 +6927,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11075,11 +6947,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -11135,15 +7006,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11154,20 +7018,12 @@ { "ParameterMetadata": { "Name": "AppSettingName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11178,20 +7034,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11209,16 +7056,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11229,20 +7068,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11253,20 +7083,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11277,20 +7099,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11301,20 +7115,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11325,20 +7130,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11349,20 +7145,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11372,8 +7159,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Restart", @@ -11389,12 +7175,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -11404,83 +7185,46 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -11536,15 +7280,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -11556,142 +7293,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -11702,20 +7370,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11726,20 +7385,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11750,20 +7400,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11774,20 +7415,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11805,16 +7437,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11825,20 +7449,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11849,20 +7464,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11873,20 +7479,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11897,20 +7495,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11921,20 +7511,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11945,20 +7526,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11969,20 +7541,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11998,20 +7561,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12029,16 +7583,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12049,20 +7595,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12073,20 +7610,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12097,20 +7625,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12121,20 +7641,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12145,20 +7657,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12169,20 +7672,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12193,20 +7687,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12222,11 +7707,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -12282,15 +7766,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12301,20 +7778,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12332,16 +7800,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12352,20 +7812,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12376,20 +7827,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12400,20 +7842,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12424,20 +7858,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12448,20 +7874,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12472,20 +7889,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12496,20 +7904,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12519,8 +7918,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Start", @@ -12536,12 +7934,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -12551,65 +7944,37 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -12665,15 +8030,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -12685,142 +8043,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -12831,20 +8120,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12855,20 +8135,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12879,20 +8150,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12910,16 +8172,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12930,20 +8184,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12954,20 +8199,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12978,20 +8214,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13002,20 +8230,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13026,20 +8246,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13050,20 +8261,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13074,20 +8276,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13103,11 +8296,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -13163,15 +8355,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13189,16 +8374,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13209,20 +8386,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13233,20 +8401,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13257,20 +8416,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13281,20 +8432,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13305,20 +8448,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13329,20 +8463,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13353,20 +8478,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13389,16 +8505,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13409,20 +8517,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13433,20 +8532,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13457,20 +8547,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13481,20 +8563,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13505,20 +8579,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13529,20 +8594,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13553,20 +8609,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13576,8 +8623,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Stop", @@ -13593,12 +8639,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -13608,83 +8649,46 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -13740,15 +8744,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -13760,142 +8757,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -13906,20 +8834,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13930,20 +8849,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13954,20 +8864,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13978,20 +8879,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14009,16 +8901,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14029,20 +8913,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14053,20 +8928,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14077,20 +8943,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14101,20 +8959,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14125,20 +8975,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14149,20 +8990,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14173,20 +9005,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14202,20 +9025,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14233,16 +9047,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14253,20 +9059,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14277,20 +9074,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14301,20 +9089,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14325,20 +9105,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14349,20 +9121,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14373,20 +9136,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14397,20 +9151,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14426,11 +9171,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -14486,15 +9230,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14505,20 +9242,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14536,16 +9264,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14556,20 +9276,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14580,20 +9291,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14604,20 +9306,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14628,20 +9322,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14652,20 +9338,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14676,20 +9353,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14700,20 +9368,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14723,8 +9382,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -14740,7 +9398,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -14796,11 +9454,7 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -14810,74 +9464,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PlanName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -14888,16 +9506,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -14908,141 +9518,44 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IdentityID", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -15098,15 +9611,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -15118,160 +9624,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -15282,20 +9710,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -15306,20 +9725,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -15330,20 +9740,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15354,20 +9755,11 @@ { "ParameterMetadata": { "Name": "PlanName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15384,16 +9776,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15410,16 +9794,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15430,20 +9806,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15454,82 +9821,11 @@ { "ParameterMetadata": { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15540,20 +9836,12 @@ { "ParameterMetadata": { "Name": "IdentityID", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15571,16 +9859,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15591,20 +9871,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15615,20 +9886,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15639,20 +9901,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15663,20 +9916,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15687,20 +9932,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15711,20 +9948,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15735,20 +9963,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15759,20 +9978,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15788,20 +9998,11 @@ { "ParameterMetadata": { "Name": "PlanName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15818,16 +10019,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15844,16 +10037,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15864,20 +10049,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15888,82 +10064,11 @@ { "ParameterMetadata": { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15974,20 +10079,12 @@ { "ParameterMetadata": { "Name": "IdentityID", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16005,16 +10102,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16025,20 +10114,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16049,20 +10129,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16073,20 +10144,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16097,20 +10159,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16121,20 +10175,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16145,20 +10191,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16169,20 +10206,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16193,20 +10221,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16222,11 +10241,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -16282,15 +10300,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -16301,20 +10312,11 @@ { "ParameterMetadata": { "Name": "PlanName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16331,16 +10333,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16357,16 +10351,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16377,20 +10363,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16401,82 +10378,11 @@ { "ParameterMetadata": { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16487,20 +10393,12 @@ { "ParameterMetadata": { "Name": "IdentityID", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16518,16 +10416,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16538,20 +10428,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16562,20 +10443,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16586,20 +10458,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16610,20 +10473,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16634,20 +10489,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16658,20 +10505,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16682,20 +10520,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16706,20 +10535,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16729,8 +10549,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -16746,7 +10565,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -16780,11 +10599,7 @@ "GeoRegion": "System.String", "WorkerTierName": "System.String", "SkuLocation": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -16794,74 +10609,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -16872,16 +10651,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -16892,43 +10663,25 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -16962,15 +10715,8 @@ "GeoRegion": "System.String", "WorkerTierName": "System.String", "SkuLocation": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -16982,160 +10728,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -17146,20 +10814,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17170,20 +10829,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17194,20 +10844,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17218,20 +10859,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17248,16 +10880,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17274,16 +10898,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17294,20 +10910,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17325,16 +10932,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17345,20 +10944,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17369,20 +10959,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17393,20 +10974,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17417,20 +10989,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17441,20 +11005,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17465,20 +11021,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17489,20 +11036,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17513,20 +11051,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17542,20 +11071,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17572,16 +11092,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17598,16 +11110,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17618,20 +11122,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17649,16 +11144,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17669,20 +11156,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17693,20 +11171,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17717,20 +11186,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17741,20 +11201,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17765,20 +11217,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17789,20 +11233,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17813,20 +11248,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17837,20 +11263,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17866,11 +11283,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -17904,15 +11320,8 @@ "GeoRegion": "System.String", "WorkerTierName": "System.String", "SkuLocation": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17923,20 +11332,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17953,16 +11353,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17979,16 +11371,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17999,20 +11383,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18030,16 +11405,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18050,20 +11417,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18074,20 +11432,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18098,20 +11447,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18122,20 +11462,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18146,20 +11478,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18170,20 +11494,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18194,20 +11509,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18218,20 +11524,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18241,8 +11538,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -18258,14 +11554,10 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -18275,101 +11567,55 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AppSetting", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -18425,15 +11671,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -18445,124 +11684,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -18573,20 +11752,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18597,20 +11767,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18621,20 +11782,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18645,20 +11797,11 @@ { "ParameterMetadata": { "Name": "AppSetting", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18669,20 +11812,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18700,16 +11834,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18720,20 +11846,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18744,20 +11861,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18768,20 +11877,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18792,20 +11893,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18816,20 +11908,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18840,20 +11923,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18869,20 +11943,11 @@ { "ParameterMetadata": { "Name": "AppSetting", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18893,20 +11958,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18924,16 +11980,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18944,20 +11992,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18968,20 +12007,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18992,20 +12023,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19016,20 +12039,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19040,20 +12054,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19064,20 +12069,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19093,11 +12089,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -19153,15 +12148,8 @@ "TrafficManagerHostName": "System.String[]", "HostName": "System.String[]", "EnabledHostName": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19172,20 +12160,11 @@ { "ParameterMetadata": { "Name": "AppSetting", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19196,20 +12175,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19227,16 +12197,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19247,20 +12209,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19271,20 +12224,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19295,20 +12240,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19319,20 +12256,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19343,20 +12271,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19367,20 +12286,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19390,175 +12300,67 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType]", "SslState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState]", @@ -19566,31 +12368,20 @@ "Name": "System.String", "Thumbprint": "System.String", "VirtualIP": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19640,73 +12431,48 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Management.Automation.CompletionResult" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Management.Automation.CompletionResult": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.CompletionResult", - "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19756,48 +12522,35 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionString": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]", "HandlerMapping": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]", @@ -19877,55 +12630,36 @@ "ActionMinProcessExecutionTime": "System.String", "DefaultDocument": "System.String[]", "CorAllowedOrigin": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType]", "Name": "System.String", "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19975,60 +12709,44 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Argument": "System.String", "Extension": "System.String", "ScriptProcessor": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag]", "Priority": "System.Nullable`1[System.Int32]", @@ -20040,31 +12758,20 @@ "Name": "System.String", "SubnetMask": "System.String", "VnetSubnetResourceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20114,71 +12821,51 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeStep": "System.Nullable`1[System.Double]", "MaxReroutePercentage": "System.Nullable`1[System.Double]", @@ -20188,117 +12875,78 @@ "ActionHostName": "System.String", "ChangeDecisionCallbackUrl": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[System.Double]": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "Status": "System.Nullable`1[System.Int32]", "SubStatus": "System.Nullable`1[System.Int32]", "Win32Status": "System.Nullable`1[System.Int32]", "TimeInterval": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualDirectory": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[]", "PreloadEnabled": "System.Nullable`1[System.Boolean]", "PhysicalPath": "System.String", "VirtualPath": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PhysicalPath": "System.String", "VirtualPath": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20348,41 +12996,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20432,41 +13069,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20516,41 +13142,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20600,41 +13215,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20684,41 +13288,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20768,85 +13361,57 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, "System.String[]": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20896,41 +13461,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20980,41 +13534,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21064,41 +13607,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21148,32 +13680,26 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Invoke", @@ -21255,17 +13781,14 @@ }, { "Name": "GetInvocationList", - "Parameters": [], "ReturnType": "System.Delegate[]" }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "Clone", - "Parameters": [], "ReturnType": "System.Object" }, { @@ -21280,12 +13803,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" } ], @@ -21301,136 +13822,82 @@ "Name": "method", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Reflection.MethodInfo": { "Namespace": "System.Reflection", "Name": "System.Reflection.MethodInfo", - "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": { "Namespace": "System.Threading.Tasks", "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]", "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Net.Http.HttpResponseMessage" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "System.IAsyncResult": { "Namespace": "System", "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Delegate[]": { "Namespace": "System", "Name": "System.Delegate[]", "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Delegate", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Delegate" }, "System.Delegate": { "Namespace": "System", "Name": "System.Delegate", - "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[], Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[], Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Reason": "System.String", "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21480,41 +13947,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21564,31 +14020,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties, Az.Functions.private, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties, Az.Functions.private, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.IotHub.json b/tools/Tools.Common/SerializedCmdlets/Az.IotHub.json index ac01814d6b4c..37de61044c34 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.IotHub.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.IotHub.json @@ -1,5 +1,6 @@ { - "ProcessedTypes": {}, + "ModuleName": "Az.IotHub", + "ModuleVersion": "2.7.4", "Cmdlets": [ { "VerbName": "Add", @@ -8,7 +9,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzureRmIotHubCertificate", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -26,17 +26,13 @@ "Etag": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -51,15 +47,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -71,7 +64,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", @@ -84,155 +76,62 @@ "CertificateName": "System.String", "Etag": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -251,21 +150,8 @@ "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 } ], @@ -276,7 +162,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", @@ -289,47 +174,8 @@ "CertificateName": "System.String", "Etag": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -340,20 +186,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -364,20 +201,11 @@ { "ParameterMetadata": { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -402,21 +230,8 @@ "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, @@ -432,20 +247,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -456,20 +262,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -480,20 +277,11 @@ { "ParameterMetadata": { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -504,20 +292,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -528,20 +307,11 @@ { "ParameterMetadata": { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -566,21 +336,8 @@ "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, @@ -596,20 +353,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -620,20 +368,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -644,20 +383,11 @@ { "ParameterMetadata": { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -682,21 +412,8 @@ "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, @@ -712,20 +429,11 @@ { "ParameterMetadata": { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -750,21 +458,8 @@ "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, @@ -774,8 +469,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Add", @@ -784,7 +478,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -807,17 +500,13 @@ "TargetCondition": "System.String", "ETag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -832,15 +521,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -852,7 +538,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -867,209 +552,89 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -1088,21 +653,8 @@ "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 } ], @@ -1113,7 +665,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -1128,47 +679,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1179,20 +691,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1203,20 +706,11 @@ { "ParameterMetadata": { "Name": "DeviceContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1227,20 +721,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1251,20 +736,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1275,20 +751,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1299,20 +766,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1337,21 +795,8 @@ "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, @@ -1367,20 +812,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1391,20 +827,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1415,20 +842,11 @@ { "ParameterMetadata": { "Name": "DeviceContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1439,20 +857,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1463,20 +872,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1487,20 +887,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1511,20 +902,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1549,21 +931,8 @@ "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, @@ -1579,20 +948,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1603,20 +963,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1627,20 +978,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1651,20 +993,11 @@ { "ParameterMetadata": { "Name": "DeviceContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1675,20 +1008,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1699,20 +1023,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1723,20 +1038,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1747,20 +1053,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1785,21 +1082,8 @@ "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, @@ -1815,20 +1099,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1839,20 +1114,11 @@ { "ParameterMetadata": { "Name": "DeviceContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1863,20 +1129,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1887,20 +1144,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1911,20 +1159,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1935,20 +1174,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1973,21 +1203,8 @@ "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, @@ -1997,8 +1214,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Add", @@ -2007,7 +1223,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDeployment", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -2030,17 +1245,13 @@ "TargetCondition": "System.String", "ETag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2055,15 +1266,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -2075,7 +1283,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -2090,209 +1297,89 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModulesContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -2311,21 +1398,8 @@ "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 } ], @@ -2336,7 +1410,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -2351,47 +1424,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2402,20 +1436,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2426,20 +1451,11 @@ { "ParameterMetadata": { "Name": "ModulesContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2450,20 +1466,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2474,20 +1481,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2498,20 +1496,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2522,20 +1511,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2560,21 +1540,8 @@ "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, @@ -2590,20 +1557,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2614,20 +1572,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2638,20 +1587,11 @@ { "ParameterMetadata": { "Name": "ModulesContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2662,20 +1602,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2686,20 +1617,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2710,20 +1632,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2734,20 +1647,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2772,21 +1676,8 @@ "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, @@ -2802,20 +1693,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2826,20 +1708,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2850,208 +1723,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ModulesContent", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Priority", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "TargetCondition", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Metric", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Label", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3062,20 +1738,11 @@ { "ParameterMetadata": { "Name": "ModulesContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3086,20 +1753,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3110,20 +1768,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3134,20 +1783,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3158,20 +1798,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3196,21 +1827,129 @@ "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": [] + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ModulesContent", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3220,8 +1959,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Add", @@ -3230,7 +1968,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDevice", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -3254,17 +1991,13 @@ "StatusReason": "System.String", "Scope": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3279,15 +2012,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -3299,7 +2029,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -3314,415 +2043,108 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Status", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StatusReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EdgeEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentDeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -3741,21 +2163,8 @@ "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 } ], @@ -3766,7 +2175,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -3781,47 +2189,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3832,20 +2201,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3856,20 +2216,12 @@ { "ParameterMetadata": { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3880,20 +2232,11 @@ { "ParameterMetadata": { "Name": "ParentDeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3904,105 +2247,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4013,105 +2262,11 @@ { "ParameterMetadata": { "Name": "Status", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4122,20 +2277,11 @@ { "ParameterMetadata": { "Name": "StatusReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4146,20 +2292,11 @@ { "ParameterMetadata": { "Name": "EdgeEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4170,20 +2307,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4208,21 +2336,8 @@ "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, @@ -4238,20 +2353,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4262,20 +2368,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4286,20 +2383,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4310,20 +2398,12 @@ { "ParameterMetadata": { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4334,20 +2414,11 @@ { "ParameterMetadata": { "Name": "ParentDeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4358,105 +2429,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4467,105 +2444,11 @@ { "ParameterMetadata": { "Name": "Status", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4576,20 +2459,11 @@ { "ParameterMetadata": { "Name": "StatusReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4600,20 +2474,11 @@ { "ParameterMetadata": { "Name": "EdgeEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4624,20 +2489,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4662,21 +2518,8 @@ "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, @@ -4692,20 +2535,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4716,20 +2550,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4740,20 +2565,12 @@ { "ParameterMetadata": { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4764,20 +2581,11 @@ { "ParameterMetadata": { "Name": "ParentDeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4788,105 +2596,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4897,105 +2611,11 @@ { "ParameterMetadata": { "Name": "Status", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5006,20 +2626,11 @@ { "ParameterMetadata": { "Name": "StatusReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5030,20 +2641,11 @@ { "ParameterMetadata": { "Name": "EdgeEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5054,20 +2656,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5092,21 +2685,8 @@ "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, @@ -5122,105 +2702,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5231,105 +2717,11 @@ { "ParameterMetadata": { "Name": "Status", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5340,20 +2732,11 @@ { "ParameterMetadata": { "Name": "StatusReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5364,20 +2747,11 @@ { "ParameterMetadata": { "Name": "EdgeEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5388,20 +2762,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5426,21 +2791,8 @@ "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, @@ -5450,8 +2802,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Add", @@ -5460,7 +2811,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDeviceChildren", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -5473,17 +2823,13 @@ "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", "DeviceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5498,15 +2844,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -5518,7 +2861,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -5533,155 +2875,63 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -5700,21 +2950,8 @@ "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 } ], @@ -5725,7 +2962,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -5740,47 +2976,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5791,20 +2988,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5815,20 +3003,12 @@ { "ParameterMetadata": { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5839,20 +3019,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5877,21 +3048,8 @@ "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, @@ -5907,20 +3065,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5931,20 +3080,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5955,20 +3095,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5979,20 +3110,12 @@ { "ParameterMetadata": { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6003,20 +3126,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6041,21 +3155,8 @@ "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, @@ -6071,20 +3172,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6095,20 +3187,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6119,20 +3202,12 @@ { "ParameterMetadata": { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6143,20 +3218,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6181,21 +3247,8 @@ "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, @@ -6211,20 +3264,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6249,21 +3293,8 @@ "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, @@ -6285,7 +3316,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzureRmIotHubEventHubConsumerGroup", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -6293,12 +3323,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -6308,56 +3333,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EventHubConsumerGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6376,21 +3374,8 @@ "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 } ], @@ -6401,20 +3386,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6425,20 +3401,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6449,20 +3416,11 @@ { "ParameterMetadata": { "Name": "EventHubConsumerGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6487,21 +3445,8 @@ "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, @@ -6523,7 +3468,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzureRmIotHubKey", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -6538,17 +3482,13 @@ "PrimaryKey": "System.String", "SecondaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6563,15 +3503,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -6583,213 +3520,65 @@ "Parameters": [ { "Name": "HubId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PrimaryKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "SecondaryKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -6808,21 +3597,8 @@ "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 } ], @@ -6833,20 +3609,11 @@ { "ParameterMetadata": { "Name": "HubId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6857,20 +3624,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6881,20 +3639,11 @@ { "ParameterMetadata": { "Name": "PrimaryKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6905,20 +3654,11 @@ { "ParameterMetadata": { "Name": "SecondaryKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6929,105 +3669,11 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7052,21 +3698,8 @@ "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, @@ -7082,20 +3715,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7106,20 +3730,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7130,20 +3745,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7154,20 +3760,11 @@ { "ParameterMetadata": { "Name": "PrimaryKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7178,20 +3775,11 @@ { "ParameterMetadata": { "Name": "SecondaryKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7202,105 +3790,11 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7325,21 +3819,8 @@ "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, @@ -7355,20 +3836,11 @@ { "ParameterMetadata": { "Name": "PrimaryKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7379,20 +3851,11 @@ { "ParameterMetadata": { "Name": "SecondaryKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7403,105 +3866,11 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7526,21 +3895,8 @@ "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, @@ -7550,8 +3906,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Add", @@ -7560,7 +3915,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzureRmIotHubMessageEnrichment", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -7574,17 +3928,13 @@ "Value": "System.String", "Key": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7599,15 +3949,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -7619,7 +3966,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -7634,155 +3980,63 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Value", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Endpoint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { @@ -7801,21 +4055,8 @@ "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 } ], @@ -7826,7 +4067,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -7841,47 +4081,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7892,20 +4093,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7916,184 +4108,11 @@ { "ParameterMetadata": { "Name": "Value", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Endpoint", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "ResourceSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Key", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Value", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8104,20 +4123,12 @@ { "ParameterMetadata": { "Name": "Endpoint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8142,21 +4153,115 @@ "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": [] + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Key", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Endpoint", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8172,20 +4277,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8196,20 +4292,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8220,20 +4307,11 @@ { "ParameterMetadata": { "Name": "Value", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8244,20 +4322,12 @@ { "ParameterMetadata": { "Name": "Endpoint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8282,21 +4352,8 @@ "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, @@ -8326,21 +4383,8 @@ "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, @@ -8362,7 +4406,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubModule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -8383,17 +4426,13 @@ "ETag": "System.String", "ManagedBy": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8408,15 +4447,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -8428,7 +4464,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -8443,240 +4478,62 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -8695,21 +4552,8 @@ "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 } ], @@ -8720,7 +4564,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -8735,47 +4578,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8786,20 +4590,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8810,20 +4605,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8834,105 +4620,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8957,21 +4649,8 @@ "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, @@ -8987,20 +4666,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9011,20 +4681,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9035,20 +4696,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9059,20 +4711,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9083,105 +4726,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9206,21 +4755,8 @@ "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, @@ -9236,20 +4772,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9260,20 +4787,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9284,20 +4802,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9308,105 +4817,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9431,21 +4846,8 @@ "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, @@ -9461,105 +4863,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9584,21 +4892,8 @@ "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, @@ -9608,8 +4903,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Add", @@ -9618,7 +4912,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzureRmIotHubRoute", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -9634,17 +4927,13 @@ "Condition": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9659,15 +4948,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -9679,7 +4965,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -9694,276 +4979,80 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Condition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -9982,21 +5071,8 @@ "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 } ], @@ -10007,7 +5083,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -10022,47 +5097,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10073,20 +5109,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10097,105 +5124,11 @@ { "ParameterMetadata": { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10206,20 +5139,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10230,20 +5154,11 @@ { "ParameterMetadata": { "Name": "Condition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10254,20 +5169,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10292,21 +5198,8 @@ "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, @@ -10322,20 +5215,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10346,20 +5230,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10370,20 +5245,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10394,105 +5260,11 @@ { "ParameterMetadata": { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10503,20 +5275,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10527,20 +5290,11 @@ { "ParameterMetadata": { "Name": "Condition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10551,20 +5305,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10589,21 +5334,8 @@ "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, @@ -10619,20 +5351,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10643,20 +5366,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10667,105 +5381,11 @@ { "ParameterMetadata": { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10776,20 +5396,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10800,20 +5411,11 @@ { "ParameterMetadata": { "Name": "Condition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10824,20 +5426,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10862,21 +5455,8 @@ "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, @@ -10892,20 +5472,11 @@ { "ParameterMetadata": { "Name": "Condition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10916,20 +5487,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10954,21 +5516,8 @@ "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, @@ -10978,8 +5527,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Add", @@ -10988,7 +5536,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzureRmIotHubRoutingEndpoint", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -11003,17 +5550,13 @@ "SubscriptionId": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11028,15 +5571,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -11055,17 +5595,13 @@ "SubscriptionId": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11080,15 +5616,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -11107,17 +5640,13 @@ "SubscriptionId": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11132,15 +5661,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -11164,17 +5690,13 @@ "FileNameFormat": "System.String", "Encoding": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11189,15 +5711,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -11209,7 +5728,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -11224,276 +5742,80 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "EndpointResourceGroup", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EndpointSubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ConnectionString", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11512,21 +5834,8 @@ "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 } ], @@ -11537,7 +5846,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -11552,47 +5860,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11603,20 +5872,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11627,105 +5887,11 @@ { "ParameterMetadata": { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11736,20 +5902,11 @@ { "ParameterMetadata": { "Name": "EndpointResourceGroup", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11760,20 +5917,11 @@ { "ParameterMetadata": { "Name": "EndpointSubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11784,20 +5932,11 @@ { "ParameterMetadata": { "Name": "ConnectionString", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11822,21 +5961,8 @@ "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, @@ -11852,20 +5978,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11876,20 +5993,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11900,20 +6008,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11924,105 +6023,11 @@ { "ParameterMetadata": { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12033,20 +6038,11 @@ { "ParameterMetadata": { "Name": "EndpointResourceGroup", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12057,20 +6053,11 @@ { "ParameterMetadata": { "Name": "EndpointSubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12081,20 +6068,11 @@ { "ParameterMetadata": { "Name": "ConnectionString", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12119,21 +6097,8 @@ "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, @@ -12149,20 +6114,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12173,20 +6129,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12197,105 +6144,11 @@ { "ParameterMetadata": { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12306,20 +6159,11 @@ { "ParameterMetadata": { "Name": "EndpointResourceGroup", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12330,20 +6174,11 @@ { "ParameterMetadata": { "Name": "EndpointSubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12354,20 +6189,11 @@ { "ParameterMetadata": { "Name": "ConnectionString", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12392,21 +6218,8 @@ "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, @@ -12436,21 +6249,8 @@ "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, @@ -12460,8 +6260,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -12470,7 +6269,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHub", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ListIotHubsByResourceGroup", "OutputTypes": [ @@ -12490,17 +6288,13 @@ "Subscriptionid": "System.String", "Resourcegroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12515,15 +6309,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -12535,38 +6326,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12585,21 +6358,8 @@ "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 } ], @@ -12610,20 +6370,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12634,20 +6385,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12672,21 +6414,8 @@ "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, @@ -12702,20 +6431,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -12740,21 +6460,8 @@ "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, @@ -12784,21 +6491,8 @@ "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, @@ -12808,8 +6502,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -12818,7 +6511,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubCertificate", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -12836,17 +6528,13 @@ "Etag": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12861,15 +6549,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -12881,7 +6566,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -12896,119 +6580,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -13027,21 +6636,8 @@ "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 } ], @@ -13052,7 +6648,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -13067,47 +6662,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13118,20 +6674,11 @@ { "ParameterMetadata": { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13156,21 +6703,8 @@ "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, @@ -13186,20 +6720,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13210,20 +6735,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13234,20 +6750,11 @@ { "ParameterMetadata": { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13272,21 +6779,8 @@ "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, @@ -13302,20 +6796,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13326,20 +6811,11 @@ { "ParameterMetadata": { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13364,21 +6840,8 @@ "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, @@ -13394,20 +6857,11 @@ { "ParameterMetadata": { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13432,21 +6886,8 @@ "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, @@ -13456,8 +6897,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -13466,7 +6906,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubCertificateVerificationCode", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -13484,17 +6923,13 @@ "Etag": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -13509,15 +6944,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -13529,7 +6961,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", @@ -13542,137 +6973,53 @@ "CertificateName": "System.String", "Etag": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -13691,21 +7038,8 @@ "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 } ], @@ -13716,7 +7050,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", @@ -13729,47 +7062,8 @@ "CertificateName": "System.String", "Etag": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13794,21 +7088,8 @@ "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, @@ -13824,20 +7105,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13848,20 +7120,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13872,20 +7135,11 @@ { "ParameterMetadata": { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13896,20 +7150,11 @@ { "ParameterMetadata": { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13934,21 +7179,8 @@ "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, @@ -13964,20 +7196,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13988,20 +7211,11 @@ { "ParameterMetadata": { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14026,21 +7240,8 @@ "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, @@ -14070,21 +7271,8 @@ "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, @@ -14106,7 +7294,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubConfiguration", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -14129,17 +7316,13 @@ "TargetCondition": "System.String", "ETag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -14154,15 +7337,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -14175,11 +7355,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations" }, "ParameterSets": [ "__AllParameterSets" @@ -14189,7 +7365,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -14204,119 +7379,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -14335,21 +7435,8 @@ "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 } ], @@ -14360,7 +7447,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -14375,47 +7461,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14426,20 +7473,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14464,21 +7502,8 @@ "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, @@ -14494,20 +7519,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14518,20 +7534,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14556,21 +7563,8 @@ "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, @@ -14586,20 +7580,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14610,20 +7595,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14634,20 +7610,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14672,21 +7639,8 @@ "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, @@ -14702,20 +7656,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14740,21 +7685,8 @@ "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, @@ -14764,8 +7696,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -14774,7 +7705,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubConnectionString", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -14789,17 +7719,13 @@ "PrimaryKey": "System.String", "SecondaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -14814,15 +7740,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -14834,56 +7757,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -14902,21 +7798,8 @@ "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 } ], @@ -14927,20 +7810,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14951,20 +7825,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14975,20 +7840,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15013,21 +7869,8 @@ "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, @@ -15037,8 +7880,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -15047,7 +7889,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeployment", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -15070,17 +7911,13 @@ "TargetCondition": "System.String", "ETag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -15095,15 +7932,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -15116,11 +7950,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeployments[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeployments[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeployments", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeployments" }, "ParameterSets": [ "__AllParameterSets" @@ -15130,7 +7960,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -15145,119 +7974,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -15276,21 +8030,8 @@ "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 } ], @@ -15301,7 +8042,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -15316,47 +8056,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15367,20 +8068,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15405,21 +8097,8 @@ "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, @@ -15435,20 +8114,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15459,20 +8129,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15497,21 +8158,8 @@ "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, @@ -15527,20 +8175,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15551,20 +8190,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15575,20 +8205,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15613,21 +8234,8 @@ "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, @@ -15643,20 +8251,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15681,21 +8280,8 @@ "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, @@ -15705,8 +8291,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -15715,7 +8300,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDevice", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -15739,17 +8323,13 @@ "StatusReason": "System.String", "Scope": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -15764,15 +8344,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -15785,11 +8362,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices" }, "ParameterSets": [ "__AllParameterSets" @@ -15799,7 +8372,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -15814,119 +8386,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -15945,21 +8442,8 @@ "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 } ], @@ -15970,7 +8454,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -15985,47 +8468,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16036,20 +8480,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16074,21 +8509,8 @@ "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, @@ -16104,20 +8526,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16128,20 +8541,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16152,20 +8556,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16190,21 +8585,8 @@ "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, @@ -16220,20 +8602,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16244,20 +8617,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16282,21 +8646,8 @@ "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, @@ -16326,21 +8677,8 @@ "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, @@ -16350,8 +8688,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -16360,7 +8697,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceChildren", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -16373,17 +8709,13 @@ "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", "DeviceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -16398,15 +8730,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -16419,11 +8748,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren" }, "ParameterSets": [ "__AllParameterSets" @@ -16433,7 +8758,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -16448,119 +8772,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -16579,21 +8828,8 @@ "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 } ], @@ -16604,7 +8840,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -16619,47 +8854,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16670,20 +8866,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16708,21 +8895,8 @@ "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, @@ -16738,20 +8912,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16762,20 +8927,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16786,20 +8942,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16824,21 +8971,8 @@ "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, @@ -16854,20 +8988,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16878,20 +9003,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16916,21 +9032,8 @@ "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, @@ -16960,21 +9063,8 @@ "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, @@ -16996,7 +9086,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceConnectionString", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -17009,17 +9098,13 @@ "DeviceId": "System.String", "ConnectionString": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17034,15 +9119,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -17054,7 +9136,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -17069,222 +9150,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -17303,21 +9215,8 @@ "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 } ], @@ -17328,7 +9227,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -17343,47 +9241,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17394,20 +9253,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17418,105 +9268,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17541,21 +9297,8 @@ "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, @@ -17571,20 +9314,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17595,20 +9329,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17619,20 +9344,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17643,105 +9359,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17766,21 +9388,8 @@ "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, @@ -17796,20 +9405,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17820,20 +9420,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17844,105 +9435,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17967,21 +9464,8 @@ "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, @@ -18011,21 +9495,8 @@ "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, @@ -18047,7 +9518,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceParent", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -18071,17 +9541,13 @@ "StatusReason": "System.String", "Scope": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -18096,15 +9562,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -18116,7 +9579,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -18131,119 +9593,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -18262,21 +9649,8 @@ "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 } ], @@ -18287,7 +9661,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -18302,47 +9675,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18353,20 +9687,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18391,21 +9716,8 @@ "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, @@ -18421,20 +9733,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18445,20 +9748,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18469,20 +9763,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18507,21 +9792,8 @@ "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, @@ -18537,20 +9809,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18561,20 +9824,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18599,21 +9853,8 @@ "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, @@ -18643,21 +9884,8 @@ "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, @@ -18667,8 +9895,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -18677,7 +9904,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceTwin", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -18702,17 +9928,13 @@ "ETag": "System.String", "StatusReason": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -18727,15 +9949,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -18747,7 +9966,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -18762,119 +9980,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -18893,21 +10036,8 @@ "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 } ], @@ -18918,7 +10048,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -18933,47 +10062,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18984,20 +10074,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19022,21 +10103,8 @@ "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, @@ -19052,20 +10120,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19076,20 +10135,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19100,20 +10150,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19138,21 +10179,8 @@ "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, @@ -19168,20 +10196,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19192,20 +10211,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19230,21 +10240,8 @@ "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, @@ -19274,21 +10271,8 @@ "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, @@ -19298,8 +10282,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -19308,7 +10291,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDistributedTracing", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -19322,17 +10304,13 @@ "IsSynced": "System.Boolean", "DeviceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -19347,15 +10325,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -19367,7 +10342,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -19382,119 +10356,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -19513,21 +10412,8 @@ "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 } ], @@ -19538,7 +10424,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -19553,47 +10438,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19604,20 +10450,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19642,21 +10479,8 @@ "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, @@ -19672,20 +10496,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19696,20 +10511,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19720,20 +10526,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19758,21 +10555,8 @@ "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, @@ -19788,20 +10572,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19812,20 +10587,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19850,21 +10616,8 @@ "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, @@ -19894,21 +10647,8 @@ "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, @@ -19930,7 +10670,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubEventHubConsumerGroup", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -19946,17 +10685,13 @@ "Type": "System.String", "Etag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -19971,15 +10706,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -19991,38 +10723,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20041,21 +10755,8 @@ "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 } ], @@ -20066,20 +10767,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20090,20 +10782,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20128,21 +10811,8 @@ "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, @@ -20164,7 +10834,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubJob", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -20182,17 +10851,13 @@ "FailureReason": "System.String", "StatusMessage": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -20207,15 +10872,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -20227,56 +10889,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20295,21 +10930,8 @@ "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 } ], @@ -20320,20 +10942,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20344,20 +10957,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20368,20 +10972,11 @@ { "ParameterMetadata": { "Name": "JobId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20406,21 +11001,8 @@ "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, @@ -20430,8 +11012,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -20440,7 +11021,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubKey", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -20455,17 +11035,13 @@ "PrimaryKey": "System.String", "SecondaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -20480,15 +11056,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -20500,74 +11073,38 @@ "Parameters": [ { "Name": "HubId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20586,21 +11123,8 @@ "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 } ], @@ -20611,20 +11135,11 @@ { "ParameterMetadata": { "Name": "HubId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20635,20 +11150,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20673,21 +11179,8 @@ "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, @@ -20703,20 +11196,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20727,20 +11211,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20751,20 +11226,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20789,21 +11255,8 @@ "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, @@ -20833,21 +11286,8 @@ "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, @@ -20857,8 +11297,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -20867,7 +11306,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubMessageEnrichment", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -20881,17 +11319,13 @@ "Value": "System.String", "Key": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -20906,15 +11340,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -20927,11 +11358,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties" }, "ParameterSets": [ "__AllParameterSets" @@ -20941,7 +11368,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -20956,119 +11382,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -21087,21 +11438,8 @@ "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 } ], @@ -21112,7 +11450,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -21127,47 +11464,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21178,20 +11476,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21216,21 +11505,8 @@ "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, @@ -21246,20 +11522,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21270,20 +11537,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21294,20 +11552,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21332,21 +11581,8 @@ "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, @@ -21362,20 +11598,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21386,20 +11613,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21424,21 +11642,8 @@ "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, @@ -21468,21 +11673,8 @@ "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, @@ -21504,7 +11696,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModule", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -21525,17 +11716,13 @@ "ETag": "System.String", "ManagedBy": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -21550,15 +11737,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -21571,11 +11755,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules" }, "ParameterSets": [ "__AllParameterSets" @@ -21585,7 +11765,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -21600,137 +11779,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -21749,21 +11844,8 @@ "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 } ], @@ -21774,7 +11856,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -21789,47 +11870,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21840,20 +11882,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21864,20 +11897,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21902,21 +11926,8 @@ "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, @@ -21932,20 +11943,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21956,20 +11958,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21980,20 +11973,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22004,20 +11988,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22042,21 +12017,8 @@ "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, @@ -22072,20 +12034,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22096,20 +12049,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22120,20 +12064,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22158,21 +12093,8 @@ "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, @@ -22202,21 +12124,8 @@ "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, @@ -22226,8 +12135,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -22236,7 +12144,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModuleConnectionString", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -22249,17 +12156,13 @@ "ModuleId": "System.String", "ConnectionString": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -22274,15 +12177,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -22294,7 +12194,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -22309,240 +12208,62 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -22561,21 +12282,8 @@ "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 } ], @@ -22586,7 +12294,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -22601,47 +12308,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22652,20 +12320,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22676,20 +12335,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22700,105 +12350,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22823,21 +12379,8 @@ "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, @@ -22853,20 +12396,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22877,20 +12411,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22901,20 +12426,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22925,20 +12441,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22949,105 +12456,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23072,21 +12485,8 @@ "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, @@ -23102,20 +12502,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23126,20 +12517,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23150,20 +12532,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23174,105 +12547,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23297,21 +12576,8 @@ "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, @@ -23341,21 +12607,8 @@ "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, @@ -23377,7 +12630,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModuleTwin", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -23403,17 +12655,13 @@ "ETag": "System.String", "StatusReason": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -23428,15 +12676,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -23448,7 +12693,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -23463,137 +12707,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -23612,21 +12772,8 @@ "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 } ], @@ -23637,7 +12784,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -23652,47 +12798,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23703,20 +12810,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23727,20 +12825,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23765,21 +12854,8 @@ "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, @@ -23795,20 +12871,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23819,20 +12886,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23843,20 +12901,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23867,20 +12916,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23905,21 +12945,8 @@ "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, @@ -23935,20 +12962,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23959,20 +12977,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23983,20 +12992,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24021,21 +13021,8 @@ "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, @@ -24051,20 +13038,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24089,21 +13067,8 @@ "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, @@ -24113,8 +13078,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -24123,7 +13087,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubQuotaMetric", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -24137,17 +13100,13 @@ "CurrentValue": "System.String", "MaxValue": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -24162,15 +13121,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -24182,38 +13138,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -24232,21 +13170,8 @@ "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 } ], @@ -24257,20 +13182,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24281,20 +13197,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24319,21 +13226,8 @@ "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, @@ -24343,8 +13237,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -24353,7 +13246,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubRegistryStatistic", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -24367,17 +13259,13 @@ "EnabledDeviceCount": "System.Nullable`1[System.Int64]", "DisabledDeviceCount": "System.Nullable`1[System.Int64]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -24392,15 +13280,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -24412,38 +13297,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -24462,21 +13329,8 @@ "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 } ], @@ -24487,20 +13341,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24511,20 +13356,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24549,21 +13385,8 @@ "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, @@ -24573,8 +13396,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -24583,7 +13405,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubRoute", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -24599,17 +13420,13 @@ "Condition": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -24624,15 +13441,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -24645,11 +13459,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties" }, "ParameterSets": [ "__AllParameterSets" @@ -24659,7 +13469,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -24674,119 +13483,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -24805,21 +13539,8 @@ "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 } ], @@ -24830,7 +13551,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -24845,47 +13565,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24896,20 +13577,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24934,21 +13606,8 @@ "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, @@ -24964,20 +13623,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24988,20 +13638,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25012,112 +13653,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "ResourceIdSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25142,21 +13682,69 @@ "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": [] + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RouteName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25172,20 +13760,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25210,21 +13789,8 @@ "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, @@ -25234,8 +13800,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -25244,7 +13809,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubRoutingEndpoint", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -25259,17 +13823,13 @@ "SubscriptionId": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25284,15 +13844,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -25304,14 +13861,10 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties" - ], - "Methods": [], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -25328,17 +13881,13 @@ "SubscriptionId": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25353,15 +13902,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -25374,11 +13920,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties" }, "ParameterSets": [ "__AllParameterSets" @@ -25395,17 +13937,13 @@ "SubscriptionId": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25420,15 +13958,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -25441,11 +13976,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties" }, "ParameterSets": [ "__AllParameterSets" @@ -25467,17 +13998,13 @@ "FileNameFormat": "System.String", "Encoding": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25492,15 +14019,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -25513,11 +14037,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties" }, "ParameterSets": [ "__AllParameterSets" @@ -25528,11 +14048,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint" }, "ParameterSets": [ "__AllParameterSets" @@ -25542,7 +14058,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -25557,222 +14072,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -25791,21 +14137,8 @@ "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 } ], @@ -25816,7 +14149,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -25831,47 +14163,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25882,105 +14175,11 @@ { "ParameterMetadata": { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25991,20 +14190,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26029,21 +14219,8 @@ "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, @@ -26059,20 +14236,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26083,20 +14251,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26107,105 +14266,11 @@ { "ParameterMetadata": { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26216,20 +14281,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26254,21 +14310,8 @@ "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, @@ -26284,20 +14327,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26308,105 +14342,11 @@ { "ParameterMetadata": { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26417,20 +14357,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26455,21 +14386,8 @@ "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, @@ -26485,105 +14403,11 @@ { "ParameterMetadata": { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26594,20 +14418,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26632,21 +14447,8 @@ "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, @@ -26656,8 +14458,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -26666,7 +14467,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzureRmIotHubValidSku", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -26680,17 +14480,13 @@ "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", "ResourceType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26705,15 +14501,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -26725,38 +14518,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -26775,21 +14550,8 @@ "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 } ], @@ -26800,20 +14562,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26824,20 +14577,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26862,21 +14606,8 @@ "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, @@ -26886,8 +14617,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -26896,7 +14626,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.InvokeAzIotHubConfigurationMetricsQuery", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -26910,17 +14639,13 @@ "Criteria": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26935,15 +14660,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -26955,7 +14677,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -26970,240 +14691,62 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "MetricName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "MetricType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -27222,21 +14765,8 @@ "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 } ], @@ -27247,7 +14777,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -27262,47 +14791,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27313,20 +14803,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27337,20 +14818,11 @@ { "ParameterMetadata": { "Name": "MetricName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27361,105 +14833,11 @@ { "ParameterMetadata": { "Name": "MetricType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27484,21 +14862,8 @@ "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, @@ -27514,20 +14879,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27538,20 +14894,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27562,20 +14909,11 @@ { "ParameterMetadata": { "Name": "MetricName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27586,105 +14924,11 @@ { "ParameterMetadata": { "Name": "MetricType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27709,21 +14953,8 @@ "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, @@ -27739,20 +14970,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27763,20 +14985,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27787,20 +15000,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27811,20 +15015,11 @@ { "ParameterMetadata": { "Name": "MetricName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27835,105 +15030,11 @@ { "ParameterMetadata": { "Name": "MetricType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27958,21 +15059,8 @@ "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, @@ -27988,20 +15076,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28012,20 +15091,11 @@ { "ParameterMetadata": { "Name": "MetricName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28036,105 +15106,11 @@ { "ParameterMetadata": { "Name": "MetricType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28159,21 +15135,8 @@ "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, @@ -28195,7 +15158,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.InvokeAzIotHubDeploymentMetricsQuery", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -28209,17 +15171,13 @@ "Criteria": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28234,15 +15192,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -28254,7 +15209,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -28269,240 +15223,62 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "MetricName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "MetricType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -28521,21 +15297,8 @@ "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 } ], @@ -28546,7 +15309,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -28561,47 +15323,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28612,20 +15335,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28636,20 +15350,11 @@ { "ParameterMetadata": { "Name": "MetricName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28660,105 +15365,11 @@ { "ParameterMetadata": { "Name": "MetricType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28783,21 +15394,8 @@ "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, @@ -28813,20 +15411,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28837,20 +15426,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28861,20 +15441,11 @@ { "ParameterMetadata": { "Name": "MetricName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28885,105 +15456,11 @@ { "ParameterMetadata": { "Name": "MetricType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29008,21 +15485,8 @@ "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, @@ -29038,20 +15502,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29062,20 +15517,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29086,20 +15532,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29110,20 +15547,11 @@ { "ParameterMetadata": { "Name": "MetricName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29134,105 +15562,11 @@ { "ParameterMetadata": { "Name": "MetricType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29257,21 +15591,8 @@ "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, @@ -29287,20 +15608,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29311,20 +15623,11 @@ { "ParameterMetadata": { "Name": "MetricName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29335,105 +15638,11 @@ { "ParameterMetadata": { "Name": "MetricType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetricType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29458,21 +15667,8 @@ "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, @@ -29494,7 +15690,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.InvokeAzIotHubDeviceMethod", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -29507,17 +15702,13 @@ "Status": "System.Int32", "Payload": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29532,15 +15723,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -29552,7 +15740,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -29567,189 +15754,80 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Payload", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResponseTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ConnectionTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 10, "ValidateRangeMax": 300, "ValidateNotNullOrEmpty": false @@ -29770,21 +15848,8 @@ "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 } ], @@ -29795,7 +15860,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -29810,47 +15874,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29861,20 +15886,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29885,20 +15901,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -29909,20 +15916,11 @@ { "ParameterMetadata": { "Name": "Payload", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29933,20 +15931,11 @@ { "ParameterMetadata": { "Name": "ResponseTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29957,18 +15946,11 @@ { "ParameterMetadata": { "Name": "ConnectionTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 10, "ValidateRangeMax": 300, "ValidateNotNullOrEmpty": false @@ -29995,21 +15977,8 @@ "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, @@ -30025,20 +15994,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30049,20 +16009,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30073,20 +16024,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30097,20 +16039,11 @@ { "ParameterMetadata": { "Name": "Payload", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30121,20 +16054,11 @@ { "ParameterMetadata": { "Name": "ResponseTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30145,18 +16069,11 @@ { "ParameterMetadata": { "Name": "ConnectionTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 10, "ValidateRangeMax": 300, "ValidateNotNullOrEmpty": false @@ -30183,21 +16100,8 @@ "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, @@ -30213,20 +16117,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30237,20 +16132,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30261,20 +16147,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30285,20 +16162,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30309,20 +16177,11 @@ { "ParameterMetadata": { "Name": "Payload", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30333,20 +16192,11 @@ { "ParameterMetadata": { "Name": "ResponseTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30357,158 +16207,11 @@ { "ParameterMetadata": { "Name": "ConnectionTimeOut", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 10, - "ValidateRangeMax": 300, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Payload", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResponseTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConnectionTimeOut", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], "ValidateRangeMin": 10, "ValidateRangeMax": 300, "ValidateNotNullOrEmpty": false @@ -30535,21 +16238,101 @@ "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": [] + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Payload", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30559,8 +16342,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -30569,7 +16351,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.InvokeAzureRmIotHubManualFailover", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -30577,12 +16358,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -30592,7 +16368,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -30607,137 +16382,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -30756,21 +16447,8 @@ "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 } ], @@ -30781,7 +16459,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -30796,47 +16473,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30847,20 +16485,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30871,20 +16500,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30909,21 +16529,8 @@ "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, @@ -30939,20 +16546,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30963,20 +16561,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30987,20 +16576,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31011,20 +16591,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31049,21 +16620,8 @@ "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, @@ -31079,20 +16637,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31103,20 +16652,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31127,20 +16667,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31165,21 +16696,8 @@ "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, @@ -31195,20 +16713,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31219,20 +16728,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31257,21 +16757,8 @@ "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, @@ -31281,8 +16768,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -31291,7 +16777,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.InvokeAzIotHubModuleMethod", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -31304,17 +16789,13 @@ "Status": "System.Int32", "Payload": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -31329,15 +16810,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -31349,7 +16827,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -31364,207 +16841,89 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Payload", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResponseTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ConnectionTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 10, "ValidateRangeMax": 300, "ValidateNotNullOrEmpty": false @@ -31585,21 +16944,8 @@ "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 } ], @@ -31610,7 +16956,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -31625,47 +16970,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31676,20 +16982,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31700,20 +16997,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31724,20 +17012,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31748,20 +17027,11 @@ { "ParameterMetadata": { "Name": "Payload", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31772,20 +17042,11 @@ { "ParameterMetadata": { "Name": "ResponseTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31796,18 +17057,11 @@ { "ParameterMetadata": { "Name": "ConnectionTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 10, "ValidateRangeMax": 300, "ValidateNotNullOrEmpty": false @@ -31834,21 +17088,8 @@ "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, @@ -31864,20 +17105,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31888,20 +17120,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31912,20 +17135,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31936,20 +17150,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31960,20 +17165,11 @@ { "ParameterMetadata": { "Name": "Payload", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31984,20 +17180,11 @@ { "ParameterMetadata": { "Name": "ResponseTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32008,18 +17195,11 @@ { "ParameterMetadata": { "Name": "ConnectionTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 10, "ValidateRangeMax": 300, "ValidateNotNullOrEmpty": false @@ -32046,21 +17226,8 @@ "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, @@ -32076,20 +17243,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32100,20 +17258,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32124,20 +17273,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32148,20 +17288,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32172,20 +17303,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -32196,20 +17318,11 @@ { "ParameterMetadata": { "Name": "Payload", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32220,20 +17333,11 @@ { "ParameterMetadata": { "Name": "ResponseTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32244,158 +17348,11 @@ { "ParameterMetadata": { "Name": "ConnectionTimeOut", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 10, - "ValidateRangeMax": 300, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Payload", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResponseTimeOut", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConnectionTimeOut", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], "ValidateRangeMin": 10, "ValidateRangeMax": 300, "ValidateNotNullOrEmpty": false @@ -32422,21 +17379,101 @@ "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": [] + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Payload", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32446,8 +17483,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -32456,7 +17492,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.InvokeAzIotHubQuery", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -32464,12 +17499,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -32479,7 +17509,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -32494,137 +17523,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Top", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -32643,21 +17588,8 @@ "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 } ], @@ -32668,7 +17600,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -32683,47 +17614,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32734,20 +17626,11 @@ { "ParameterMetadata": { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32758,20 +17641,11 @@ { "ParameterMetadata": { "Name": "Top", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32796,21 +17670,8 @@ "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, @@ -32826,20 +17687,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32850,20 +17702,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32874,20 +17717,11 @@ { "ParameterMetadata": { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32898,20 +17732,11 @@ { "ParameterMetadata": { "Name": "Top", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32936,21 +17761,8 @@ "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, @@ -32966,20 +17778,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32990,20 +17793,11 @@ { "ParameterMetadata": { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33014,20 +17808,11 @@ { "ParameterMetadata": { "Name": "Top", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33052,21 +17837,8 @@ "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, @@ -33082,20 +17854,11 @@ { "ParameterMetadata": { "Name": "Top", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33120,21 +17883,8 @@ "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, @@ -33144,8 +17894,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -33154,7 +17903,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.NewAzureRmIotHub", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -33174,17 +17922,13 @@ "Subscriptionid": "System.String", "Resourcegroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -33199,15 +17943,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -33219,182 +17960,51 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Units", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Properties", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties", @@ -33409,65 +18019,17 @@ "AuthorizationPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", "EnableFileUploadNotifications": "System.Nullable`1[System.Boolean]", "Comments": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -33486,21 +18048,8 @@ "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 } ], @@ -33511,20 +18060,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33535,20 +18075,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33559,105 +18090,11 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33668,20 +18105,11 @@ { "ParameterMetadata": { "Name": "Units", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33692,20 +18120,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33716,7 +18135,6 @@ { "ParameterMetadata": { "Name": "Properties", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties", @@ -33731,47 +18149,8 @@ "AuthorizationPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", "EnableFileUploadNotifications": "System.Nullable`1[System.Boolean]", "Comments": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33782,20 +18161,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33820,21 +18190,8 @@ "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, @@ -33844,8 +18201,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -33854,7 +18210,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.NewAzureRmIotHubExportDevices", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -33872,17 +18227,13 @@ "FailureReason": "System.String", "StatusMessage": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -33897,15 +18248,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -33917,74 +18265,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ExportBlobContainerUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ExcludeKeys", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -34003,21 +18315,8 @@ "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 } ], @@ -34028,20 +18327,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34052,20 +18342,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34076,20 +18357,11 @@ { "ParameterMetadata": { "Name": "ExportBlobContainerUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34100,20 +18372,11 @@ { "ParameterMetadata": { "Name": "ExcludeKeys", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34138,21 +18401,8 @@ "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, @@ -34162,8 +18412,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -34172,7 +18421,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.NewAzureRmIotHubImportDevices", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -34190,17 +18438,13 @@ "FailureReason": "System.String", "StatusMessage": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -34215,15 +18459,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -34235,74 +18476,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputBlobContainerUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "OutputBlobContainerUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -34321,21 +18526,8 @@ "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 } ], @@ -34346,20 +18538,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34370,20 +18553,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34394,20 +18568,11 @@ { "ParameterMetadata": { "Name": "InputBlobContainerUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34418,20 +18583,11 @@ { "ParameterMetadata": { "Name": "OutputBlobContainerUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34456,21 +18612,8 @@ "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, @@ -34480,8 +18623,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -34490,7 +18632,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.NewAzureRmIotHubKey", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -34505,17 +18646,13 @@ "PrimaryKey": "System.String", "SecondaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -34530,15 +18667,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -34550,92 +18684,47 @@ "Parameters": [ { "Name": "HubId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RenewKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -34654,21 +18743,8 @@ "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 } ], @@ -34679,20 +18755,11 @@ { "ParameterMetadata": { "Name": "HubId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34703,20 +18770,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34727,20 +18785,11 @@ { "ParameterMetadata": { "Name": "RenewKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34765,21 +18814,8 @@ "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, @@ -34795,20 +18831,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34819,20 +18846,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34843,20 +18861,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34867,20 +18876,11 @@ { "ParameterMetadata": { "Name": "RenewKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34905,21 +18905,8 @@ "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, @@ -34949,21 +18936,8 @@ "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, @@ -34973,8 +18947,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -34983,7 +18956,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.NewAzIotHubSasToken", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -34991,12 +18963,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -35006,7 +18973,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -35021,276 +18987,80 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Duration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -35309,21 +19079,8 @@ "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 } ], @@ -35334,7 +19091,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -35349,47 +19105,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35400,20 +19117,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35424,20 +19132,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35448,20 +19147,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35472,105 +19162,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35581,20 +19177,11 @@ { "ParameterMetadata": { "Name": "Duration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35619,21 +19206,8 @@ "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, @@ -35649,20 +19223,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35673,20 +19238,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35697,20 +19253,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35721,20 +19268,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35745,20 +19283,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35769,105 +19298,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35878,20 +19313,11 @@ { "ParameterMetadata": { "Name": "Duration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35916,21 +19342,8 @@ "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, @@ -35946,20 +19359,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35970,20 +19374,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35994,20 +19389,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36018,20 +19404,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36042,105 +19419,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36151,20 +19434,11 @@ { "ParameterMetadata": { "Name": "Duration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36189,21 +19463,8 @@ "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, @@ -36219,20 +19480,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36243,20 +19495,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36267,20 +19510,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36291,105 +19525,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36400,20 +19540,11 @@ { "ParameterMetadata": { "Name": "Duration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36438,21 +19569,8 @@ "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, @@ -36462,8 +19580,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -36472,7 +19589,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzureRmIotHub", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -36480,12 +19596,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -36495,38 +19606,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -36545,21 +19638,8 @@ "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 } ], @@ -36570,20 +19650,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36594,20 +19665,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36632,21 +19694,8 @@ "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, @@ -36656,8 +19705,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -36666,7 +19714,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzureRmIotHubCertificate", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -36674,12 +19721,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -36689,7 +19731,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", @@ -36702,155 +19743,62 @@ "CertificateName": "System.String", "Etag": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -36869,21 +19817,8 @@ "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 } ], @@ -36894,7 +19829,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", @@ -36907,47 +19841,8 @@ "CertificateName": "System.String", "Etag": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36958,20 +19853,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36996,21 +19882,8 @@ "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, @@ -37026,20 +19899,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37050,20 +19914,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37074,20 +19929,11 @@ { "ParameterMetadata": { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37098,20 +19944,11 @@ { "ParameterMetadata": { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37122,20 +19959,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37160,21 +19988,8 @@ "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, @@ -37190,20 +20005,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37214,20 +20020,11 @@ { "ParameterMetadata": { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37238,20 +20035,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37276,21 +20064,8 @@ "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, @@ -37306,20 +20081,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37344,21 +20110,8 @@ "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, @@ -37368,8 +20121,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -37378,7 +20130,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -37386,12 +20137,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -37401,7 +20147,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -37416,137 +20161,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -37565,21 +20226,8 @@ "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 } ], @@ -37590,7 +20238,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -37605,47 +20252,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37656,20 +20264,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37680,20 +20279,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37718,21 +20308,8 @@ "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, @@ -37748,20 +20325,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37772,20 +20340,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37796,20 +20355,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37834,21 +20384,8 @@ "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, @@ -37864,20 +20401,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37888,20 +20416,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37912,20 +20431,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37936,20 +20446,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37974,21 +20475,8 @@ "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, @@ -38004,20 +20492,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38028,20 +20507,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38066,21 +20536,8 @@ "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, @@ -38090,8 +20547,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -38100,7 +20556,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDeployment", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -38108,12 +20563,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -38123,7 +20573,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -38138,137 +20587,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -38287,21 +20652,8 @@ "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 } ], @@ -38312,7 +20664,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -38327,47 +20678,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38378,20 +20690,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38402,20 +20705,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38440,21 +20734,8 @@ "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, @@ -38470,20 +20751,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38494,20 +20766,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38518,20 +20781,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38556,21 +20810,8 @@ "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, @@ -38586,20 +20827,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38610,20 +20842,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38634,20 +20857,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38658,20 +20872,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38696,21 +20901,8 @@ "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, @@ -38726,20 +20918,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38750,20 +20933,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38788,21 +20962,8 @@ "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, @@ -38812,8 +20973,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -38822,7 +20982,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDevice", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -38830,12 +20989,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -38845,7 +20999,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -38860,137 +21013,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -39009,21 +21078,8 @@ "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 } ], @@ -39034,7 +21090,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -39049,47 +21104,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39100,20 +21116,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39124,20 +21131,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39162,21 +21160,8 @@ "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, @@ -39192,20 +21177,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39216,20 +21192,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39240,20 +21207,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39264,20 +21222,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39302,21 +21251,8 @@ "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, @@ -39332,20 +21268,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39356,20 +21283,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39380,20 +21298,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39418,21 +21327,8 @@ "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, @@ -39448,20 +21344,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39486,21 +21373,8 @@ "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, @@ -39510,8 +21384,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -39520,7 +21393,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDeviceChildren", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -39528,12 +21400,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -39543,7 +21410,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -39558,155 +21424,63 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -39725,21 +21499,8 @@ "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 } ], @@ -39750,7 +21511,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -39765,47 +21525,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39816,20 +21537,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39840,20 +21552,12 @@ { "ParameterMetadata": { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39864,20 +21568,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39902,21 +21597,8 @@ "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, @@ -39932,20 +21614,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39956,20 +21629,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39980,20 +21644,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40004,20 +21659,12 @@ { "ParameterMetadata": { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40028,20 +21675,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40066,21 +21704,8 @@ "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, @@ -40096,20 +21721,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40120,20 +21736,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40144,20 +21751,12 @@ { "ParameterMetadata": { "Name": "Children", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40168,20 +21767,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40206,21 +21796,8 @@ "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, @@ -40236,20 +21813,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40274,21 +21842,8 @@ "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, @@ -40310,7 +21865,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzureRmIotHubEventHubConsumerGroup", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -40318,12 +21872,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -40333,56 +21882,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EventHubConsumerGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -40401,21 +21923,8 @@ "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 } ], @@ -40426,20 +21935,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40450,20 +21950,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40474,20 +21965,11 @@ { "ParameterMetadata": { "Name": "EventHubConsumerGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40512,21 +21994,8 @@ "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, @@ -40548,7 +22017,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzureRmIotHubKey", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -40563,17 +22031,13 @@ "PrimaryKey": "System.String", "SecondaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -40588,15 +22052,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -40608,74 +22069,38 @@ "Parameters": [ { "Name": "HubId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -40694,21 +22119,8 @@ "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 } ], @@ -40719,20 +22131,11 @@ { "ParameterMetadata": { "Name": "HubId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40743,20 +22146,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40781,21 +22175,8 @@ "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, @@ -40811,20 +22192,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40835,20 +22207,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40859,20 +22222,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40897,21 +22251,8 @@ "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, @@ -40941,21 +22282,8 @@ "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, @@ -40965,8 +22293,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -40975,7 +22302,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzureRmIotHubMessageEnrichment", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -40983,12 +22309,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -40998,7 +22319,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -41013,137 +22333,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -41162,21 +22398,8 @@ "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 } ], @@ -41187,7 +22410,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -41202,47 +22424,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41253,20 +22436,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41277,20 +22451,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41315,21 +22480,8 @@ "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, @@ -41345,20 +22497,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41369,20 +22512,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41393,20 +22527,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41417,20 +22542,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41455,21 +22571,8 @@ "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, @@ -41485,20 +22588,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41509,20 +22603,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41533,20 +22618,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41571,21 +22647,8 @@ "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, @@ -41601,20 +22664,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41639,21 +22693,8 @@ "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, @@ -41675,7 +22716,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubModule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -41683,12 +22723,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -41698,7 +22733,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -41713,155 +22747,62 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -41880,21 +22821,8 @@ "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 } ], @@ -41905,7 +22833,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -41920,47 +22847,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41971,20 +22859,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41995,20 +22874,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42019,20 +22889,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42057,21 +22918,8 @@ "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, @@ -42087,20 +22935,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42111,20 +22950,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42135,20 +22965,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42159,20 +22980,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42183,20 +22995,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42221,21 +23024,8 @@ "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, @@ -42251,20 +23041,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42275,20 +23056,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42299,20 +23071,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42323,20 +23086,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42361,21 +23115,8 @@ "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, @@ -42391,20 +23132,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42429,21 +23161,8 @@ "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, @@ -42453,8 +23172,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -42463,7 +23181,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzureRmIotHubRoute", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -42471,12 +23188,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -42486,7 +23198,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -42501,137 +23212,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -42650,21 +23277,8 @@ "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 } ], @@ -42675,7 +23289,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -42690,47 +23303,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42741,20 +23315,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42765,20 +23330,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42803,21 +23359,8 @@ "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, @@ -42833,20 +23376,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42857,20 +23391,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42881,20 +23406,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42905,20 +23421,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42943,21 +23450,8 @@ "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, @@ -42973,20 +23467,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42997,20 +23482,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43021,20 +23497,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43059,21 +23526,8 @@ "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, @@ -43089,20 +23543,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43113,20 +23558,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43151,21 +23587,8 @@ "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, @@ -43175,8 +23598,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -43185,7 +23607,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzureRmIotHubRoutingEndpoint", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -43193,12 +23614,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -43208,7 +23624,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -43223,240 +23638,62 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -43475,21 +23712,8 @@ "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 } ], @@ -43500,7 +23724,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -43515,47 +23738,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43566,20 +23750,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43590,354 +23765,11 @@ { "ParameterMetadata": { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "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": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "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": "ResourceSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EndpointName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EndpointType", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43948,20 +23780,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43986,21 +23809,114 @@ "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": [] + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EndpointName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EndpointType", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44016,20 +23932,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44040,20 +23947,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44064,105 +23962,11 @@ { "ParameterMetadata": { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44173,20 +23977,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44211,21 +24006,8 @@ "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, @@ -44241,20 +24023,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44265,105 +24038,11 @@ { "ParameterMetadata": { "Name": "EndpointType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44374,20 +24053,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44412,21 +24082,8 @@ "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, @@ -44436,8 +24093,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Send", @@ -44446,7 +24102,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SendAzIotHubDevice2CloudMessage", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -44454,12 +24109,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -44469,7 +24119,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -44484,258 +24133,71 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Message", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "TransportType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -44754,21 +24216,8 @@ "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 } ], @@ -44779,7 +24228,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -44794,47 +24242,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44845,20 +24254,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44869,20 +24269,11 @@ { "ParameterMetadata": { "Name": "Message", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44893,105 +24284,11 @@ { "ParameterMetadata": { "Name": "TransportType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45002,20 +24299,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45040,21 +24328,8 @@ "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, @@ -45070,20 +24345,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45094,20 +24360,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45118,20 +24375,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45142,20 +24390,11 @@ { "ParameterMetadata": { "Name": "Message", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45166,105 +24405,11 @@ { "ParameterMetadata": { "Name": "TransportType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45275,20 +24420,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45313,21 +24449,8 @@ "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, @@ -45343,20 +24466,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45367,20 +24481,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45391,20 +24496,11 @@ { "ParameterMetadata": { "Name": "Message", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45415,105 +24511,11 @@ { "ParameterMetadata": { "Name": "TransportType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45524,20 +24526,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45562,21 +24555,8 @@ "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, @@ -45592,20 +24572,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45616,20 +24587,11 @@ { "ParameterMetadata": { "Name": "Message", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45640,105 +24602,11 @@ { "ParameterMetadata": { "Name": "TransportType", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTransportType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45749,20 +24617,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45787,21 +24646,8 @@ "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, @@ -45823,7 +24669,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzureRmIotHub", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "UpdateSku", "OutputTypes": [ @@ -45843,488 +24688,13 @@ "Subscriptionid": "System.String", "Resourcegroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SkuName", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Units", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "EventHubRetentionTimeInDays", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FileUploadStorageConnectionString", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FileUploadContainerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FileUploadSasUriTtl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FileUploadNotificationTtl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FileUploadNotificationMaxDeliveryCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "EnableFileUploadNotifications", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "CloudToDevice", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", - "MaxDeliveryCount": "System.Nullable`1[System.Int32]", - "DefaultTtlAsIso8601": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RoutingProperties", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Endpoints": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", - "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", - "Enrichments": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Routes", - "AliasList": [], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FallbackRoute", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.IotHub.Models", - "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsEnabled": "System.Boolean", - "EndpointNames": "System.Collections.Generic.IList`1[System.String]", - "Condition": "System.String", - "Source": "System.String", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -46339,21 +24709,178 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Units", + "Type": { + "Namespace": "System", + "Name": "System.Int64", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "EventHubRetentionTimeInDays", + "Type": { + "Namespace": "System", + "Name": "System.Int64", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FileUploadStorageConnectionString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FileUploadContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FileUploadSasUriTtl", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FileUploadNotificationTtl", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FileUploadNotificationMaxDeliveryCount", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "EnableFileUploadNotifications", + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "CloudToDevice", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", + "MaxDeliveryCount": "System.Nullable`1[System.Int32]", + "DefaultTtlAsIso8601": "System.Nullable`1[System.TimeSpan]" + } + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "RoutingProperties", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Endpoints": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", + "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", + "Enrichments": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]" + } + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Routes", + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata" + ] + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FallbackRoute", + "Type": { + "Namespace": "Microsoft.Azure.Management.IotHub.Models", + "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", + "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsEnabled": "System.Boolean", + "EndpointNames": "System.Collections.Generic.IList`1[System.String]", + "Condition": "System.String", + "Source": "System.String", + "Name": "System.String" + } + }, "ValidateNotNullOrEmpty": true }, { @@ -46372,21 +24899,8 @@ "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 } ], @@ -46397,20 +24911,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46421,20 +24926,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46459,21 +24955,8 @@ "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, @@ -46489,105 +24972,11 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46598,20 +24987,11 @@ { "ParameterMetadata": { "Name": "Units", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46622,20 +25002,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46646,20 +25017,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46684,21 +25046,8 @@ "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, @@ -46714,20 +25063,11 @@ { "ParameterMetadata": { "Name": "EventHubRetentionTimeInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46738,20 +25078,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46762,20 +25093,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46800,21 +25122,8 @@ "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, @@ -46830,20 +25139,11 @@ { "ParameterMetadata": { "Name": "FileUploadStorageConnectionString", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46854,20 +25154,11 @@ { "ParameterMetadata": { "Name": "FileUploadContainerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46878,20 +25169,11 @@ { "ParameterMetadata": { "Name": "FileUploadSasUriTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46902,20 +25184,11 @@ { "ParameterMetadata": { "Name": "FileUploadNotificationTtl", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46926,22 +25199,14 @@ { "ParameterMetadata": { "Name": "FileUploadNotificationMaxDeliveryCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46952,20 +25217,11 @@ { "ParameterMetadata": { "Name": "EnableFileUploadNotifications", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46976,20 +25232,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47000,20 +25247,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47038,21 +25276,8 @@ "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, @@ -47068,7 +25293,6 @@ { "ParameterMetadata": { "Name": "CloudToDevice", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", @@ -47077,47 +25301,8 @@ "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", "MaxDeliveryCount": "System.Nullable`1[System.Int32]", "DefaultTtlAsIso8601": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47128,20 +25313,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47152,20 +25328,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47190,21 +25357,8 @@ "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, @@ -47220,7 +25374,6 @@ { "ParameterMetadata": { "Name": "RoutingProperties", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", @@ -47230,47 +25383,8 @@ "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", "Enrichments": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47281,20 +25395,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47305,20 +25410,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47343,21 +25439,8 @@ "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, @@ -47373,22 +25456,14 @@ { "ParameterMetadata": { "Name": "Routes", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47399,20 +25474,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47423,20 +25489,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47461,21 +25518,8 @@ "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, @@ -47491,7 +25535,6 @@ { "ParameterMetadata": { "Name": "FallbackRoute", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Management.IotHub.Models", "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", @@ -47502,47 +25545,8 @@ "Condition": "System.String", "Source": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47553,20 +25557,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47577,20 +25572,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47615,21 +25601,8 @@ "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, @@ -47639,8 +25612,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -47649,7 +25621,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -47672,17 +25643,13 @@ "TargetCondition": "System.String", "ETag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -47697,15 +25664,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -47717,7 +25681,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -47732,209 +25695,89 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -47953,21 +25796,8 @@ "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 } ], @@ -47978,7 +25808,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -47993,47 +25822,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48044,20 +25834,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48068,20 +25849,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48092,20 +25864,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48116,20 +25879,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48140,20 +25894,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48164,20 +25909,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48202,21 +25938,8 @@ "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, @@ -48232,20 +25955,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48256,20 +25970,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48280,20 +25985,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48304,20 +26000,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48328,20 +26015,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48352,20 +26030,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48376,20 +26045,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48414,21 +26074,8 @@ "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, @@ -48444,20 +26091,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48468,20 +26106,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48492,20 +26121,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48516,20 +26136,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48540,20 +26151,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48564,20 +26166,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48588,20 +26181,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48612,20 +26196,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48650,21 +26225,8 @@ "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, @@ -48680,20 +26242,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48704,20 +26257,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48728,20 +26272,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48752,20 +26287,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48776,20 +26302,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48814,21 +26331,8 @@ "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, @@ -48838,8 +26342,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -48848,7 +26351,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDeployment", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -48871,17 +26373,13 @@ "TargetCondition": "System.String", "ETag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -48896,15 +26394,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -48916,7 +26411,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -48931,209 +26425,89 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -49152,21 +26526,8 @@ "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 } ], @@ -49177,7 +26538,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -49192,47 +26552,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49243,20 +26564,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49267,20 +26579,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49291,20 +26594,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49315,20 +26609,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49339,20 +26624,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49363,20 +26639,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49401,21 +26668,8 @@ "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, @@ -49431,20 +26685,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49455,20 +26700,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49479,20 +26715,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49503,20 +26730,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49527,20 +26745,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49551,20 +26760,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49575,20 +26775,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49613,21 +26804,8 @@ "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, @@ -49643,20 +26821,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49667,20 +26836,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49691,20 +26851,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49715,20 +26866,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49739,20 +26881,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49763,20 +26896,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49787,20 +26911,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49811,20 +26926,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49849,21 +26955,8 @@ "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, @@ -49879,20 +26972,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49903,20 +26987,11 @@ { "ParameterMetadata": { "Name": "Priority", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49927,20 +27002,11 @@ { "ParameterMetadata": { "Name": "TargetCondition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49951,20 +27017,11 @@ { "ParameterMetadata": { "Name": "Metric", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49975,20 +27032,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49999,20 +27047,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50037,21 +27076,8 @@ "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, @@ -50061,8 +27087,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -50071,7 +27096,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDevice", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSetForStatus", "OutputTypes": [ @@ -50095,17 +27119,13 @@ "StatusReason": "System.String", "Scope": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -50120,15 +27140,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -50140,7 +27157,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -50155,361 +27171,80 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Status", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "StatusReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EdgeEnabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -50528,21 +27263,8 @@ "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 } ], @@ -50553,7 +27275,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -50568,47 +27289,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50619,20 +27301,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50643,105 +27316,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50766,21 +27345,8 @@ "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, @@ -50796,7 +27362,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -50811,47 +27376,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50862,20 +27388,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50886,105 +27403,11 @@ { "ParameterMetadata": { "Name": "Status", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50995,20 +27418,11 @@ { "ParameterMetadata": { "Name": "StatusReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51033,21 +27447,8 @@ "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, @@ -51063,7 +27464,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -51078,47 +27478,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51129,20 +27490,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51153,20 +27505,11 @@ { "ParameterMetadata": { "Name": "EdgeEnabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -51191,21 +27534,8 @@ "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, @@ -51221,20 +27551,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51245,20 +27566,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51269,20 +27581,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51293,105 +27596,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -51416,21 +27625,8 @@ "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, @@ -51446,20 +27642,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51470,20 +27657,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51494,20 +27672,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51518,105 +27687,11 @@ { "ParameterMetadata": { "Name": "Status", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -51627,20 +27702,11 @@ { "ParameterMetadata": { "Name": "StatusReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51665,21 +27731,8 @@ "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, @@ -51695,20 +27748,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51719,20 +27763,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51743,20 +27778,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51767,20 +27793,11 @@ { "ParameterMetadata": { "Name": "EdgeEnabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -51805,21 +27822,8 @@ "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, @@ -51835,20 +27839,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51859,20 +27854,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -51883,105 +27869,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -52006,21 +27898,8 @@ "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, @@ -52036,20 +27915,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52060,20 +27930,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52084,105 +27945,11 @@ { "ParameterMetadata": { "Name": "Status", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -52193,20 +27960,11 @@ { "ParameterMetadata": { "Name": "StatusReason", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52231,21 +27989,8 @@ "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, @@ -52261,20 +28006,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52285,20 +28021,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52309,20 +28036,11 @@ { "ParameterMetadata": { "Name": "EdgeEnabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -52347,21 +28065,8 @@ "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, @@ -52391,21 +28096,8 @@ "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, @@ -52415,8 +28107,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -52425,7 +28116,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDeviceParent", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -52449,78 +28139,13 @@ "StatusReason": "System.String", "Scope": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -52535,129 +28160,93 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + } + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ParentDeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -52676,21 +28265,8 @@ "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 } ], @@ -52701,7 +28277,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -52716,47 +28291,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52767,20 +28303,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52791,20 +28318,11 @@ { "ParameterMetadata": { "Name": "ParentDeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52815,20 +28333,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52853,21 +28362,8 @@ "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, @@ -52883,20 +28379,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52907,20 +28394,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52931,20 +28409,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52955,20 +28424,11 @@ { "ParameterMetadata": { "Name": "ParentDeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -52979,20 +28439,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53017,21 +28468,8 @@ "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, @@ -53047,20 +28485,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53071,20 +28500,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53095,20 +28515,11 @@ { "ParameterMetadata": { "Name": "ParentDeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53119,20 +28530,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53157,21 +28559,8 @@ "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, @@ -53187,20 +28576,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53225,21 +28605,8 @@ "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, @@ -53249,8 +28616,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -53259,7 +28625,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDistributedTracing", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -53273,17 +28638,13 @@ "IsSynced": "System.Boolean", "DeviceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -53298,15 +28659,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -53318,7 +28676,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -53333,119 +28690,44 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -53456,101 +28738,8 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -53561,14 +28750,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 0, "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false @@ -53589,21 +28772,8 @@ "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 } ], @@ -53614,7 +28784,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -53629,47 +28798,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53680,20 +28810,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53710,101 +28831,8 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -53821,14 +28849,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 0, "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false @@ -53855,21 +28877,8 @@ "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, @@ -53885,20 +28894,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53909,20 +28909,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53933,20 +28924,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -53963,101 +28945,8 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -54074,14 +28963,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 0, "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false @@ -54108,21 +28991,8 @@ "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, @@ -54138,20 +29008,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54162,20 +29023,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54192,101 +29044,8 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -54303,14 +29062,8 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateRangeMin": 0, "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false @@ -54337,21 +29090,8 @@ "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, @@ -54381,21 +29121,8 @@ "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, @@ -54417,7 +29144,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubEdgeModule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -54426,11 +29152,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules" }, "ParameterSets": [ "__AllParameterSets" @@ -54440,7 +29162,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -54455,137 +29176,53 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModulesContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -54604,21 +29241,8 @@ "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 } ], @@ -54629,7 +29253,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -54644,47 +29267,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54695,20 +29279,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54719,20 +29294,11 @@ { "ParameterMetadata": { "Name": "ModulesContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54757,21 +29323,8 @@ "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, @@ -54787,20 +29340,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54811,20 +29355,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54835,20 +29370,11 @@ { "ParameterMetadata": { "Name": "ModulesContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54873,21 +29399,8 @@ "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, @@ -54903,20 +29416,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54927,20 +29431,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54951,20 +29446,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -54975,20 +29461,11 @@ { "ParameterMetadata": { "Name": "ModulesContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55013,21 +29490,8 @@ "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, @@ -55043,20 +29507,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55067,20 +29522,11 @@ { "ParameterMetadata": { "Name": "ModulesContent", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55105,21 +29551,8 @@ "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, @@ -55129,8 +29562,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -55139,7 +29571,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzureRmIotHubMessageEnrichment", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -55153,78 +29584,13 @@ "Value": "System.String", "Key": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55239,129 +29605,94 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + } + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Value", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Endpoint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { @@ -55380,21 +29711,8 @@ "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 } ], @@ -55405,7 +29723,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -55420,47 +29737,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55471,20 +29749,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55495,20 +29764,11 @@ { "ParameterMetadata": { "Name": "Value", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -55519,20 +29779,12 @@ { "ParameterMetadata": { "Name": "Endpoint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -55557,21 +29809,8 @@ "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, @@ -55587,20 +29826,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55611,20 +29841,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55635,20 +29856,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55659,20 +29871,11 @@ { "ParameterMetadata": { "Name": "Value", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -55683,20 +29886,12 @@ { "ParameterMetadata": { "Name": "Endpoint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -55721,21 +29916,8 @@ "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, @@ -55751,20 +29933,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55775,20 +29948,11 @@ { "ParameterMetadata": { "Name": "Key", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -55799,20 +29963,11 @@ { "ParameterMetadata": { "Name": "Value", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -55823,20 +29978,12 @@ { "ParameterMetadata": { "Name": "Endpoint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -55861,21 +30008,8 @@ "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, @@ -55905,21 +30039,8 @@ "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, @@ -55941,7 +30062,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubModule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -55962,17 +30082,13 @@ "ETag": "System.String", "ManagedBy": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -55987,15 +30103,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -56007,7 +30120,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -56022,240 +30134,62 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -56274,21 +30208,8 @@ "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 } ], @@ -56299,7 +30220,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -56314,47 +30234,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56365,20 +30246,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56389,20 +30261,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56413,105 +30276,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -56536,21 +30305,8 @@ "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, @@ -56566,20 +30322,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56590,20 +30337,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56614,20 +30352,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56638,20 +30367,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56662,105 +30382,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -56785,21 +30411,8 @@ "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, @@ -56815,20 +30428,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56839,20 +30443,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56863,20 +30458,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -56887,105 +30473,11 @@ { "ParameterMetadata": { "Name": "AuthMethod", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -57010,21 +30502,8 @@ "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, @@ -57054,21 +30533,8 @@ "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, @@ -57078,8 +30544,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -57088,7 +30553,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzureRmIotHubRoute", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -57104,17 +30568,13 @@ "Condition": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -57129,15 +30589,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -57149,7 +30606,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -57164,193 +30620,83 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Condition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -57369,21 +30715,8 @@ "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 } ], @@ -57394,7 +30727,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -57409,47 +30741,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57460,20 +30753,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57484,22 +30768,14 @@ { "ParameterMetadata": { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57510,20 +30786,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57534,20 +30801,11 @@ { "ParameterMetadata": { "Name": "Condition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57558,20 +30816,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57596,21 +30845,8 @@ "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, @@ -57626,20 +30862,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57650,20 +30877,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57674,20 +30892,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57698,22 +30907,14 @@ { "ParameterMetadata": { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57724,20 +30925,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57748,20 +30940,11 @@ { "ParameterMetadata": { "Name": "Condition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57772,20 +30955,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57810,21 +30984,8 @@ "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, @@ -57840,20 +31001,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57864,20 +31016,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -57888,22 +31031,14 @@ { "ParameterMetadata": { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57914,20 +31049,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57938,20 +31064,11 @@ { "ParameterMetadata": { "Name": "Condition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -57962,20 +31079,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -58000,21 +31108,8 @@ "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, @@ -58030,22 +31125,14 @@ { "ParameterMetadata": { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -58056,20 +31143,11 @@ { "ParameterMetadata": { "Name": "EndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -58080,20 +31158,11 @@ { "ParameterMetadata": { "Name": "Condition", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -58104,20 +31173,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -58142,21 +31202,8 @@ "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, @@ -58166,8 +31213,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -58176,7 +31222,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzureRmIotHubVerifiedCertificate", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -58194,17 +31239,13 @@ "Etag": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58219,15 +31260,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -58239,7 +31277,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", @@ -58252,155 +31289,62 @@ "CertificateName": "System.String", "Etag": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -58419,21 +31363,8 @@ "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 } ], @@ -58444,7 +31375,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", @@ -58457,47 +31387,8 @@ "CertificateName": "System.String", "Etag": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58508,20 +31399,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58546,21 +31428,8 @@ "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, @@ -58576,20 +31445,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58600,20 +31460,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58624,20 +31475,11 @@ { "ParameterMetadata": { "Name": "CertificateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58648,20 +31490,11 @@ { "ParameterMetadata": { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58672,20 +31505,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58710,21 +31534,8 @@ "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, @@ -58740,20 +31551,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58764,20 +31566,11 @@ { "ParameterMetadata": { "Name": "Etag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58788,20 +31581,11 @@ { "ParameterMetadata": { "Name": "Path", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -58826,21 +31610,8 @@ "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, @@ -58870,21 +31641,8 @@ "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, @@ -58906,7 +31664,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.TestAzureRmIotHubRoute", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -58919,17 +31676,13 @@ "Details": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails", "Result": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58944,15 +31697,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -58970,17 +31720,13 @@ "Severity": "System.String", "Message": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -58995,15 +31741,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -59016,11 +31759,7 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties" }, "ParameterSets": [ "__AllParameterSets" @@ -59030,7 +31769,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -59045,294 +31783,89 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AppProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "SystemProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ShowError", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -59351,21 +31884,8 @@ "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 } ], @@ -59376,7 +31896,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -59391,47 +31910,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59442,20 +31922,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59466,20 +31937,11 @@ { "ParameterMetadata": { "Name": "ShowError", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59490,20 +31952,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59514,20 +31967,11 @@ { "ParameterMetadata": { "Name": "AppProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59538,20 +31982,11 @@ { "ParameterMetadata": { "Name": "SystemProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59576,21 +32011,8 @@ "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, @@ -59606,7 +32028,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -59621,47 +32042,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59672,105 +32054,11 @@ { "ParameterMetadata": { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59781,20 +32069,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59805,20 +32084,11 @@ { "ParameterMetadata": { "Name": "AppProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59829,20 +32099,11 @@ { "ParameterMetadata": { "Name": "SystemProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59867,21 +32128,8 @@ "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, @@ -59897,20 +32145,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59921,20 +32160,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59945,20 +32175,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -59969,20 +32190,11 @@ { "ParameterMetadata": { "Name": "ShowError", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -59993,20 +32205,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60017,20 +32220,11 @@ { "ParameterMetadata": { "Name": "AppProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60041,20 +32235,11 @@ { "ParameterMetadata": { "Name": "SystemProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60079,21 +32264,8 @@ "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, @@ -60109,20 +32281,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60133,20 +32296,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60157,105 +32311,11 @@ { "ParameterMetadata": { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60266,20 +32326,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60290,20 +32341,11 @@ { "ParameterMetadata": { "Name": "AppProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60314,20 +32356,11 @@ { "ParameterMetadata": { "Name": "SystemProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60352,21 +32385,8 @@ "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, @@ -60382,20 +32402,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60406,20 +32417,11 @@ { "ParameterMetadata": { "Name": "RouteName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60430,20 +32432,11 @@ { "ParameterMetadata": { "Name": "ShowError", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60454,20 +32447,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60478,20 +32462,11 @@ { "ParameterMetadata": { "Name": "AppProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60502,20 +32477,11 @@ { "ParameterMetadata": { "Name": "SystemProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60540,21 +32506,8 @@ "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, @@ -60570,20 +32523,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60594,105 +32538,11 @@ { "ParameterMetadata": { "Name": "Source", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -60703,20 +32553,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60727,20 +32568,11 @@ { "ParameterMetadata": { "Name": "AppProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60751,20 +32583,11 @@ { "ParameterMetadata": { "Name": "SystemProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60789,21 +32612,8 @@ "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, @@ -60819,20 +32629,11 @@ { "ParameterMetadata": { "Name": "Body", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60843,20 +32644,11 @@ { "ParameterMetadata": { "Name": "AppProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60867,20 +32659,11 @@ { "ParameterMetadata": { "Name": "SystemProperty", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -60905,21 +32688,8 @@ "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, @@ -60929,8 +32699,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -60939,7 +32708,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.UpdateAzureRmIotHub", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceUpdateSet", "OutputTypes": [ @@ -60959,17 +32727,13 @@ "Subscriptionid": "System.String", "Resourcegroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -60984,15 +32748,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -61004,74 +32765,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Reset", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -61090,21 +32815,8 @@ "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 } ], @@ -61115,20 +32827,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61139,20 +32842,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61163,20 +32857,11 @@ { "ParameterMetadata": { "Name": "Reset", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -61187,20 +32872,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61225,21 +32901,8 @@ "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, @@ -61255,20 +32918,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61293,21 +32947,8 @@ "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, @@ -61317,8 +32958,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -61327,7 +32967,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.UpdateAzIotHubDeviceTwin", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -61352,17 +32991,13 @@ "ETag": "System.String", "StatusReason": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -61377,15 +33012,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -61397,7 +33029,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -61412,173 +33043,71 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Desired", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Partial", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -61597,21 +33126,8 @@ "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 } ], @@ -61622,7 +33138,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -61637,47 +33152,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61688,20 +33164,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61712,20 +33179,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -61736,20 +33194,11 @@ { "ParameterMetadata": { "Name": "Desired", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -61760,20 +33209,11 @@ { "ParameterMetadata": { "Name": "Partial", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -61798,21 +33238,8 @@ "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, @@ -61828,20 +33255,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61852,20 +33270,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61876,20 +33285,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -61900,20 +33300,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -61924,20 +33315,11 @@ { "ParameterMetadata": { "Name": "Desired", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -61948,20 +33330,11 @@ { "ParameterMetadata": { "Name": "Partial", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -61986,21 +33359,8 @@ "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, @@ -62016,20 +33376,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62040,20 +33391,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62064,20 +33406,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -62088,20 +33421,11 @@ { "ParameterMetadata": { "Name": "Desired", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -62112,20 +33436,11 @@ { "ParameterMetadata": { "Name": "Partial", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -62150,21 +33465,8 @@ "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, @@ -62180,20 +33482,11 @@ { "ParameterMetadata": { "Name": "Partial", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -62218,21 +33511,8 @@ "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, @@ -62242,8 +33522,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -62252,7 +33531,6 @@ "ClassName": "Microsoft.Azure.Commands.Management.IotHub.UpdateAzIotHubModuleTwin", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ @@ -62278,17 +33556,13 @@ "ETag": "System.String", "StatusReason": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -62303,15 +33577,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -62323,7 +33594,6 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -62338,191 +33608,80 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Desired", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Partial", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -62541,21 +33700,8 @@ "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 } ], @@ -62566,7 +33712,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", @@ -62581,47 +33726,8 @@ "Location": "System.String", "Subscriptionid": "System.String", "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62632,20 +33738,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62656,20 +33753,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62680,20 +33768,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -62704,20 +33783,11 @@ { "ParameterMetadata": { "Name": "Desired", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -62728,20 +33798,11 @@ { "ParameterMetadata": { "Name": "Partial", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -62766,21 +33827,8 @@ "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, @@ -62796,20 +33844,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62820,20 +33859,11 @@ { "ParameterMetadata": { "Name": "IotHubName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62844,20 +33874,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62868,20 +33889,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -62892,20 +33904,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -62916,20 +33919,11 @@ { "ParameterMetadata": { "Name": "Desired", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -62940,20 +33934,11 @@ { "ParameterMetadata": { "Name": "Partial", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -62978,21 +33963,8 @@ "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, @@ -63008,20 +33980,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63032,20 +33995,11 @@ { "ParameterMetadata": { "Name": "DeviceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63056,20 +34010,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63080,20 +34025,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -63104,20 +34040,11 @@ { "ParameterMetadata": { "Name": "Desired", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -63128,20 +34055,11 @@ { "ParameterMetadata": { "Name": "Partial", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -63166,21 +34084,8 @@ "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, @@ -63196,20 +34101,11 @@ { "ParameterMetadata": { "Name": "ModuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -63220,20 +34116,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -63244,20 +34131,11 @@ { "ParameterMetadata": { "Name": "Desired", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -63268,20 +34146,11 @@ { "ParameterMetadata": { "Name": "Partial", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -63306,21 +34175,8 @@ "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, @@ -63330,150 +34186,51 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -63487,17 +34244,13 @@ "Subject": "System.String", "Thumbprint": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -63512,61 +34265,40 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -63579,11 +34311,7 @@ "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -63594,24 +34322,16 @@ "Id": "System.String", "Credential": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -63641,23 +34361,15 @@ "ServiceManagementUrl": "System.String", "StorageEndpointSuffix": "System.String", "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -63667,11 +34379,7 @@ "Id": "System.String", "Name": "System.String", "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -63679,11 +34387,7 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -63692,72 +34396,47 @@ "Properties": { "CacheData": "System.Byte[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Clear", - "Parameters": [], "ReturnType": "System.Void" } - ], - "Constructors": [] + ] }, "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Byte" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -63767,17 +34446,13 @@ "DeviceContent": "System.Collections.Hashtable", "ModulesContent": "System.Collections.Hashtable" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -63792,27 +34467,19 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -63822,17 +34489,13 @@ "Results": "System.Collections.Hashtable", "Queries": "System.Collections.Hashtable" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -63847,15 +34510,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -63877,17 +34537,13 @@ "Comments": "System.String", "State": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -63902,15 +34558,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -63918,9 +34571,6 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -63942,16 +34592,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -63962,6 +34602,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -63998,26 +34646,18 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.TypeCode": { "Namespace": "System", "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64028,17 +34668,13 @@ "MaxDeliveryCount": "System.Nullable`1[System.Int32]", "DefaultTtlAsIso8601": "System.Nullable`1[System.TimeSpan]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64053,15 +34689,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -64074,17 +34707,13 @@ "TtlAsIso8601": "System.Nullable`1[System.TimeSpan]", "LockDurationAsIso8601": "System.Nullable`1[System.TimeSpan]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64099,51 +34728,35 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[System.TimeSpan]": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, "System.TimeSpan": { "Namespace": "System", "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64155,17 +34768,13 @@ "Enrichments": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64180,15 +34789,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -64202,17 +34808,13 @@ "ServiceBusTopics": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]", "StorageContainers": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64227,29 +34829,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64261,17 +34856,13 @@ "SubscriptionId": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64286,29 +34877,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64320,17 +34904,13 @@ "SubscriptionId": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64345,29 +34925,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64379,17 +34952,13 @@ "SubscriptionId": "System.String", "ResourceGroup": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64404,29 +34973,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64443,17 +35005,13 @@ "FileNameFormat": "System.String", "Encoding": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64468,15 +35026,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -64491,17 +35046,13 @@ "Source": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64516,29 +35067,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64549,17 +35093,13 @@ "Value": "System.String", "Key": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64574,29 +35114,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64609,17 +35142,13 @@ "Condition": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64634,30 +35163,23 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64670,17 +35192,13 @@ "Path": "System.String", "Endpoint": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64695,42 +35213,31 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64741,17 +35248,13 @@ "TtlAsIso8601": "System.Nullable`1[System.TimeSpan]", "LockDurationAsIso8601": "System.Nullable`1[System.TimeSpan]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64766,30 +35269,23 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64800,17 +35296,13 @@ "ConnectionString": "System.String", "ContainerName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64825,29 +35317,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64857,17 +35342,13 @@ "Location": "System.String", "Role": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64882,29 +35363,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -64916,17 +35390,13 @@ "PrimaryKey": "System.String", "SecondaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -64941,15 +35411,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -64957,9 +35424,6 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -64981,16 +35445,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -65001,6 +35455,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -65037,16 +35499,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -65057,17 +35516,13 @@ "Tier": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier", "Capacity": "System.Nullable`1[System.Int64]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -65082,15 +35537,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -65098,9 +35550,6 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -65122,16 +35571,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -65142,6 +35581,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -65178,24 +35625,18 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -65217,16 +35658,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -65237,6 +35668,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -65273,16 +35712,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -65293,17 +35729,13 @@ "SymmetricKey": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey", "X509Thumbprint": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -65318,15 +35750,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -65334,9 +35763,6 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -65358,16 +35784,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -65378,6 +35794,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -65414,16 +35838,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -65433,17 +35854,13 @@ "PrimaryKey": "System.String", "SecondaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -65458,15 +35875,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -65478,17 +35892,13 @@ "PrimaryThumbprint": "System.String", "SecondaryThumbprint": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -65503,15 +35913,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -65522,17 +35929,13 @@ "Properties": { "IotEdge": "System.Boolean" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -65547,15 +35950,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -65563,9 +35963,6 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -65587,16 +35984,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -65607,6 +35994,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -65643,24 +36038,18 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -65682,16 +36071,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -65702,6 +36081,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -65738,16 +36125,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -65762,17 +36146,13 @@ "Thumbprint": "System.String", "VerificationCode": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -65787,15 +36167,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -65817,17 +36194,13 @@ "TargetCondition": "System.String", "ETag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -65842,15 +36215,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -65872,17 +36242,13 @@ "TargetCondition": "System.String", "ETag": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -65897,15 +36263,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -65928,17 +36291,13 @@ "StatusReason": "System.String", "Scope": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -65953,15 +36312,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -65973,17 +36329,13 @@ "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", "DeviceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -65998,15 +36350,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -66017,17 +36366,13 @@ "Properties": { "IotEdge": "System.Boolean" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -66042,15 +36387,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -66063,27 +36405,21 @@ "Version": "System.Int64", "Item": "System.Object" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetMetadata", - "Parameters": [], "ReturnType": "Microsoft.Azure.Devices.Shared.Metadata" }, { "Name": "GetLastUpdated", - "Parameters": [], "ReturnType": "System.DateTime" }, { "Name": "GetLastUpdatedVersion", - "Parameters": [], "ReturnType": "System.Nullable`1[System.Int64]" }, { @@ -66108,17 +36444,14 @@ }, { "Name": "GetEnumerator", - "Parameters": [], "ReturnType": "System.Collections.IEnumerator" }, { "Name": "ClearMetadata", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -66133,15 +36466,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -66150,8 +36480,7 @@ "Name": "twinJson", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -66164,8 +36493,7 @@ "Name": "metadataJson", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -66178,20 +36506,14 @@ "Name": "metadataJson", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Devices.Shared.Metadata": { "Namespace": "Microsoft.Azure.Devices.Shared", @@ -66201,17 +36523,13 @@ "LastUpdated": "System.DateTime", "LastUpdatedVersion": "System.Nullable`1[System.Int64]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -66226,7 +36544,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -66242,20 +36559,14 @@ "Name": "lastUpdatedVersion", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.IEnumerator": { "Namespace": "System.Collections", "Name": "System.Collections.IEnumerator", - "AssemblyQualifiedName": "System.Collections.IEnumerator, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.IEnumerator, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Devices.Shared.TwinProperties": { "Namespace": "Microsoft.Azure.Devices.Shared", @@ -66265,17 +36576,13 @@ "Desired": "Microsoft.Azure.Devices.Shared.TwinCollection", "Reported": "Microsoft.Azure.Devices.Shared.TwinCollection" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -66290,15 +36597,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -66310,17 +36614,13 @@ "SamplingMode": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", "SamplingRate": "System.Int32" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -66335,15 +36635,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -66351,9 +36648,6 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -66375,16 +36669,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -66395,6 +36679,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -66431,36 +36723,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -66482,16 +36764,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -66502,6 +36774,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -66538,16 +36818,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -66558,17 +36835,13 @@ "Value": "System.String", "Key": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -66583,15 +36856,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -66611,17 +36881,13 @@ "ETag": "System.String", "ManagedBy": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -66636,15 +36902,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -66659,17 +36922,13 @@ "Condition": "System.String", "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -66684,15 +36943,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -66707,17 +36963,13 @@ "ContainerName": "System.String", "AzureResource": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -66732,15 +36984,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -66748,9 +36997,6 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -66772,16 +37018,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -66792,6 +37028,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -66828,16 +37072,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -66849,17 +37090,13 @@ "Maximum": "System.Nullable`1[System.Int64]", "DefaultProperty": "System.Nullable`1[System.Int64]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -66874,37 +37111,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -66926,16 +37153,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -66946,6 +37163,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -66982,29 +37207,22 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -67014,17 +37232,13 @@ "PartitionCount": "System.Nullable`1[System.Int32]", "RetentionTimeInDays": "System.Nullable`1[System.Int64]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -67039,15 +37253,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -67055,9 +37266,6 @@ "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -67079,16 +37287,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -67099,6 +37297,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -67135,16 +37341,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -67153,17 +37356,13 @@ "Properties": { "CompilationErrors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -67178,29 +37377,22 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", @@ -67211,17 +37403,13 @@ "Severity": "System.String", "Message": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -67236,15 +37424,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -67256,17 +37441,13 @@ "Start": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition", "End": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -67281,15 +37462,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -67301,17 +37479,13 @@ "Line": "System.Nullable`1[System.Int32]", "Column": "System.Nullable`1[System.Int32]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -67326,17 +37500,14 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] } } -} +} \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json b/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json index 44ef729bb3b6..1d74ffb6173a 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.KeyVault", - "ModuleVersion": "3.6.0", + "ModuleVersion": "3.6.1", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -93,7 +93,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -196,7 +196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -290,7 +290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Email": "System.String", "VaultName": "System.String" @@ -345,7 +345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -509,7 +509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -756,7 +756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -835,7 +835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -868,7 +868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -1889,7 +1889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -2129,7 +2129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -2381,7 +2381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -2598,7 +2598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -3758,7 +3758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4097,7 +4097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -4185,7 +4185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -4423,7 +4423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -4821,7 +4821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -5058,7 +5058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -5169,7 +5169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -5340,7 +5340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -5502,7 +5502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -5704,7 +5704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -5963,7 +5963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -6159,7 +6159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6321,7 +6321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6514,7 +6514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -6678,7 +6678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -6909,7 +6909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -7227,7 +7227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -7381,7 +7381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -7457,7 +7457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -7513,7 +7513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -7962,7 +7962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -8013,7 +8013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -8064,7 +8064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -8117,7 +8117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -8182,7 +8182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -8556,7 +8556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -8674,7 +8674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -8780,7 +8780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -9176,7 +9176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Email": "System.String", "VaultName": "System.String" @@ -9231,7 +9231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -9345,7 +9345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -9499,7 +9499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -9543,7 +9543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", "ApiKey": "System.Security.SecureString", @@ -9602,7 +9602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -9746,7 +9746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -9954,7 +9954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -10031,7 +10031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -10142,7 +10142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -10238,7 +10238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -10409,7 +10409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -10520,7 +10520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -10616,7 +10616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -10670,7 +10670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -10728,7 +10728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -10784,7 +10784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -10865,7 +10865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -10898,7 +10898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -11592,7 +11592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -11710,7 +11710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -11831,7 +11831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -11949,7 +11949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -12063,7 +12063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -12180,7 +12180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -12917,7 +12917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -12989,7 +12989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -13214,7 +13214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13265,7 +13265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13319,7 +13319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13372,7 +13372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13440,7 +13440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -13610,7 +13610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -13809,7 +13809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13855,7 +13855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13904,7 +13904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13960,7 +13960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14037,7 +14037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14202,7 +14202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14364,7 +14364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -14842,7 +14842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]", "Id": "System.String", @@ -15191,7 +15191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -15244,7 +15244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -15299,7 +15299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -15354,7 +15354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -15433,7 +15433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -15822,7 +15822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -15940,7 +15940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -16061,7 +16061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -16472,7 +16472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -17029,7 +17029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models", "Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath" }, "ValidateNotNullOrEmpty": true @@ -17072,7 +17072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -17124,7 +17124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models", "Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath" }, "ValidateNotNullOrEmpty": true @@ -17237,7 +17237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models", "Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath" }, "ValidateNotNullOrEmpty": true @@ -17332,7 +17332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -17355,7 +17355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models", "Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath" }, "ValidateNotNullOrEmpty": true @@ -17457,7 +17457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyId": "System.String", "Result": "System.String", @@ -17601,7 +17601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -18026,7 +18026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -18161,7 +18161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -18347,7 +18347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum", "DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", @@ -18572,7 +18572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum", "DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", @@ -18648,7 +18648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FirstName": "System.String", "LastName": "System.String", @@ -18856,7 +18856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -18911,7 +18911,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails" ] @@ -18964,7 +18964,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails" ] @@ -19020,7 +19020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -20501,7 +20501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -20846,7 +20846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum", "DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", @@ -20917,7 +20917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20926,7 +20926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20990,7 +20990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21005,7 +21005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21105,7 +21105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -21932,7 +21932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]", "Id": "System.String", @@ -22011,7 +22011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]", "Id": "System.String", @@ -22126,7 +22126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]", "Id": "System.String", @@ -22323,7 +22323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -22732,7 +22732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -22862,7 +22862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -23362,7 +23362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -23459,7 +23459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -24210,7 +24210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -24343,7 +24343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -24461,7 +24461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -24579,7 +24579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -24694,7 +24694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -25416,7 +25416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -25490,7 +25490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -25670,7 +25670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -25856,7 +25856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Email": "System.String", "VaultName": "System.String" @@ -25911,7 +25911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -26075,7 +26075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -26322,7 +26322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", "ApiKey": "System.Security.SecureString", @@ -26393,7 +26393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -26545,7 +26545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -26694,7 +26694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -26771,7 +26771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -26932,7 +26932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -27090,7 +27090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -27183,7 +27183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -27478,7 +27478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -27692,7 +27692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -27925,7 +27925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -28255,7 +28255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -28336,7 +28336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -28520,7 +28520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -28706,7 +28706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -28798,7 +28798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -28975,7 +28975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -29131,7 +29131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -29219,7 +29219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -29457,7 +29457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -29797,7 +29797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -29951,7 +29951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -30837,7 +30837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -30975,7 +30975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]", "Id": "System.String", @@ -31238,7 +31238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]", "Id": "System.String", @@ -31361,7 +31361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -31442,7 +31442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -31627,7 +31627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -31900,7 +31900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -32318,7 +32318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -32474,7 +32474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -32607,7 +32607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -32670,7 +32670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -32808,7 +32808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -33007,7 +33007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -33086,7 +33086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -33119,7 +33119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -33323,7 +33323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -33408,7 +33408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -33664,7 +33664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -33730,7 +33730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -33868,7 +33868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -34067,7 +34067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -34134,7 +34134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -34272,7 +34272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -34471,7 +34471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -34568,7 +34568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -35953,7 +35953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -36215,7 +36215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -36447,7 +36447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -36679,7 +36679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -36908,7 +36908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -38149,7 +38149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -38347,7 +38347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -38363,7 +38363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -38536,7 +38536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -38637,7 +38637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -38743,7 +38743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -38917,7 +38917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -39419,7 +39419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -40475,7 +40475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -40548,7 +40548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -40821,7 +40821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -41115,7 +41115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -41194,7 +41194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -41469,7 +41469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -41765,7 +41765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -41842,7 +41842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -41979,7 +41979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -42107,7 +42107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -42182,7 +42182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -42295,7 +42295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -42393,7 +42393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -42484,7 +42484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -42664,7 +42664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -42765,7 +42765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -42843,7 +42843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -42956,7 +42956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -43054,7 +43054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -43139,7 +43139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -43319,7 +43319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -43404,7 +43404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -43492,7 +43492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -43696,7 +43696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -43867,7 +43867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -43946,7 +43946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -44061,7 +44061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -44161,7 +44161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -44261,7 +44261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -44501,7 +44501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -44853,7 +44853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -44928,7 +44928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -45147,7 +45147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -45360,7 +45360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -45451,7 +45451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -45950,7 +45950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsHsm": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -46295,7 +46295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -46391,7 +46391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -46573,7 +46573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm", "Tags": "System.Collections.Hashtable", @@ -46822,7 +46822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -46901,7 +46901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -47181,7 +47181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -47481,7 +47481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -47560,7 +47560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -47744,7 +47744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -47930,7 +47930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -48018,7 +48018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -48069,7 +48069,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum" ] @@ -48081,7 +48081,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum" ] @@ -48187,7 +48187,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum" ] @@ -48205,7 +48205,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum" ] @@ -48316,7 +48316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -48355,7 +48355,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum" ] @@ -48373,7 +48373,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum" ] @@ -48499,7 +48499,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum" ] @@ -48517,7 +48517,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum" ] @@ -48628,7 +48628,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum" ] @@ -48646,7 +48646,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum" ] @@ -48764,7 +48764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -48843,7 +48843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -49154,7 +49154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -49708,13 +49708,13 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy" }, "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PermissionsToKeys": "System.Collections.Generic.List`1[System.String]", "PermissionsToSecrets": "System.Collections.Generic.List`1[System.String]", @@ -49820,7 +49820,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum", "DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", @@ -49883,7 +49883,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -49975,7 +49975,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -50967,7 +50967,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TagsDirectionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Tags": "System.Collections.Hashtable", @@ -51578,7 +51578,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Created": "System.Nullable`1[System.DateTime]", @@ -51642,7 +51642,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -51680,7 +51680,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails" ] @@ -51688,7 +51688,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FirstName": "System.String", "LastName": "System.String", @@ -51733,7 +51733,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Created": "System.Nullable`1[System.DateTime]", @@ -51779,13 +51779,13 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission" }, "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedActions": "System.String[]", "DeniedActions": "System.String[]", @@ -51834,7 +51834,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TagsDictionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Tags": "System.Collections.Hashtable", @@ -51880,7 +51880,7 @@ "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath": { "Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models", "Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "PrivateKey": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.KubernetesConfiguration.json b/tools/Tools.Common/SerializedCmdlets/Az.KubernetesConfiguration.json index 863ab32ba630..87cd994c8ab4 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.KubernetesConfiguration.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.KubernetesConfiguration.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.KubernetesConfiguration", + "ModuleVersion": "0.5.0", "Cmdlets": [ { "VerbName": "Get", @@ -6,7 +8,7 @@ "Name": "Get-AzKubernetesConfiguration", "ClassName": "Get-AzKubernetesConfiguration", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -14,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.ISourceControlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.ISourceControlConfiguration, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.ISourceControlConfiguration, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.IConfigurationProtectedSettings", "ComplianceStatusComplianceState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType]", @@ -39,11 +41,7 @@ "SystemDataCreatedBy": "System.String", "HelmOperatorPropertyChartVersion": "System.String", "ComplianceStatusMessage": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -53,138 +51,71 @@ "Parameters": [ { "Name": "ClusterName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ClusterRp", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ClusterType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "SourceControlConfigurationName" - ], + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "SourceControlConfigurationName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterName": "System.String", "ClusterResourceName": "System.String", "ClusterRp": "System.String", + "ExtensionName": "System.String", "Id": "System.String", + "OperationId": "System.String", "ResourceGroupName": "System.String", "SourceControlConfigurationName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -196,148 +127,79 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "List", + "Name": "Get", "Parameters": [ { "ParameterMetadata": { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -347,21 +209,12 @@ }, { "ParameterMetadata": { - "Name": "ClusterRp", - "AliasList": [], + "Name": "ClusterType", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -371,21 +224,12 @@ }, { "ParameterMetadata": { - "Name": "ClusterType", - "AliasList": [], + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -395,48 +239,34 @@ }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "SourceControlConfigurationName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -451,16 +281,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -471,20 +293,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -495,20 +308,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -519,20 +324,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -543,20 +340,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -567,20 +355,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -591,20 +370,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -615,49 +385,16 @@ ] }, { - "Name": "Get", + "Name": "List", "Parameters": [ { "ParameterMetadata": { "Name": "ClusterName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClusterRp", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -668,46 +405,11 @@ { "ParameterMetadata": { "Name": "ClusterType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SourceControlConfigurationName" - ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -718,20 +420,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -742,20 +435,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -773,16 +458,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -793,20 +470,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -817,20 +485,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -841,20 +501,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -865,20 +517,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -889,20 +532,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -913,20 +547,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -942,28 +567,22 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterName": "System.String", "ClusterResourceName": "System.String", "ClusterRp": "System.String", + "ExtensionName": "System.String", "Id": "System.String", + "OperationId": "System.String", "ResourceGroupName": "System.String", "SourceControlConfigurationName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -981,16 +600,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1001,20 +612,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1025,20 +627,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1049,20 +643,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1073,20 +659,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1097,20 +674,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1121,20 +689,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1157,16 +716,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1177,20 +728,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1201,20 +743,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1225,20 +759,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1249,20 +775,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1273,20 +790,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1297,20 +805,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1321,52 +820,56 @@ ] } ], - "AliasList": [] + "AliasList": [ + "Get-AzK8sConfiguration" + ] }, { - "VerbName": "New", - "NounName": "AzKubernetesConfiguration", - "Name": "New-AzKubernetesConfiguration", - "ClassName": "New-AzKubernetesConfiguration", + "VerbName": "Get", + "NounName": "AzKubernetesExtension", + "Name": "Get-AzKubernetesExtension", + "ClassName": "Get-AzKubernetesExtension", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, - "DefaultParameterSetName": "CreateExpanded", + "DefaultParameterSetName": "List", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.ISourceControlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.ISourceControlConfiguration, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtension", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtension, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ConfigurationProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.IConfigurationProtectedSettings", - "ComplianceStatusComplianceState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType]", - "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]", + "ErrorInfoAdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo[]", + "ErrorInfoDetail": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail[]", + "ConfigurationProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationProtectedSettings", + "ConfigurationSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationSettings", + "CustomLocationSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesCustomLocationSettings", + "Statuses": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionStatus[]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]", - "ComplianceStatusMessageLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType]", - "OperatorScope": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType]", - "OperatorType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType]", - "EnableHelmOperator": "System.Nullable`1[System.Boolean]", - "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", - "ComplianceStatusLastConfigApplied": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState]", + "AkAssignedIdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType]", + "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", - "OperatorInstanceName": "System.String", - "OperatorNamespace": "System.String", - "OperatorParam": "System.String", - "SystemDataLastModifiedBy": "System.String", - "HelmOperatorPropertyChartValue": "System.String", - "RepositoryPublicKey": "System.String", - "RepositoryUrl": "System.String", - "SshKnownHostsContent": "System.String", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "SystemDataCreatedBy": "System.String", - "HelmOperatorPropertyChartVersion": "System.String", - "ComplianceStatusMessage": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "SystemDataLastModifiedBy": "System.String", + "ReleaseTrain": "System.String", + "AkAssignedIdentityPrincipalId": "System.String", + "IdentityPrincipalId": "System.String", + "NamespaceTargetNamespace": "System.String", + "IdentityTenantId": "System.String", + "ExtensionType": "System.String", + "ErrorInfoTarget": "System.String", + "ErrorInfoMessage": "System.String", + "ErrorInfoCode": "System.String", + "ClusterReleaseNamespace": "System.String", + "AkAssignedIdentityTenantId": "System.String", + "PackageUri": "System.String", + "Version": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -1376,274 +879,71 @@ "Parameters": [ { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "SourceControlConfigurationName" - ], + "Name": "ClusterType", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ClusterType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "RepositoryUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EnableHelmOperator", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HelmOperatorChartValues", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HelmOperatorChartVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OperatorInstanceName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OperatorNamespace", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OperatorParameters", - "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ClusterScoped", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { - "Name": "SshKnownHosts", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ExtensionName" + ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { - "Name": "ConfigurationProtectedSetting", - "AliasList": [], + "Name": "InputObject", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ClusterName": "System.String", + "ClusterResourceName": "System.String", + "ClusterRp": "System.String", + "ExtensionName": "System.String", + "Id": "System.String", + "OperationId": "System.String", + "ResourceGroupName": "System.String", + "SourceControlConfigurationName": "System.String", + "SubscriptionId": "System.String" + } + }, "ValidateNotNullOrEmpty": false }, { @@ -1655,148 +955,79 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "Get", "Parameters": [ { "ParameterMetadata": { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1806,23 +1037,12 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SourceControlConfigurationName" - ], + "Name": "ClusterType", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1833,20 +1053,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1856,21 +1067,13 @@ }, { "ParameterMetadata": { - "Name": "ClusterType", - "AliasList": [], + "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1880,93 +1083,3107 @@ }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ExtensionName" + ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RepositoryUrl", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ClusterName": "System.String", + "ClusterResourceName": "System.String", + "ClusterRp": "System.String", + "ExtensionName": "System.String", + "Id": "System.String", + "OperationId": "System.String", + "ResourceGroupName": "System.String", + "SourceControlConfigurationName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Get-AzK8sExtension" + ] + }, + { + "VerbName": "New", + "NounName": "AzKubernetesConfiguration", + "Name": "New-AzKubernetesConfiguration", + "ClassName": "New-AzKubernetesConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.ISourceControlConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.ISourceControlConfiguration, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ConfigurationProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.IConfigurationProtectedSettings", + "ComplianceStatusComplianceState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]", + "ComplianceStatusMessageLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType]", + "OperatorScope": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType]", + "OperatorType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType]", + "EnableHelmOperator": "System.Nullable`1[System.Boolean]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "ComplianceStatusLastConfigApplied": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "OperatorInstanceName": "System.String", + "OperatorNamespace": "System.String", + "OperatorParam": "System.String", + "SystemDataLastModifiedBy": "System.String", + "HelmOperatorPropertyChartValue": "System.String", + "RepositoryPublicKey": "System.String", + "RepositoryUrl": "System.String", + "SshKnownHostsContent": "System.String", + "SystemDataCreatedBy": "System.String", + "HelmOperatorPropertyChartVersion": "System.String", + "ComplianceStatusMessage": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "SourceControlConfigurationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RepositoryUrl", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnableHelmOperator", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HelmOperatorChartValue", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HelmOperatorChartVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OperatorInstanceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OperatorNamespace", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OperatorParameter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterScoped", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SshKnownHost", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConfigurationProtectedSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SourceControlConfigurationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RepositoryUrl", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableHelmOperator", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HelmOperatorChartValue", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HelmOperatorChartVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OperatorInstanceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OperatorNamespace", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OperatorParameter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterScoped", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SshKnownHost", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigurationProtectedSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "New-AzK8sConfiguration" + ] + }, + { + "VerbName": "New", + "NounName": "AzKubernetesExtension", + "Name": "New-AzKubernetesExtension", + "ClassName": "New-AzKubernetesExtension", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtension", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtension, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ErrorInfoAdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo[]", + "ErrorInfoDetail": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail[]", + "ConfigurationProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationProtectedSettings", + "ConfigurationSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationSettings", + "CustomLocationSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesCustomLocationSettings", + "Statuses": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionStatus[]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState]", + "AkAssignedIdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType]", + "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "ReleaseTrain": "System.String", + "AkAssignedIdentityPrincipalId": "System.String", + "IdentityPrincipalId": "System.String", + "NamespaceTargetNamespace": "System.String", + "IdentityTenantId": "System.String", + "ExtensionType": "System.String", + "ErrorInfoTarget": "System.String", + "ErrorInfoMessage": "System.String", + "ErrorInfoCode": "System.String", + "ClusterReleaseNamespace": "System.String", + "AkAssignedIdentityTenantId": "System.String", + "PackageUri": "System.String", + "Version": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "ExtensionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ExtensionType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AkAssignedIdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AutoUpgradeMinorVersion", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterReleaseNamespace", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConfigurationProtectedSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConfigurationSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NamespaceTargetNamespace", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ReleaseTrain", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Version", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ExtensionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExtensionType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AkAssignedIdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AutoUpgradeMinorVersion", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterReleaseNamespace", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigurationProtectedSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigurationSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NamespaceTargetNamespace", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReleaseTrain", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Version", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "New-AzK8sExtension" + ] + }, + { + "VerbName": "Remove", + "NounName": "AzKubernetesConfiguration", + "Name": "Remove-AzKubernetesConfiguration", + "ClassName": "Remove-AzKubernetesConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "SourceControlConfigurationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ClusterName": "System.String", + "ClusterResourceName": "System.String", + "ClusterRp": "System.String", + "ExtensionName": "System.String", + "Id": "System.String", + "OperationId": "System.String", + "ResourceGroupName": "System.String", + "SourceControlConfigurationName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SourceControlConfigurationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ClusterName": "System.String", + "ClusterResourceName": "System.String", + "ClusterRp": "System.String", + "ExtensionName": "System.String", + "Id": "System.String", + "OperationId": "System.String", + "ResourceGroupName": "System.String", + "SourceControlConfigurationName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Remove-AzK8sConfiguration" + ] + }, + { + "VerbName": "Remove", + "NounName": "AzKubernetesExtension", + "Name": "Remove-AzKubernetesExtension", + "ClassName": "Remove-AzKubernetesExtension", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "ExtensionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ClusterName": "System.String", + "ClusterResourceName": "System.String", + "ClusterRp": "System.String", + "ExtensionName": "System.String", + "Id": "System.String", + "OperationId": "System.String", + "ResourceGroupName": "System.String", + "SourceControlConfigurationName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ForceDelete", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ExtensionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ForceDelete", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EnableHelmOperator", - "AliasList": [], + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ClusterName": "System.String", + "ClusterResourceName": "System.String", + "ClusterRp": "System.String", + "ExtensionName": "System.String", + "Id": "System.String", + "OperationId": "System.String", + "ResourceGroupName": "System.String", + "SourceControlConfigurationName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "HelmOperatorChartValues", - "AliasList": [], + "Name": "ForceDelete", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1976,21 +4193,16 @@ }, { "ParameterMetadata": { - "Name": "HelmOperatorChartVersion", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2000,21 +4212,12 @@ }, { "ParameterMetadata": { - "Name": "OperatorInstanceName", - "AliasList": [], + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2024,21 +4227,12 @@ }, { "ParameterMetadata": { - "Name": "OperatorNamespace", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2048,21 +4242,13 @@ }, { "ParameterMetadata": { - "Name": "OperatorParameters", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2072,21 +4258,43 @@ }, { "ParameterMetadata": { - "Name": "ClusterScoped", - "AliasList": [], + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2096,21 +4304,12 @@ }, { "ParameterMetadata": { - "Name": "SshKnownHosts", - "AliasList": [], + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2120,21 +4319,47 @@ }, { "ParameterMetadata": { - "Name": "ConfigurationProtectedSetting", - "AliasList": [], + "Name": "ProxyCredential", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ForceDelete", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2152,16 +4377,23 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2172,20 +4404,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2196,20 +4419,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2220,20 +4435,42 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2244,20 +4481,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2268,20 +4496,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2292,20 +4511,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2316,28 +4526,56 @@ ] } ], - "AliasList": [] + "AliasList": [ + "Remove-AzK8sExtension" + ] }, { - "VerbName": "Remove", - "NounName": "AzKubernetesConfiguration", - "Name": "Remove-AzKubernetesConfiguration", - "ClassName": "Remove-AzKubernetesConfiguration", - "SupportsShouldProcess": false, + "VerbName": "Update", + "NounName": "AzKubernetesExtension", + "Name": "Update-AzKubernetesExtension", + "ClassName": "Update-AzKubernetesExtension", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "Delete", + "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtension", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtension, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ErrorInfoAdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo[]", + "ErrorInfoDetail": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail[]", + "ConfigurationProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationProtectedSettings", + "ConfigurationSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationSettings", + "CustomLocationSetting": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesCustomLocationSettings", + "Statuses": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionStatus[]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState]", + "AkAssignedIdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType]", + "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "ReleaseTrain": "System.String", + "AkAssignedIdentityPrincipalId": "System.String", + "IdentityPrincipalId": "System.String", + "NamespaceTargetNamespace": "System.String", + "IdentityTenantId": "System.String", + "ExtensionType": "System.String", + "ErrorInfoTarget": "System.String", + "ErrorInfoMessage": "System.String", + "ErrorInfoCode": "System.String", + "ClusterReleaseNamespace": "System.String", + "AkAssignedIdentityTenantId": "System.String", + "PackageUri": "System.String", + "Version": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -2347,120 +4585,115 @@ "Parameters": [ { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ClusterType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Name", "AliasList": [ - "SourceControlConfigurationName" + "ExtensionName" ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterName": "System.String", "ClusterResourceName": "System.String", "ClusterRp": "System.String", + "ExtensionName": "System.String", "Id": "System.String", + "OperationId": "System.String", "ResourceGroupName": "System.String", "SourceControlConfigurationName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AutoUpgradeMinorVersion", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConfigurationProtectedSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConfigurationSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ReleaseTrain", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Version", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -2472,202 +4705,97 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" + }, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "Delete", + "Name": "UpdateExpanded", "Parameters": [ { "ParameterMetadata": { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2678,20 +4806,11 @@ { "ParameterMetadata": { "Name": "ClusterType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2703,21 +4822,13 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "SourceControlConfigurationName" + "ExtensionName" ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2728,20 +4839,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2752,20 +4854,86 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AutoUpgradeMinorVersion", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigurationProtectedSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigurationSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReleaseTrain", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Version", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2783,16 +4951,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2803,20 +4963,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2827,20 +4978,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2851,20 +4993,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2875,20 +5009,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2899,44 +5025,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "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=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2947,20 +5040,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2971,20 +5055,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2995,20 +5070,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3019,33 +5085,27 @@ ] }, { - "Name": "DeleteViaIdentity", + "Name": "UpdateViaIdentityExpanded", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IKubernetesConfigurationIdentity, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterName": "System.String", "ClusterResourceName": "System.String", "ClusterRp": "System.String", + "ExtensionName": "System.String", "Id": "System.String", + "OperationId": "System.String", "ResourceGroupName": "System.String", "SourceControlConfigurationName": "System.String", "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3053,6 +5113,81 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AutoUpgradeMinorVersion", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigurationProtectedSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigurationSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReleaseTrain", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Version", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -3063,16 +5198,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3083,20 +5210,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3107,20 +5225,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3131,20 +5240,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3155,20 +5256,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3179,44 +5272,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.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": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3227,20 +5287,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3251,20 +5302,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3275,20 +5317,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3301,6 +5334,81 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "AutoUpgradeMinorVersion", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigurationProtectedSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigurationSetting", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReleaseTrain", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Version", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -3311,16 +5419,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3331,20 +5431,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3355,20 +5446,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3379,20 +5461,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3403,44 +5477,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3450,21 +5492,12 @@ }, { "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], + "Name": "NoWait", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3475,20 +5508,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3499,20 +5523,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3523,20 +5538,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3547,179 +5553,71 @@ ] } ], - "AliasList": [] + "AliasList": [ + "Update-AzK8sExtension" + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.IConfigurationProtectedSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.IConfigurationProtectedSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.IConfigurationProtectedSettings, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210301.IConfigurationProtectedSettings, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ComplianceStateType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -3769,73 +5667,48 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Management.Automation.CompletionResult" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Management.Automation.CompletionResult": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.CompletionResult", - "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.CreatedByType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -3885,41 +5758,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.MessageLevelType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -3969,41 +5831,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorScopeType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -4053,41 +5904,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.OperatorType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -4137,41 +5977,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningStateType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -4221,66 +6050,47 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep, Az.KubernetesConfiguration.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.SendAsyncStep, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Invoke", @@ -4362,14 +6172,16 @@ }, { "Name": "GetInvocationList", - "Parameters": [], "ReturnType": "System.Delegate[]" }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, + { + "Name": "Clone", + "ReturnType": "System.Object" + }, { "Name": "DynamicInvoke", "Parameters": [ @@ -4381,19 +6193,12 @@ "ReturnType": "System.Object" }, { - "Name": "Clone", - "Parameters": [], - "ReturnType": "System.Object" + "Name": "GetType", + "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4408,92 +6213,343 @@ "Name": "method", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Reflection.MethodInfo": { "Namespace": "System.Reflection", "Name": "System.Reflection.MethodInfo", - "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": { "Namespace": "System.Threading.Tasks", "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Net.Http.HttpResponseMessage" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "System.IAsyncResult": { "Namespace": "System", "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Delegate[]": { "Namespace": "System", "Name": "System.Delegate[]", "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Delegate", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Delegate" }, "System.Delegate": { "Namespace": "System", "Name": "System.Delegate", - "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo" + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Info": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IAny", + "Type": "System.String" + } + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IAny": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IAny", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.IAny, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail" + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorAdditionalInfo[]", + "Detail": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20.IErrorDetail[]", + "Code": "System.String", + "Message": "System.String", + "Target": "System.String" + } + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationProtectedSettings": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationProtectedSettings", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationProtectedSettings, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationSettings": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationSettings", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesConfigurationSettings, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesCustomLocationSettings": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesCustomLocationSettings", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionPropertiesCustomLocationSettings, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionStatus[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionStatus[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionStatus[], Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionStatus" + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionStatus": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionStatus", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Models.Api20210901.IExtensionStatus, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Level": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.LevelType]", + "Code": "System.String", + "DisplayStatus": "System.String", + "Message": "System.String", + "Time": "System.String" + } + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.LevelType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.LevelType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.LevelType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.LevelType" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.LevelType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.LevelType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.LevelType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.LevelType" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ProvisioningState" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType, Az.KubernetesConfiguration.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Migrate.json b/tools/Tools.Common/SerializedCmdlets/Az.Migrate.json index 2125db8160bf..fd919403b9ad 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Migrate.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Migrate.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Migrate", - "ModuleVersion": "1.1.1", + "ModuleVersion": "1.1.2", "Cmdlets": [ { "VerbName": "Get", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -495,7 +495,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", @@ -570,7 +570,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", @@ -645,7 +645,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -655,7 +655,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -792,7 +792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -808,7 +808,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -968,7 +968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -984,7 +984,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1099,7 +1099,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1115,7 +1115,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1245,7 +1245,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1261,7 +1261,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1327,7 +1327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", @@ -1408,7 +1408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1424,7 +1424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1584,7 +1584,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1600,7 +1600,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1673,7 +1673,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProject, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProject, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties", "ETag": "System.String", @@ -1748,7 +1748,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1758,7 +1758,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1884,7 +1884,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1900,7 +1900,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1973,7 +1973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResults, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResults, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResultsErrorInfo[]", "ClientRequestId": "System.String", @@ -2021,7 +2021,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "ProtectableItemName": "System.String", @@ -2092,7 +2092,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2102,7 +2102,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2225,7 +2225,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2241,7 +2241,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2387,7 +2387,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2403,7 +2403,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2469,7 +2469,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "ProtectableItemName": "System.String", @@ -2558,7 +2558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2574,7 +2574,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2674,7 +2674,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2690,7 +2690,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2763,7 +2763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabric", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabric, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabric, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabricProperties" } @@ -2847,7 +2847,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2857,7 +2857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2980,7 +2980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2996,7 +2996,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3172,7 +3172,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3188,7 +3188,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3261,7 +3261,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicy, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicy, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "ProviderSpecificDetailInstanceType": "System.String" @@ -3337,7 +3337,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3347,7 +3347,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3470,7 +3470,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3486,7 +3486,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3647,7 +3647,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3663,7 +3663,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3736,7 +3736,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainer, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainer, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectedItemCount": "System.Nullable`1[System.Int32]", "FabricFriendlyName": "System.String", @@ -3826,7 +3826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3836,7 +3836,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3959,7 +3959,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3975,7 +3975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4136,7 +4136,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4152,7 +4152,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4328,7 +4328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4344,7 +4344,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4417,7 +4417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMapping, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMapping, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMappingProviderSpecificDetails", @@ -4520,7 +4520,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4530,7 +4530,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4653,7 +4653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4669,7 +4669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4845,7 +4845,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4861,7 +4861,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5052,7 +5052,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5068,7 +5068,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5141,7 +5141,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProtectionIntent", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProtectionIntent, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProtectionIntent, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActive": "System.Nullable`1[System.Boolean]", "CreationTimeUtc": "System.String", @@ -5199,7 +5199,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "ProtectableItemName": "System.String", @@ -5288,7 +5288,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5298,7 +5298,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5436,7 +5436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5452,7 +5452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5628,7 +5628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5644,7 +5644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5710,7 +5710,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "ProtectableItemName": "System.String", @@ -5799,7 +5799,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5815,7 +5815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5915,7 +5915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5931,7 +5931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6004,7 +6004,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IRecoveryServicesProvider, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IRecoveryServicesProvider, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderVersionDetailStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus]", @@ -6121,7 +6121,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6131,7 +6131,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6254,7 +6254,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6270,7 +6270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6446,7 +6446,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6462,7 +6462,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6535,7 +6535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVaultSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVaultSetting, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVaultSetting, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MigrationSolutionId": "System.String" } @@ -6588,7 +6588,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "ProtectableItemName": "System.String", @@ -6659,7 +6659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6669,7 +6669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6792,7 +6792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6808,7 +6808,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6969,7 +6969,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6985,7 +6985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7051,7 +7051,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "ProtectableItemName": "System.String", @@ -7140,7 +7140,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7156,7 +7156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7256,7 +7256,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7272,7 +7272,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7345,7 +7345,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareRunAsAccount, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareRunAsAccount, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CredentialType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType]", "CreatedTimestamp": "System.String", @@ -7426,7 +7426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7436,7 +7436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7559,7 +7559,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7575,7 +7575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7736,7 +7736,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7752,7 +7752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7825,7 +7825,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -7911,7 +7911,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -7997,7 +7997,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8007,7 +8007,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8144,7 +8144,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8160,7 +8160,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8335,7 +8335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8351,7 +8351,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8466,7 +8466,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8482,7 +8482,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8612,7 +8612,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8628,7 +8628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8758,7 +8758,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8774,7 +8774,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8840,7 +8840,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -8923,7 +8923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8939,7 +8939,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9114,7 +9114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9130,7 +9130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9203,7 +9203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSite, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSite, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags", "AgentDetailLastHeartBeatUtc": "System.Nullable`1[System.DateTime]", @@ -9291,7 +9291,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9301,7 +9301,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9427,7 +9427,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9443,7 +9443,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9516,7 +9516,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolution", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolution, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolution, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DetailExtendedDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails", "DetailAssessmentCount": "System.Nullable`1[System.Int32]", @@ -9606,7 +9606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9616,7 +9616,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9757,7 +9757,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9773,7 +9773,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9846,7 +9846,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOperatingSystems", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOperatingSystems, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOperatingSystems, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedOSList": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSProperty[]" } @@ -9890,7 +9890,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "ProtectableItemName": "System.String", @@ -9970,7 +9970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9980,7 +9980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10118,7 +10118,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10134,7 +10134,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10200,7 +10200,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "ProtectableItemName": "System.String", @@ -10304,7 +10304,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10320,7 +10320,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10435,7 +10435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10451,7 +10451,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10604,7 +10604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10614,7 +10614,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10766,7 +10766,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10782,7 +10782,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10855,7 +10855,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType]", "DiskEncryptionSetId": "System.String", @@ -10990,7 +10990,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimaryNic": "System.String", "IsSelectedForMigration": "System.String", @@ -11186,7 +11186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Summary": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState]", @@ -11277,7 +11277,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Summary": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState]", @@ -11326,7 +11326,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicy, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicy, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "ProviderSpecificDetailInstanceType": "System.String" @@ -11379,7 +11379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicyProviderSpecificInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicyProviderSpecificInput, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicyProviderSpecificInput, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -11422,7 +11422,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11432,7 +11432,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11544,7 +11544,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicyProviderSpecificInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicyProviderSpecificInput, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IPolicyProviderSpecificInput, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -11611,7 +11611,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11627,7 +11627,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11715,7 +11715,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMapping, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMapping, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMappingProviderSpecificDetails", @@ -11804,7 +11804,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProviderSpecificContainerMappingInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -11856,7 +11856,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11866,7 +11866,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12023,7 +12023,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProviderSpecificContainerMappingInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -12105,7 +12105,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12121,7 +12121,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12209,7 +12209,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProtectionIntent", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProtectionIntent, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationProtectionIntent, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActive": "System.Nullable`1[System.Boolean]", "CreationTimeUtc": "System.String", @@ -12297,7 +12297,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12307,7 +12307,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12459,7 +12459,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12475,7 +12475,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12548,7 +12548,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVaultSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVaultSetting, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVaultSetting, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MigrationSolutionId": "System.String" } @@ -12640,7 +12640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12650,7 +12650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12826,7 +12826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12842,7 +12842,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12930,7 +12930,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", @@ -13095,7 +13095,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13104,7 +13104,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13113,7 +13113,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13158,7 +13158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput" }, "ValidateNotNullOrEmpty": false @@ -13168,7 +13168,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -13252,7 +13252,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13262,7 +13262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13485,7 +13485,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13500,7 +13500,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13515,7 +13515,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13609,7 +13609,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13625,7 +13625,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13706,7 +13706,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput" }, "ValidateNotNullOrEmpty": false @@ -13902,7 +13902,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13917,7 +13917,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13932,7 +13932,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14026,7 +14026,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14042,7 +14042,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14348,7 +14348,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14363,7 +14363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14378,7 +14378,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14472,7 +14472,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14488,7 +14488,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14599,7 +14599,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -14847,7 +14847,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14862,7 +14862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14877,7 +14877,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14971,7 +14971,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14987,7 +14987,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15053,7 +15053,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput" }, "ValidateNotNullOrEmpty": false @@ -15069,7 +15069,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -15317,7 +15317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15332,7 +15332,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15347,7 +15347,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15441,7 +15441,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15457,7 +15457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15610,7 +15610,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15620,7 +15620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15772,7 +15772,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15788,7 +15788,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15935,7 +15935,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15945,7 +15945,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16094,7 +16094,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16110,7 +16110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16198,7 +16198,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", @@ -16246,7 +16246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -16305,7 +16305,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16315,7 +16315,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16437,7 +16437,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16453,7 +16453,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16583,7 +16583,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16599,7 +16599,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16665,7 +16665,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -16763,7 +16763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16779,7 +16779,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16852,7 +16852,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", @@ -16900,7 +16900,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -16950,7 +16950,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16960,7 +16960,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17067,7 +17067,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17083,7 +17083,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17198,7 +17198,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17214,7 +17214,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17280,7 +17280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -17363,7 +17363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17379,7 +17379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17452,7 +17452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "TargetDiskName": "System.String" @@ -17535,7 +17535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", @@ -17619,7 +17619,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -17629,7 +17629,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -17684,7 +17684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17702,7 +17702,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17720,7 +17720,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17756,7 +17756,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -17806,7 +17806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17816,7 +17816,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17949,7 +17949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -17965,7 +17965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -18056,7 +18056,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18086,7 +18086,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18116,7 +18116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18210,7 +18210,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18226,7 +18226,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18367,7 +18367,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -18383,7 +18383,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -18474,7 +18474,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18504,7 +18504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18534,7 +18534,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18628,7 +18628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18644,7 +18644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18710,7 +18710,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -18819,7 +18819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -18835,7 +18835,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -18926,7 +18926,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18956,7 +18956,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18986,7 +18986,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19080,7 +19080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19096,7 +19096,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19169,7 +19169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", @@ -19226,7 +19226,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -19276,7 +19276,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19286,7 +19286,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19408,7 +19408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19424,7 +19424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19554,7 +19554,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19570,7 +19570,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19636,7 +19636,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -19734,7 +19734,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19750,7 +19750,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19823,7 +19823,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", @@ -19880,7 +19880,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -19930,7 +19930,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19940,7 +19940,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20047,7 +20047,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20063,7 +20063,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20208,7 +20208,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20224,7 +20224,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20290,7 +20290,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -20388,7 +20388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20404,7 +20404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20477,7 +20477,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJob, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", @@ -20525,7 +20525,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -20575,7 +20575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20585,7 +20585,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20692,7 +20692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20708,7 +20708,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20823,7 +20823,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20839,7 +20839,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20905,7 +20905,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationItem, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", @@ -20988,7 +20988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21004,7 +21004,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21110,13 +21110,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Provider": "System.String", @@ -21126,13 +21126,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProductName": "System.String", "Status": "System.String" @@ -21141,13 +21141,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Edition": "System.String", "ProductName": "System.String", @@ -21159,13 +21159,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Parent": "System.String", @@ -21176,13 +21176,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MessageParameter": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters", "Id": "System.Nullable`1[System.Int64]", @@ -21198,7 +21198,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[System.Int64]": { "Namespace": "System", @@ -21211,13 +21211,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatabaseType": "System.String", "Instance": "System.String", @@ -21227,13 +21227,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnterprise": "System.Nullable`1[System.Boolean]", "ProductName": "System.String", @@ -21252,13 +21252,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterName": "System.String", "Clustered": "System.String", @@ -21271,13 +21271,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProductName": "System.String", "Status": "System.String", @@ -21287,13 +21287,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode]", "Lun": "System.Nullable`1[System.Int32]", @@ -21310,7 +21310,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode" ] @@ -21318,7 +21318,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21409,13 +21409,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPAddressType": "System.String", "Label": "System.String", @@ -21434,13 +21434,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationPool": "System.String", "GroupName": "System.String", @@ -21474,13 +21474,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupTaskCustomDetailChildTask": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IAsrTask[]", "Error": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobErrorDetails[]", @@ -21500,13 +21500,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobErrorDetails[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobErrorDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobErrorDetails[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobErrorDetails[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobErrorDetails" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobErrorDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobErrorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobErrorDetails, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobErrorDetails, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTime": "System.Nullable`1[System.DateTime]", "ProviderErrorDetailErrorCode": "System.Nullable`1[System.Int32]", @@ -21526,12 +21526,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IJobDetailsAffectedObjectDetails, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -21709,7 +21709,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Summary": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState]", @@ -21721,12 +21721,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState" ] @@ -21734,7 +21734,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21799,13 +21799,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResultsErrorInfo[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResultsErrorInfo[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResultsErrorInfo[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResultsErrorInfo[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResultsErrorInfo" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResultsErrorInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResultsErrorInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResultsErrorInfo, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IReplicationEligibilityResultsErrorInfo, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String", @@ -21817,7 +21817,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabricProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabricProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabricProperties, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabricProperties, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IEncryptionDetails", "RolloverEncryptionDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IEncryptionDetails", @@ -21832,7 +21832,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IEncryptionDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IEncryptionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IEncryptionDetails, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IEncryptionDetails, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KekCertExpiryDate": "System.Nullable`1[System.DateTime]", "KekCertThumbprint": "System.String", @@ -21842,7 +21842,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabricSpecificDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabricSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabricSpecificDetails, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IFabricSpecificDetails, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -21850,13 +21850,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IHealthError, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InnerHealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IInnerHealthError[]", "CustomerResolvability": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability]", @@ -21878,13 +21878,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IInnerHealthError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IInnerHealthError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IInnerHealthError[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IInnerHealthError[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IInnerHealthError" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IInnerHealthError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IInnerHealthError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IInnerHealthError, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IInnerHealthError, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomerResolvability": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability]", "CreationTimeUtc": "System.Nullable`1[System.DateTime]", @@ -21905,7 +21905,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability" ] @@ -21913,7 +21913,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21978,7 +21978,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMappingProviderSpecificDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMappingProviderSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMappingProviderSpecificDetails, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMappingProviderSpecificDetails, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -21986,7 +21986,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus" ] @@ -21994,7 +21994,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22059,7 +22059,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType" ] @@ -22067,7 +22067,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22132,7 +22132,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IMigrationProviderSpecificSettings, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -22140,13 +22140,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22211,7 +22211,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState" ] @@ -22219,7 +22219,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22284,7 +22284,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth" ] @@ -22292,7 +22292,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22357,7 +22357,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState" ] @@ -22365,7 +22365,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22430,23 +22430,23 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSProperty[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSProperty[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSProperty[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSProperty" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSProperty": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSProperty", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSProperty, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSProperty, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedOS": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSDetails[]", "InstanceType": "System.String" @@ -22455,13 +22455,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSDetails[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSDetails[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSDetails[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSDetails" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSDetails, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.ISupportedOSDetails, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OSVersion": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IOSVersionWrapper[]", "OSType": "System.String", @@ -22471,13 +22471,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IOSVersionWrapper[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IOSVersionWrapper[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IOSVersionWrapper[], Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IOSVersionWrapper[], Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IOSVersionWrapper" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IOSVersionWrapper": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IOSVersionWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IOSVersionWrapper, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IOSVersionWrapper, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServicePack": "System.String", "Version": "System.String" @@ -22486,7 +22486,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType" ] @@ -22494,7 +22494,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22559,7 +22559,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtDiskInput, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType]", "DiskEncryptionSetId": "System.String", @@ -22572,7 +22572,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtNicInput, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimaryNic": "System.String", "IsSelectedForMigration": "System.String", @@ -22585,7 +22585,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "TargetDiskName": "System.String" diff --git a/tools/Tools.Common/SerializedCmdlets/Az.MySql.json b/tools/Tools.Common/SerializedCmdlets/Az.MySql.json index a3905b678951..d3de3ef2d5f3 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.MySql.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.MySql.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.MySql", + "ModuleVersion": "0.8.0", "Cmdlets": [ { "VerbName": "Get", @@ -14,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedValue": "System.String", "DataType": "System.String", @@ -22,11 +24,7 @@ "Description": "System.String", "Source": "System.String", "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -42,100 +40,58 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -147,124 +103,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -281,16 +177,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -301,20 +189,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -325,20 +204,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -349,20 +219,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -380,16 +242,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -400,20 +254,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -424,20 +269,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -448,20 +285,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -472,20 +301,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -496,20 +316,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -520,20 +331,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -549,20 +351,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -573,20 +366,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -597,20 +381,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -628,16 +404,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -648,20 +416,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -672,20 +431,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -696,20 +447,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -720,20 +463,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -744,20 +478,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -768,20 +493,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -797,32 +513,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -840,16 +548,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -860,20 +560,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -884,20 +575,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -908,20 +591,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -932,20 +607,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -956,20 +622,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -980,20 +637,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1016,16 +664,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1036,20 +676,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1060,20 +691,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1084,20 +707,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1108,20 +723,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1132,20 +738,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1156,20 +753,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1179,8 +767,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1196,12 +783,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -1211,20 +793,11 @@ "Parameters": [ { "Name": "Client", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1235,61 +808,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", @@ -1317,15 +863,8 @@ "FullyQualifiedDomainName": "System.String", "ByokEnforcement": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1337,124 +876,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -1465,20 +944,11 @@ { "ParameterMetadata": { "Name": "Client", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1496,16 +966,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1516,20 +978,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1540,20 +993,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1564,20 +1009,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1588,20 +1025,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1612,20 +1040,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1636,20 +1055,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1671,16 +1081,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1691,20 +1093,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1715,20 +1108,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1739,20 +1123,11 @@ { "ParameterMetadata": { "Name": "Client", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1770,16 +1145,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1790,20 +1157,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1814,20 +1172,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1838,20 +1188,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1862,20 +1204,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1886,20 +1219,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1910,20 +1234,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1939,11 +1254,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", @@ -1971,15 +1285,8 @@ "FullyQualifiedDomainName": "System.String", "ByokEnforcement": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1990,20 +1297,11 @@ { "ParameterMetadata": { "Name": "Client", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2021,16 +1319,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2041,20 +1331,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2065,20 +1346,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2089,20 +1362,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2113,20 +1378,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2137,20 +1393,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2161,20 +1408,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2184,8 +1422,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -2201,15 +1438,11 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -2225,100 +1458,58 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -2330,124 +1521,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -2464,16 +1595,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2484,20 +1607,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2508,20 +1622,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2532,20 +1637,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2563,16 +1660,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2583,20 +1672,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2607,20 +1687,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2631,20 +1703,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2655,20 +1719,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2679,20 +1734,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2703,20 +1749,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2732,20 +1769,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2756,20 +1784,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2780,20 +1799,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2811,16 +1822,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2831,20 +1834,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2855,20 +1849,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2879,20 +1865,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2903,20 +1881,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2927,20 +1896,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2951,20 +1911,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2980,32 +1931,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3023,16 +1966,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3043,20 +1978,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3067,20 +1993,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3091,20 +2009,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3115,20 +2025,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3139,20 +2040,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3163,20 +2055,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3199,16 +2082,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3219,20 +2094,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3243,20 +2109,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3267,20 +2125,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3291,20 +2141,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3315,20 +2156,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3339,20 +2171,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3362,8 +2185,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -3377,49 +2199,47 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "HaEnabled": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "HaState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", + "NetworkPublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "StorageAutoGrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "BackupGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "HighAvailabilityMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "HighAvailabilityState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "ReplicationRole": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "BackupEarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "StorageProfileStorageIop": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "BackupRetentionDay": "System.Nullable`1[System.Int32]", + "StorageIop": "System.Nullable`1[System.Int32]", + "StorageSizeGb": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", "AdministratorLoginPassword": "System.Security.SecureString", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "StorageSku": "System.String", "MaintenanceWindowCustomWindow": "System.String", - "ReplicationRole": "System.String", - "IdentityTenantId": "System.String", + "SourceServerResourceId": "System.String", + "HighAvailabilityStandbyAvailabilityZone": "System.String", "SkuName": "System.String", - "IdentityPrincipalId": "System.String", - "SourceServerId": "System.String", "FullyQualifiedDomainName": "System.String", - "StandbyAvailabilityZone": "System.String", - "DelegatedSubnetArgumentSubnetArmResourceId": "System.String", - "ByokEnforcement": "System.String", + "NetworkPrivateDnsZoneResourceId": "System.String", + "NetworkDelegatedSubnetResourceId": "System.String", "AvailabilityZone": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -3435,82 +2255,49 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -3522,124 +2309,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -3656,16 +2383,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3676,20 +2395,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3700,20 +2410,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3731,16 +2433,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3751,20 +2445,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3775,20 +2460,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3799,20 +2476,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3823,20 +2492,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3847,20 +2507,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3871,20 +2522,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3900,20 +2542,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3924,20 +2557,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3955,16 +2580,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3975,20 +2592,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3999,20 +2607,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4023,20 +2623,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4047,20 +2639,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4071,20 +2654,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4095,20 +2669,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4124,20 +2689,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4155,16 +2712,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4175,20 +2724,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4199,20 +2739,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4223,20 +2755,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4247,20 +2771,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4271,20 +2786,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4295,20 +2801,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4324,32 +2821,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4367,16 +2856,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4387,20 +2868,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4411,20 +2883,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4435,20 +2899,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4459,20 +2915,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4483,20 +2930,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4507,20 +2945,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4543,16 +2972,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4563,20 +2984,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4587,20 +2999,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4611,20 +3015,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4635,20 +3031,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4659,20 +3046,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4683,20 +3061,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4706,8 +3075,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4721,24 +3089,26 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IConfigurationAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IConfigurationAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "Source": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", "IsConfigPendingRestart": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart]", "IsDynamicConfig": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig]", "IsReadOnly": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", "AllowedValue": "System.String", "DataType": "System.String", "DefaultValue": "System.String", "Description": "System.String", - "Source": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -4754,100 +3124,58 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4859,124 +3187,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -4993,16 +3261,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5013,20 +3273,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5037,20 +3288,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5061,20 +3303,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5092,16 +3326,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5112,20 +3338,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5136,20 +3353,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5160,20 +3369,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5184,20 +3385,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5208,20 +3400,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5232,20 +3415,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5261,20 +3435,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5285,20 +3450,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5309,20 +3465,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5340,16 +3488,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5360,20 +3500,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5384,20 +3515,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5408,20 +3531,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5432,20 +3547,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5456,20 +3562,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5480,20 +3577,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5509,32 +3597,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5552,16 +3632,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5572,20 +3644,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5596,20 +3659,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5620,20 +3675,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5644,20 +3691,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5668,20 +3706,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5692,20 +3721,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5728,16 +3748,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5748,20 +3760,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5772,20 +3775,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5796,20 +3791,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5820,20 +3807,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5844,20 +3822,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5868,20 +3837,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5891,8 +3851,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5908,12 +3867,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -5923,20 +3877,11 @@ "Parameters": [ { "Name": "Client", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -5947,82 +3892,48 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -6034,124 +3945,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -6162,20 +4013,11 @@ { "ParameterMetadata": { "Name": "Client", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6193,16 +4035,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6213,20 +4047,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6237,20 +4062,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6261,20 +4078,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6285,20 +4094,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6309,20 +4109,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6333,20 +4124,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6368,16 +4150,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6388,20 +4162,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6412,20 +4177,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6436,20 +4192,11 @@ { "ParameterMetadata": { "Name": "Client", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6467,16 +4214,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6487,20 +4226,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6511,20 +4241,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6535,20 +4257,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6559,20 +4273,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6583,20 +4288,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6607,20 +4303,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6636,32 +4323,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6672,20 +4351,11 @@ { "ParameterMetadata": { "Name": "Client", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6703,16 +4373,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6723,20 +4385,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6747,20 +4400,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6771,20 +4416,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6795,20 +4432,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6819,20 +4447,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6843,20 +4462,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6866,8 +4476,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6881,17 +4490,19 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IDatabase, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", "Charset": "System.String", - "Collation": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Collation": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -6907,100 +4518,58 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -7012,124 +4581,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -7146,16 +4655,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7166,20 +4667,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7190,20 +4682,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7214,20 +4697,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7245,16 +4720,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7265,20 +4732,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7289,20 +4747,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7313,20 +4763,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7337,20 +4779,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7361,20 +4794,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7385,20 +4809,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7414,20 +4829,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7438,20 +4844,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7462,20 +4859,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7493,16 +4882,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7513,20 +4894,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7537,20 +4909,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7561,20 +4925,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7585,20 +4941,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7609,20 +4956,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7633,20 +4971,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7662,32 +4991,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7705,16 +5026,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7725,20 +5038,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7749,20 +5053,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7773,20 +5069,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7797,20 +5085,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7821,20 +5100,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7845,20 +5115,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7881,16 +5142,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7901,20 +5154,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7925,20 +5169,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7949,20 +5185,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7973,20 +5201,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7997,20 +5216,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8021,20 +5231,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8044,8 +5245,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -8059,17 +5259,19 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", "EndIPAddress": "System.String", - "StartIPAddress": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "StartIPAddress": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -8085,100 +5287,58 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -8190,124 +5350,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -8324,16 +5424,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8344,20 +5436,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8368,20 +5451,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8392,20 +5466,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8423,16 +5489,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8443,20 +5501,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8467,20 +5516,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8491,20 +5532,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8515,20 +5548,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8539,20 +5563,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8563,20 +5578,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8592,20 +5598,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8616,20 +5613,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8640,20 +5628,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8671,16 +5651,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8691,20 +5663,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8715,20 +5678,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8739,20 +5694,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8763,20 +5710,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8787,20 +5725,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8811,20 +5740,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8840,32 +5760,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -8883,16 +5795,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8903,20 +5807,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8927,20 +5822,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8951,20 +5838,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8975,20 +5854,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8999,20 +5869,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9023,20 +5884,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9059,16 +5911,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9079,20 +5923,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9103,20 +5938,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9127,20 +5954,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9151,20 +5970,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9175,20 +5985,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9199,20 +6000,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9222,8 +6014,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -9237,17 +6028,15 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.ICapabilityProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.ICapabilityProperties, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ICapabilityProperties", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ICapabilityProperties, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SupportedFlexibleServerEdition": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerEditionCapability[]", - "Zone": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "SupportedFlexibleServerEdition": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability[]", + "Zone": "System.String", + "SupportedGeoBackupRegion": "System.String[]", + "SupportedHaMode": "System.String[]" + } }, "ParameterSets": [ "__AllParameterSets" @@ -9257,38 +6046,21 @@ "Parameters": [ { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -9300,124 +6072,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -9428,20 +6140,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9452,20 +6155,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9483,16 +6178,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9503,20 +6190,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9527,20 +6205,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9551,20 +6221,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9575,20 +6237,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9599,20 +6252,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9623,20 +6267,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9646,8 +6281,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -9661,49 +6295,47 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "HaEnabled": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "HaState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", + "NetworkPublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "StorageAutoGrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "BackupGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "HighAvailabilityMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "HighAvailabilityState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "ReplicationRole": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "BackupEarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "StorageProfileStorageIop": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "BackupRetentionDay": "System.Nullable`1[System.Int32]", + "StorageIop": "System.Nullable`1[System.Int32]", + "StorageSizeGb": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", "AdministratorLoginPassword": "System.Security.SecureString", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "StorageSku": "System.String", "MaintenanceWindowCustomWindow": "System.String", - "ReplicationRole": "System.String", - "IdentityTenantId": "System.String", + "SourceServerResourceId": "System.String", + "HighAvailabilityStandbyAvailabilityZone": "System.String", "SkuName": "System.String", - "IdentityPrincipalId": "System.String", - "SourceServerId": "System.String", "FullyQualifiedDomainName": "System.String", - "StandbyAvailabilityZone": "System.String", - "DelegatedSubnetArgumentSubnetArmResourceId": "System.String", - "ByokEnforcement": "System.String", + "NetworkPrivateDnsZoneResourceId": "System.String", + "NetworkDelegatedSubnetResourceId": "System.String", "AvailabilityZone": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -9713,56 +6345,30 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -9774,124 +6380,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -9902,20 +6448,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9926,20 +6463,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9950,20 +6478,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9981,16 +6501,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10001,20 +6513,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10025,20 +6528,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10049,20 +6544,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10073,20 +6560,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10097,20 +6575,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10121,20 +6590,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10144,8 +6604,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -10161,7 +6620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", @@ -10189,11 +6648,7 @@ "FullyQualifiedDomainName": "System.String", "ByokEnforcement": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -10203,56 +6658,30 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -10264,124 +6693,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -10392,20 +6761,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10416,20 +6776,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10440,20 +6791,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10471,16 +6814,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10491,20 +6826,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10515,20 +6841,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10539,20 +6857,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10563,20 +6873,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10587,20 +6888,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10611,20 +6903,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10634,8 +6917,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -10651,7 +6933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", @@ -10679,11 +6961,7 @@ "FullyQualifiedDomainName": "System.String", "ByokEnforcement": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -10699,82 +6977,49 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -10786,124 +7031,64 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -10920,16 +7105,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10940,20 +7117,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10964,20 +7132,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10995,16 +7155,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11015,20 +7167,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11039,20 +7182,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11063,20 +7198,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11087,20 +7214,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11111,20 +7229,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11135,20 +7244,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11164,20 +7264,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11188,20 +7279,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11219,16 +7302,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11239,20 +7314,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11263,20 +7329,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11287,20 +7345,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11311,20 +7361,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11335,20 +7376,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11359,20 +7391,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11388,20 +7411,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11419,16 +7434,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11439,20 +7446,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11463,20 +7461,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11487,20 +7477,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11511,20 +7493,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11535,20 +7508,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11559,20 +7523,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11588,32 +7543,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -11631,16 +7578,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11651,20 +7590,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11675,20 +7605,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11699,20 +7621,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11723,20 +7637,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11747,20 +7652,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11771,20 +7667,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11807,16 +7694,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11827,20 +7706,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11851,20 +7721,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11875,20 +7737,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11899,20 +7753,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11923,20 +7768,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11947,20 +7783,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11970,8 +7797,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -11987,16 +7813,12 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState]", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "VirtualNetworkSubnetId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -12012,100 +7834,58 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -12117,142 +7897,73 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -12269,16 +7980,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12289,20 +7992,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12313,20 +8007,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12337,20 +8022,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12368,16 +8045,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12388,20 +8057,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12412,20 +8072,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12436,20 +8088,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12460,20 +8104,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12484,20 +8119,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12508,20 +8134,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12532,20 +8149,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12561,20 +8169,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12585,20 +8184,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12609,20 +8199,12 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12640,16 +8222,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12660,20 +8234,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12684,20 +8249,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12708,20 +8265,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12732,20 +8281,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12756,20 +8296,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12780,20 +8311,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12804,20 +8326,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12833,32 +8346,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12876,16 +8381,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12896,20 +8393,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12920,20 +8408,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12944,20 +8424,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12968,20 +8440,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12992,20 +8455,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13016,20 +8470,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13040,20 +8485,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13076,16 +8512,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13096,20 +8524,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13120,20 +8539,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13144,20 +8555,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13168,20 +8571,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13192,20 +8586,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13216,20 +8601,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13240,20 +8616,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13263,8 +8630,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -13280,15 +8646,11 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -13298,38 +8660,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -13340,106 +8684,53 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EndIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StartIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ClientIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AllowAll", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -13451,160 +8742,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -13615,20 +8828,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13639,20 +8843,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13669,16 +8864,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13689,20 +8876,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13720,16 +8898,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13740,20 +8910,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13764,20 +8925,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13788,20 +8940,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13812,20 +8956,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13836,20 +8972,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13860,20 +8987,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13884,20 +9002,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13908,20 +9017,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13937,20 +9037,11 @@ { "ParameterMetadata": { "Name": "EndIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13961,20 +9052,11 @@ { "ParameterMetadata": { "Name": "StartIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -13985,20 +9067,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14009,20 +9082,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14039,16 +9103,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14059,20 +9115,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14090,16 +9137,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14110,20 +9149,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14134,20 +9164,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14158,20 +9179,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14182,20 +9195,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14206,20 +9211,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14230,20 +9226,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14254,20 +9241,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14278,20 +9256,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14307,20 +9276,11 @@ { "ParameterMetadata": { "Name": "ClientIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14331,20 +9291,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14355,20 +9306,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14385,16 +9327,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14405,20 +9339,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14436,16 +9361,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14456,20 +9373,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14480,20 +9388,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14504,20 +9403,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14528,20 +9419,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14552,20 +9435,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14576,20 +9450,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14600,20 +9465,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14624,20 +9480,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14653,20 +9500,11 @@ { "ParameterMetadata": { "Name": "AllowAll", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14677,20 +9515,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14701,20 +9530,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14731,16 +9551,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14751,20 +9563,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14782,16 +9585,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14802,20 +9597,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14826,20 +9612,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14850,20 +9627,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14874,20 +9643,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14898,20 +9659,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14922,20 +9674,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14946,20 +9689,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14970,20 +9704,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14993,8 +9718,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -15008,49 +9732,47 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "HaEnabled": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "HaState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", + "NetworkPublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "StorageAutoGrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "BackupGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "HighAvailabilityMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "HighAvailabilityState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "ReplicationRole": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "BackupEarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "StorageProfileStorageIop": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "BackupRetentionDay": "System.Nullable`1[System.Int32]", + "StorageIop": "System.Nullable`1[System.Int32]", + "StorageSizeGb": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", "AdministratorLoginPassword": "System.Security.SecureString", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "StorageSku": "System.String", "MaintenanceWindowCustomWindow": "System.String", - "ReplicationRole": "System.String", - "IdentityTenantId": "System.String", + "SourceServerResourceId": "System.String", + "HighAvailabilityStandbyAvailabilityZone": "System.String", "SkuName": "System.String", - "IdentityPrincipalId": "System.String", - "SourceServerId": "System.String", "FullyQualifiedDomainName": "System.String", - "StandbyAvailabilityZone": "System.String", - "DelegatedSubnetArgumentSubnetArmResourceId": "System.String", - "ByokEnforcement": "System.String", + "NetworkPrivateDnsZoneResourceId": "System.String", + "NetworkDelegatedSubnetResourceId": "System.String", "AvailabilityZone": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -15066,402 +9788,200 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Zone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AdministratorUserName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AdministratorLoginPassword", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SkuTier", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BackupRetentionDay", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StorageInMb", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAutogrow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Iops", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubnetPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Subnet", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "VnetPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Vnet", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrivateDnsZone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PublicAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HighAvailability", - "AliasList": [], + "AliasList": [ + "HaEnabled" + ], "Type": { "Namespace": "System", - "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -15473,160 +9993,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -15643,16 +10085,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15663,20 +10097,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15687,20 +10112,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15711,20 +10127,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15735,20 +10142,11 @@ { "ParameterMetadata": { "Name": "Zone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15759,20 +10157,11 @@ { "ParameterMetadata": { "Name": "AdministratorUserName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15783,20 +10172,11 @@ { "ParameterMetadata": { "Name": "AdministratorLoginPassword", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15807,20 +10187,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15831,20 +10202,11 @@ { "ParameterMetadata": { "Name": "SkuTier", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15855,20 +10217,11 @@ { "ParameterMetadata": { "Name": "BackupRetentionDay", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15879,20 +10232,41 @@ { "ParameterMetadata": { "Name": "StorageInMb", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAutogrow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Iops", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15903,20 +10277,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15927,82 +10292,11 @@ { "ParameterMetadata": { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16013,20 +10307,11 @@ { "ParameterMetadata": { "Name": "SubnetPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16037,20 +10322,11 @@ { "ParameterMetadata": { "Name": "Subnet", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16061,20 +10337,11 @@ { "ParameterMetadata": { "Name": "VnetPrefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16085,20 +10352,26 @@ { "ParameterMetadata": { "Name": "Vnet", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrivateDnsZone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16109,20 +10382,11 @@ { "ParameterMetadata": { "Name": "PublicAccess", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16133,20 +10397,14 @@ { "ParameterMetadata": { "Name": "HighAvailability", - "AliasList": [], + "AliasList": [ + "HaEnabled" + ], "Type": { "Namespace": "System", - "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16164,16 +10422,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16184,20 +10434,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16208,20 +10449,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16232,20 +10464,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16256,20 +10480,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16280,20 +10496,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16304,20 +10511,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16328,20 +10526,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16352,20 +10541,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16375,8 +10555,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -16390,17 +10569,19 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IDatabase, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", "Charset": "System.String", - "Collation": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Collation": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -16416,136 +10597,75 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Charset", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Collation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -16557,160 +10677,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -16727,16 +10769,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -16747,20 +10781,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -16771,20 +10796,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -16795,20 +10811,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16819,20 +10826,11 @@ { "ParameterMetadata": { "Name": "Charset", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16843,20 +10841,11 @@ { "ParameterMetadata": { "Name": "Collation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16874,16 +10863,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16894,20 +10875,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16918,20 +10890,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16942,20 +10905,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16966,20 +10921,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16990,20 +10937,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17014,20 +10952,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17038,20 +10967,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17062,20 +10982,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17091,32 +11002,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17127,20 +11030,11 @@ { "ParameterMetadata": { "Name": "Charset", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17151,20 +11045,11 @@ { "ParameterMetadata": { "Name": "Collation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17182,16 +11067,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17202,20 +11079,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17226,20 +11094,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17250,20 +11109,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17274,20 +11125,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17298,20 +11141,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17322,20 +11156,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17346,20 +11171,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17370,20 +11186,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17399,20 +11206,11 @@ { "ParameterMetadata": { "Name": "Charset", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17423,20 +11221,11 @@ { "ParameterMetadata": { "Name": "Collation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17454,16 +11243,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17474,20 +11255,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17498,20 +11270,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17522,20 +11285,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17546,20 +11301,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17570,20 +11317,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17594,20 +11332,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17618,20 +11347,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17642,20 +11362,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17665,8 +11376,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -17682,15 +11392,11 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -17700,38 +11406,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -17742,106 +11430,53 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EndIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StartIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ClientIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AllowAll", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -17853,160 +11488,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -18017,20 +11574,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18041,20 +11589,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18071,16 +11610,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18091,20 +11622,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18122,16 +11644,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18142,20 +11656,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18166,20 +11671,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18190,20 +11686,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18214,20 +11702,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18238,20 +11718,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18262,20 +11733,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18286,20 +11748,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18310,20 +11763,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18339,20 +11783,11 @@ { "ParameterMetadata": { "Name": "EndIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18363,20 +11798,11 @@ { "ParameterMetadata": { "Name": "StartIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18387,20 +11813,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18411,20 +11828,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18441,16 +11849,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18461,20 +11861,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18492,16 +11883,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18512,20 +11895,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18536,20 +11910,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18560,20 +11925,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18584,20 +11941,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18608,20 +11957,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18632,20 +11972,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18656,20 +11987,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18680,20 +12002,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18709,20 +12022,11 @@ { "ParameterMetadata": { "Name": "ClientIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18733,20 +12037,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18757,20 +12052,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18787,16 +12073,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18807,20 +12085,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18838,16 +12107,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18858,20 +12119,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18882,20 +12134,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18906,20 +12149,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18930,20 +12165,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18954,20 +12181,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18978,20 +12196,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19002,20 +12211,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19026,20 +12226,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19055,20 +12246,11 @@ { "ParameterMetadata": { "Name": "AllowAll", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19079,20 +12261,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19103,20 +12276,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19133,16 +12297,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19153,20 +12309,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19184,16 +12331,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19204,20 +12343,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19228,20 +12358,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19252,20 +12373,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19276,20 +12389,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19300,20 +12405,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19324,20 +12420,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19348,20 +12435,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19372,20 +12450,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19395,8 +12464,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -19410,49 +12478,47 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "HaEnabled": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "HaState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", + "NetworkPublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "StorageAutoGrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "BackupGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "HighAvailabilityMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "HighAvailabilityState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "ReplicationRole": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "BackupEarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "StorageProfileStorageIop": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "BackupRetentionDay": "System.Nullable`1[System.Int32]", + "StorageIop": "System.Nullable`1[System.Int32]", + "StorageSizeGb": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", "AdministratorLoginPassword": "System.Security.SecureString", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "StorageSku": "System.String", "MaintenanceWindowCustomWindow": "System.String", - "ReplicationRole": "System.String", - "IdentityTenantId": "System.String", + "SourceServerResourceId": "System.String", + "HighAvailabilityStandbyAvailabilityZone": "System.String", "SkuName": "System.String", - "IdentityPrincipalId": "System.String", - "SourceServerId": "System.String", "FullyQualifiedDomainName": "System.String", - "StandbyAvailabilityZone": "System.String", - "DelegatedSubnetArgumentSubnetArmResourceId": "System.String", - "ByokEnforcement": "System.String", + "NetworkPrivateDnsZoneResourceId": "System.String", + "NetworkDelegatedSubnetResourceId": "System.String", "AvailabilityZone": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -19469,52 +12535,26 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -19523,57 +12563,61 @@ "InputObject" ], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "HaEnabled": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "HaState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", + "NetworkPublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "StorageAutoGrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "BackupGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "HighAvailabilityMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "HighAvailabilityState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "ReplicationRole": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "BackupEarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "StorageProfileStorageIop": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "BackupRetentionDay": "System.Nullable`1[System.Int32]", + "StorageIop": "System.Nullable`1[System.Int32]", + "StorageSizeGb": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", "AdministratorLoginPassword": "System.Security.SecureString", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "StorageSku": "System.String", "MaintenanceWindowCustomWindow": "System.String", - "ReplicationRole": "System.String", - "IdentityTenantId": "System.String", + "SourceServerResourceId": "System.String", + "HighAvailabilityStandbyAvailabilityZone": "System.String", "SkuName": "System.String", - "IdentityPrincipalId": "System.String", - "SourceServerId": "System.String", "FullyQualifiedDomainName": "System.String", - "StandbyAvailabilityZone": "System.String", - "DelegatedSubnetArgumentSubnetArmResourceId": "System.String", - "ByokEnforcement": "System.String", + "NetworkPrivateDnsZoneResourceId": "System.String", + "NetworkDelegatedSubnetResourceId": "System.String", "AvailabilityZone": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", + "Name": "Zone", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", "AliasList": [ "AzureRMContext", "AzureCredential" @@ -19581,160 +12625,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -19752,16 +12718,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19772,20 +12730,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19796,20 +12745,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19824,53 +12764,48 @@ "InputObject" ], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "HaEnabled": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "HaState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", + "NetworkPublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "StorageAutoGrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "BackupGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "HighAvailabilityMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "HighAvailabilityState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "ReplicationRole": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "BackupEarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "StorageProfileStorageIop": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "BackupRetentionDay": "System.Nullable`1[System.Int32]", + "StorageIop": "System.Nullable`1[System.Int32]", + "StorageSizeGb": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", "AdministratorLoginPassword": "System.Security.SecureString", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "StorageSku": "System.String", "MaintenanceWindowCustomWindow": "System.String", - "ReplicationRole": "System.String", - "IdentityTenantId": "System.String", + "SourceServerResourceId": "System.String", + "HighAvailabilityStandbyAvailabilityZone": "System.String", "SkuName": "System.String", - "IdentityPrincipalId": "System.String", - "SourceServerId": "System.String", "FullyQualifiedDomainName": "System.String", - "StandbyAvailabilityZone": "System.String", - "DelegatedSubnetArgumentSubnetArmResourceId": "System.String", - "ByokEnforcement": "System.String", + "NetworkPrivateDnsZoneResourceId": "System.String", + "NetworkDelegatedSubnetResourceId": "System.String", "AvailabilityZone": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19878,6 +12813,21 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Zone", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -19888,16 +12838,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19908,20 +12850,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19932,20 +12865,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19956,20 +12880,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19980,20 +12896,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20004,20 +12912,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20028,20 +12927,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20052,20 +12942,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20076,20 +12957,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20099,8 +12971,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -20116,7 +12987,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", @@ -20144,11 +13015,7 @@ "FullyQualifiedDomainName": "System.String", "ByokEnforcement": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -20165,52 +13032,26 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -20221,7 +13062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", @@ -20249,51 +13090,26 @@ "FullyQualifiedDomainName": "System.String", "ByokEnforcement": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -20305,160 +13121,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -20476,16 +13214,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20496,20 +13226,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20520,20 +13241,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20550,7 +13262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", @@ -20578,15 +13290,8 @@ "FullyQualifiedDomainName": "System.String", "ByokEnforcement": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -20597,20 +13302,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20621,20 +13317,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20652,16 +13339,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20672,20 +13351,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20696,20 +13366,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20720,20 +13381,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20744,20 +13397,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20768,20 +13413,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20792,20 +13428,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20816,20 +13443,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20840,20 +13458,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20863,8 +13472,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -20880,7 +13488,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", @@ -20908,11 +13516,7 @@ "FullyQualifiedDomainName": "System.String", "ByokEnforcement": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -20928,578 +13532,134 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AdministratorUserName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AdministratorLoginPassword", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SslEnforcement", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MinimalTlsVersion", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BackupRetentionDay", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "GeoRedundantBackup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StorageAutogrow", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StorageInMb", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -21511,160 +13671,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -21681,16 +13763,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21701,20 +13775,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21725,20 +13790,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21749,20 +13805,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21773,20 +13820,11 @@ { "ParameterMetadata": { "Name": "AdministratorUserName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21797,20 +13835,11 @@ { "ParameterMetadata": { "Name": "AdministratorLoginPassword", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21821,20 +13850,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21845,82 +13865,11 @@ { "ParameterMetadata": { "Name": "SslEnforcement", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21931,82 +13880,11 @@ { "ParameterMetadata": { "Name": "MinimalTlsVersion", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22017,20 +13895,11 @@ { "ParameterMetadata": { "Name": "BackupRetentionDay", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22041,82 +13910,11 @@ { "ParameterMetadata": { "Name": "GeoRedundantBackup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22127,82 +13925,11 @@ { "ParameterMetadata": { "Name": "StorageAutogrow", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22213,20 +13940,11 @@ { "ParameterMetadata": { "Name": "StorageInMb", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22237,20 +13955,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22261,82 +13970,11 @@ { "ParameterMetadata": { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22354,16 +13992,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22374,20 +14004,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22398,20 +14019,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22422,20 +14034,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22446,20 +14050,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22470,20 +14066,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22494,20 +14081,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22518,20 +14096,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22542,20 +14111,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22565,8 +14125,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -22582,16 +14141,12 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState]", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "VirtualNetworkSubnetId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -22607,106 +14162,53 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IgnoreMissingVnetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -22718,178 +14220,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -22906,16 +14321,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22926,20 +14333,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22950,20 +14348,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22974,20 +14363,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22998,20 +14378,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23022,20 +14393,11 @@ { "ParameterMetadata": { "Name": "IgnoreMissingVnetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23053,16 +14415,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23073,20 +14427,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23097,20 +14442,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23121,20 +14457,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23145,20 +14473,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23169,20 +14489,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23193,20 +14504,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23217,20 +14519,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23241,20 +14534,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23265,20 +14549,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23288,8 +14563,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -23305,12 +14579,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -23326,100 +14595,57 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -23431,178 +14657,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -23619,16 +14758,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23639,20 +14770,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23663,20 +14785,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23687,20 +14800,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23718,16 +14822,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23738,20 +14834,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23762,20 +14849,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23786,20 +14864,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23810,20 +14880,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23834,20 +14896,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23858,20 +14911,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23882,20 +14926,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23906,20 +14941,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23930,20 +14956,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23959,32 +14976,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24002,16 +15011,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24022,20 +15023,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24046,20 +15038,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24070,20 +15053,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24094,20 +15069,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24118,20 +15085,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24142,20 +15100,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24166,20 +15115,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24190,20 +15130,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24214,20 +15145,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24250,16 +15172,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24270,20 +15184,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24294,20 +15199,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24318,20 +15214,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24342,20 +15230,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24366,20 +15246,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24390,20 +15261,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24414,20 +15276,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24438,20 +15291,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24462,20 +15306,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24485,8 +15320,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -24502,12 +15336,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -24523,82 +15352,48 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -24610,178 +15405,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -24798,16 +15506,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24818,20 +15518,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -24842,20 +15533,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24873,16 +15555,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24893,20 +15567,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24917,20 +15582,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24941,20 +15597,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24965,20 +15613,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24989,20 +15629,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25013,20 +15644,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25037,20 +15659,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25061,20 +15674,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25085,20 +15689,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25114,32 +15709,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -25157,16 +15744,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25177,20 +15756,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25201,20 +15771,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25225,20 +15786,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25249,20 +15802,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25273,20 +15818,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25297,20 +15833,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25321,20 +15848,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25345,20 +15863,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25369,20 +15878,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25405,16 +15905,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25425,20 +15917,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25449,20 +15932,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25473,20 +15947,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25497,20 +15963,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25521,20 +15979,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25545,20 +15994,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25569,20 +16009,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25593,20 +16024,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25617,20 +16039,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25640,8 +16053,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -25657,12 +16069,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -25678,100 +16085,57 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -25783,178 +16147,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -25971,16 +16248,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -25991,20 +16260,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26015,20 +16275,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26039,20 +16290,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26070,16 +16312,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26090,20 +16324,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26114,20 +16339,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26138,20 +16354,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26162,20 +16370,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26186,20 +16386,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26210,20 +16401,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26234,20 +16416,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26258,20 +16431,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26282,20 +16446,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26311,32 +16466,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26354,16 +16501,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26374,20 +16513,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26398,20 +16528,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26422,20 +16543,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26446,20 +16559,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26470,20 +16575,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26494,20 +16590,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26518,20 +16605,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26542,20 +16620,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26566,20 +16635,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26602,16 +16662,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26622,20 +16674,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26646,20 +16689,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26670,20 +16704,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26694,20 +16720,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26718,20 +16736,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26742,20 +16751,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26766,20 +16766,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26790,20 +16781,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26814,20 +16796,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26837,8 +16810,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -26854,12 +16826,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -26875,100 +16842,57 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -26980,178 +16904,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -27168,16 +17005,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27188,20 +17017,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27212,20 +17032,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27236,20 +17047,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27267,16 +17069,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27287,20 +17081,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27311,20 +17096,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27335,20 +17111,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27359,20 +17127,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27383,20 +17143,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27407,20 +17158,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27431,20 +17173,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27455,20 +17188,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27479,20 +17203,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27508,32 +17223,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27551,16 +17258,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27571,20 +17270,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27595,20 +17285,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27619,20 +17300,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27643,20 +17316,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27667,20 +17332,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27691,20 +17347,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27715,20 +17362,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27739,20 +17377,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27763,20 +17392,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27799,16 +17419,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27819,20 +17431,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27843,20 +17446,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27867,20 +17461,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27891,20 +17477,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27915,20 +17493,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27939,20 +17508,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27963,20 +17523,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27987,20 +17538,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28011,20 +17553,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28034,8 +17567,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -28051,12 +17583,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -28072,82 +17599,48 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -28159,178 +17652,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -28347,16 +17753,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -28367,20 +17765,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -28391,20 +17780,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28422,16 +17802,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28442,20 +17814,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28466,20 +17829,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28490,20 +17844,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28514,20 +17860,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28538,20 +17876,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28562,20 +17891,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28586,20 +17906,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28610,20 +17921,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28634,20 +17936,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28663,32 +17956,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -28706,16 +17991,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28726,20 +18003,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28750,20 +18018,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28774,20 +18033,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28798,20 +18049,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28822,20 +18065,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28846,20 +18080,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28870,20 +18095,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28894,20 +18110,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28918,20 +18125,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28954,16 +18152,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28974,20 +18164,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28998,20 +18179,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29022,20 +18194,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29046,20 +18210,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29070,20 +18226,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29094,20 +18241,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29118,20 +18256,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29142,20 +18271,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29166,20 +18286,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29189,8 +18300,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -29206,12 +18316,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -29227,100 +18332,57 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -29332,178 +18394,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -29520,16 +18495,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -29540,20 +18507,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -29564,20 +18522,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -29588,20 +18537,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29619,16 +18559,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29639,20 +18571,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29663,20 +18586,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29687,20 +18601,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29711,20 +18617,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29735,20 +18633,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29759,20 +18648,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29783,20 +18663,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29807,20 +18678,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29831,20 +18693,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29860,32 +18713,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -29903,16 +18748,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29923,20 +18760,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29947,20 +18775,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29971,20 +18790,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29995,20 +18806,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30019,20 +18822,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30043,20 +18837,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30067,20 +18852,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30091,20 +18867,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30115,20 +18882,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30151,16 +18909,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30171,20 +18921,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30195,20 +18936,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30219,20 +18951,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30243,20 +18967,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30267,20 +18983,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30291,20 +18998,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30315,20 +19013,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30339,20 +19028,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30363,20 +19043,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30386,8 +19057,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Restart", @@ -30397,18 +19067,13 @@ "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "Restart", + "DefaultParameterSetName": "RestartExpanded", "OutputTypes": [ { "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -30424,82 +19089,79 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Parameter", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "RestartWithFailover": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "MaxFailoverSecond": "System.Nullable`1[System.Int32]" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MaxFailoverSecond", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RestartWithFailover", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -30511,184 +19173,97 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "Restart", + "Name": "RestartExpanded", "Parameters": [ { "ParameterMetadata": { @@ -30699,16 +19274,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30719,20 +19286,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30743,20 +19301,41 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxFailoverSecond", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RestartWithFailover", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30774,16 +19353,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30794,20 +19365,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30818,20 +19380,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30842,20 +19395,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30866,20 +19411,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30890,20 +19427,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30914,20 +19442,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30938,20 +19457,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30962,20 +19472,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30986,20 +19487,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31010,37 +19502,68 @@ ] }, { - "Name": "RestartViaIdentity", + "Name": "Restart", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ServerName" + ], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Parameter", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "RestartWithFailover": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "MaxFailoverSecond": "System.Nullable`1[System.Int32]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31058,16 +19581,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31078,20 +19593,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31102,20 +19608,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31126,20 +19623,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31150,20 +19639,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31174,20 +19655,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31198,20 +19670,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31222,20 +19685,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31246,20 +19700,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31270,20 +19715,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31294,29 +19730,79 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "RestartViaIdentityExpanded", "Parameters": [ { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "InputObject", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxFailoverSecond", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RestartWithFailover", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -31326,20 +19812,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31350,20 +19827,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31374,20 +19842,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31398,20 +19858,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31422,20 +19874,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31446,20 +19889,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31470,20 +19904,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31494,20 +19919,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31518,20 +19934,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31540,405 +19947,69 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Restart", - "NounName": "AzMySqlServer", - "Name": "Restart-AzMySqlServer", - "ClassName": "Restart-AzMySqlServer", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "Restart", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ServerName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Break", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyCredential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "Restart", + "Name": "RestartViaIdentity", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ServerName" - ], + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Parameter", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "RestartWithFailover": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "MaxFailoverSecond": "System.Nullable`1[System.Int32]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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" - ], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31949,20 +20020,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31973,20 +20035,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31997,20 +20050,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32021,20 +20066,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32045,20 +20082,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32069,20 +20097,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32093,20 +20112,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32117,20 +20127,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32141,20 +20142,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32165,44 +20157,8 @@ ] }, { - "Name": "RestartViaIdentity", + "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -32213,16 +20169,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32233,20 +20181,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32257,20 +20196,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32281,20 +20211,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32305,20 +20227,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32329,20 +20243,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32353,20 +20258,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32377,20 +20273,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32401,20 +20288,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32425,20 +20303,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32447,10 +20316,232 @@ "ValueFromPipelineByPropertyName": false } ] + } + ] + }, + { + "VerbName": "Restart", + "NounName": "AzMySqlServer", + "Name": "Restart-AzMySqlServer", + "ClassName": "Restart-AzMySqlServer", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Restart", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ServerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "__AllParameterSets", + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Restart", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ServerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -32461,16 +20552,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32481,20 +20564,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32505,20 +20579,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32529,20 +20594,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32553,20 +20610,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32577,20 +20626,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32601,20 +20641,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32625,20 +20656,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32649,20 +20671,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32673,20 +20686,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32695,454 +20699,80 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Restore", - "NounName": "AzMySqlFlexibleServer", - "Name": "Restore-AzMySqlFlexibleServer", - "ClassName": "Restore-AzMySqlFlexibleServer", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "PointInTimeRestore", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", - "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "HaEnabled": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "HaState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", - "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", - "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", - "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "StorageProfileStorageIop": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", - "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", - "AdministratorLoginPassword": "System.Security.SecureString", - "MaintenanceWindowCustomWindow": "System.String", - "ReplicationRole": "System.String", - "IdentityTenantId": "System.String", - "SkuName": "System.String", - "IdentityPrincipalId": "System.String", - "SourceServerId": "System.String", - "FullyQualifiedDomainName": "System.String", - "StandbyAvailabilityZone": "System.String", - "DelegatedSubnetArgumentSubnetArmResourceId": "System.String", - "ByokEnforcement": "System.String", - "AvailabilityZone": "System.String", - "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ServerName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "RestorePointInTime", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", - "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "HaEnabled": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "HaState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", - "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", - "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", - "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "StorageProfileStorageIop": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", - "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", - "AdministratorLoginPassword": "System.Security.SecureString", - "MaintenanceWindowCustomWindow": "System.String", - "ReplicationRole": "System.String", - "IdentityTenantId": "System.String", - "SkuName": "System.String", - "IdentityPrincipalId": "System.String", - "SourceServerId": "System.String", - "FullyQualifiedDomainName": "System.String", - "StandbyAvailabilityZone": "System.String", - "DelegatedSubnetArgumentSubnetArmResourceId": "System.String", - "ByokEnforcement": "System.String", - "AvailabilityZone": "System.String", - "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Zone", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Break", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyCredential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "RestartViaIdentity", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", "AliasList": [ - "ServerName" + "AzureRMContext", + "AzureCredential" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33152,104 +20782,89 @@ }, { "ParameterMetadata": { - "Name": "RestorePointInTime", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", - "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "HaEnabled": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "HaState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", - "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", - "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", - "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "StorageProfileStorageIop": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", - "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", - "AdministratorLoginPassword": "System.Security.SecureString", - "MaintenanceWindowCustomWindow": "System.String", - "ReplicationRole": "System.String", - "IdentityTenantId": "System.String", - "SkuName": "System.String", - "IdentityPrincipalId": "System.String", - "SourceServerId": "System.String", - "FullyQualifiedDomainName": "System.String", - "StandbyAvailabilityZone": "System.String", - "DelegatedSubnetArgumentSubnetArmResourceId": "System.String", - "ByokEnforcement": "System.String", - "AvailabilityZone": "System.String", - "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Zone", - "AliasList": [], + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33257,6 +20872,26 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -33267,16 +20902,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33287,20 +20914,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33311,20 +20929,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33335,20 +20944,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33359,20 +20960,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33383,20 +20976,26 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33407,20 +21006,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33431,20 +21021,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33455,20 +21036,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33478,56 +21050,61 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Restore", - "NounName": "AzMySqlServer", - "Name": "Restore-AzMySqlServer", - "ClassName": "Restore-AzMySqlServer", + "NounName": "AzMySqlFlexibleServer", + "Name": "Restore-AzMySqlFlexibleServer", + "ClassName": "Restore-AzMySqlFlexibleServer", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "GeoRestore", + "DefaultParameterSetName": "PointInTimeRestore", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", - "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption]", - "MinimalTlsVersion": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "UserVisibleState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", + "NetworkPublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "StorageAutoGrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "BackupGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "HighAvailabilityMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "HighAvailabilityState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "ReplicationRole": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", + "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", + "BackupEarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "BackupRetentionDay": "System.Nullable`1[System.Int32]", + "StorageIop": "System.Nullable`1[System.Int32]", + "StorageSizeGb": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", + "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", "ReplicaCapacity": "System.Nullable`1[System.Int32]", - "SkuCapacity": "System.Nullable`1[System.Int32]", - "SkuFamily": "System.String", + "AdministratorLoginPassword": "System.Security.SecureString", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "StorageSku": "System.String", + "MaintenanceWindowCustomWindow": "System.String", + "SourceServerResourceId": "System.String", + "HighAvailabilityStandbyAvailabilityZone": "System.String", "SkuName": "System.String", - "SkuSize": "System.String", - "ReplicationRole": "System.String", - "MasterServerId": "System.String", - "IdentityTenantId": "System.String", - "IdentityPrincipalId": "System.String", "FullyQualifiedDomainName": "System.String", - "ByokEnforcement": "System.String", + "NetworkPrivateDnsZoneResourceId": "System.String", + "NetworkDelegatedSubnetResourceId": "System.String", + "AvailabilityZone": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -33543,205 +21120,109 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RestorePointInTime", + "Type": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", - "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption]", - "MinimalTlsVersion": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "UserVisibleState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", + "NetworkPublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "StorageAutoGrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "BackupGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "HighAvailabilityMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "HighAvailabilityState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "ReplicationRole": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", + "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", + "BackupEarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "BackupRetentionDay": "System.Nullable`1[System.Int32]", + "StorageIop": "System.Nullable`1[System.Int32]", + "StorageSizeGb": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", + "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", "ReplicaCapacity": "System.Nullable`1[System.Int32]", - "SkuCapacity": "System.Nullable`1[System.Int32]", - "SkuFamily": "System.String", + "AdministratorLoginPassword": "System.Security.SecureString", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "StorageSku": "System.String", + "MaintenanceWindowCustomWindow": "System.String", + "SourceServerResourceId": "System.String", + "HighAvailabilityStandbyAvailabilityZone": "System.String", "SkuName": "System.String", - "SkuSize": "System.String", - "ReplicationRole": "System.String", - "MasterServerId": "System.String", - "IdentityTenantId": "System.String", - "IdentityPrincipalId": "System.String", "FullyQualifiedDomainName": "System.String", - "ByokEnforcement": "System.String", + "NetworkPrivateDnsZoneResourceId": "System.String", + "NetworkDelegatedSubnetResourceId": "System.String", + "AvailabilityZone": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "UseGeoRestore", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Location", - "AliasList": [], + "Name": "Zone", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Sku", - "AliasList": [], + "Name": "Subnet", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "RestorePointInTime", - "AliasList": [], + "Name": "PrivateDnsZone", "Type": { "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "UsePointInTimeRestore", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -33753,160 +21234,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -33923,16 +21326,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -33943,20 +21338,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -33967,20 +21353,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33988,50 +21365,67 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RestorePointInTime", + "Type": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", - "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption]", - "MinimalTlsVersion": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "UserVisibleState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", + "NetworkPublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "StorageAutoGrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "BackupGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "HighAvailabilityMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "HighAvailabilityState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "ReplicationRole": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", + "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", - "SkuCapacity": "System.Nullable`1[System.Int32]", - "SkuFamily": "System.String", + "BackupEarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "BackupRetentionDay": "System.Nullable`1[System.Int32]", + "StorageIop": "System.Nullable`1[System.Int32]", + "StorageSizeGb": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", + "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "AdministratorLoginPassword": "System.Security.SecureString", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "StorageSku": "System.String", + "MaintenanceWindowCustomWindow": "System.String", + "SourceServerResourceId": "System.String", + "HighAvailabilityStandbyAvailabilityZone": "System.String", "SkuName": "System.String", - "SkuSize": "System.String", - "ReplicationRole": "System.String", - "MasterServerId": "System.String", - "IdentityTenantId": "System.String", - "IdentityPrincipalId": "System.String", "FullyQualifiedDomainName": "System.String", - "ByokEnforcement": "System.String", + "NetworkPrivateDnsZoneResourceId": "System.String", + "NetworkDelegatedSubnetResourceId": "System.String", + "AvailabilityZone": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -34041,21 +21435,12 @@ }, { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], + "Name": "Zone", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34065,21 +21450,12 @@ }, { "ParameterMetadata": { - "Name": "Sku", - "AliasList": [], + "Name": "Subnet", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34089,21 +21465,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], + "Name": "PrivateDnsZone", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34121,16 +21488,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34141,20 +21500,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34165,20 +21515,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34189,20 +21530,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34213,20 +21546,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34237,20 +21562,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34261,20 +21577,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34285,20 +21592,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34309,20 +21607,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34331,323 +21620,313 @@ "ValueFromPipelineByPropertyName": false } ] + } + ] + }, + { + "VerbName": "Restore", + "NounName": "AzMySqlServer", + "Name": "Restore-AzMySqlServer", + "ClassName": "Restore-AzMySqlServer", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "GeoRestore", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", + "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType]", + "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption]", + "MinimalTlsVersion": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum]", + "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", + "UserVisibleState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", + "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", + "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", + "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", + "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", + "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "SkuFamily": "System.String", + "SkuName": "System.String", + "SkuSize": "System.String", + "ReplicationRole": "System.String", + "MasterServerId": "System.String", + "IdentityTenantId": "System.String", + "IdentityPrincipalId": "System.String", + "FullyQualifiedDomainName": "System.String", + "ByokEnforcement": "System.String", + "AdministratorLogin": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ServerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "GeoRestore", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "UseGeoRestore", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.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": "Name", - "AliasList": [ - "ServerName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", - "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption]", - "MinimalTlsVersion": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "UserVisibleState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", - "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", - "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", - "SkuCapacity": "System.Nullable`1[System.Int32]", - "SkuFamily": "System.String", - "SkuName": "System.String", - "SkuSize": "System.String", - "ReplicationRole": "System.String", - "MasterServerId": "System.String", - "IdentityTenantId": "System.String", - "IdentityPrincipalId": "System.String", - "FullyQualifiedDomainName": "System.String", - "ByokEnforcement": "System.String", - "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Sku", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", + "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType]", + "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption]", + "MinimalTlsVersion": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum]", + "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", + "UserVisibleState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", + "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", + "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", + "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", + "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", + "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "SkuFamily": "System.String", + "SkuName": "System.String", + "SkuSize": "System.String", + "ReplicationRole": "System.String", + "MasterServerId": "System.String", + "IdentityTenantId": "System.String", + "IdentityPrincipalId": "System.String", + "FullyQualifiedDomainName": "System.String", + "ByokEnforcement": "System.String", + "AdministratorLogin": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UseGeoRestore", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Sku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RestorePointInTime", + "Type": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UsePointInTimeRestore", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ServerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Break", - "AliasList": [], + "Name": "ResourceGroupName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "AliasList": [], + "Name": "SubscriptionId", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34657,45 +21936,55 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], + "Name": "InputObject", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", + "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType]", + "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption]", + "MinimalTlsVersion": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum]", + "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", + "UserVisibleState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", + "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", + "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", + "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", + "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", + "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "SkuFamily": "System.String", + "SkuName": "System.String", + "SkuSize": "System.String", + "ReplicationRole": "System.String", + "MasterServerId": "System.String", + "IdentityTenantId": "System.String", + "IdentityPrincipalId": "System.String", + "FullyQualifiedDomainName": "System.String", + "ByokEnforcement": "System.String", + "AdministratorLogin": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], + "Name": "Location", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34705,21 +21994,12 @@ }, { "ParameterMetadata": { - "Name": "Proxy", - "AliasList": [], + "Name": "Sku", "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34729,21 +22009,31 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", - "AliasList": [], + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34753,74 +22043,139 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "PointInTimeRestore", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "RestorePointInTime", - "AliasList": [], + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "UsePointInTimeRestore", - "AliasList": [], + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GeoRestore", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "UseGeoRestore", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -34837,16 +22192,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -34857,20 +22204,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -34881,20 +22219,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34905,11 +22234,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", @@ -34937,15 +22265,8 @@ "FullyQualifiedDomainName": "System.String", "ByokEnforcement": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -34956,20 +22277,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34980,20 +22292,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35004,20 +22307,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35035,16 +22329,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35055,20 +22341,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35079,20 +22356,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35103,20 +22371,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35127,20 +22387,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35151,20 +22403,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35175,20 +22418,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35199,20 +22433,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35223,20 +22448,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35245,330 +22461,33 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Start", - "NounName": "AzMySqlFlexibleServer", - "Name": "Start-AzMySqlFlexibleServer", - "ClassName": "Start-AzMySqlFlexibleServer", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "Start", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ServerName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" + "Name": "PointInTimeRestore", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "RestorePointInTime", + "Type": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Break", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyCredential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "Start", - "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ServerName" - ], + "Name": "UsePointInTimeRestore", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -35578,21 +22497,15 @@ }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ServerName" + ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -35602,168 +22515,27 @@ }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.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": "Break", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.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": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], + "Name": "SubscriptionId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35773,45 +22545,55 @@ }, { "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], + "Name": "InputObject", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", + "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType]", + "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption]", + "MinimalTlsVersion": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum]", + "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", + "UserVisibleState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", + "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", + "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", + "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", + "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", + "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "SkuFamily": "System.String", + "SkuName": "System.String", + "SkuSize": "System.String", + "ReplicationRole": "System.String", + "MasterServerId": "System.String", + "IdentityTenantId": "System.String", + "IdentityPrincipalId": "System.String", + "FullyQualifiedDomainName": "System.String", + "ByokEnforcement": "System.String", + "AdministratorLogin": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Proxy", - "AliasList": [], + "Name": "Location", "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35821,21 +22603,12 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", - "AliasList": [], + "Name": "Sku", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35845,68 +22618,18 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], + "Name": "Tag", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "StartViaIdentity", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -35918,16 +22641,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35938,20 +22653,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35962,20 +22668,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35986,20 +22683,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36010,20 +22699,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36034,44 +22715,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.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": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36082,20 +22730,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36106,20 +22745,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36130,20 +22760,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36152,278 +22773,24 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.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": "Break", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.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": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.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": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.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": "Proxy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ProxyCredential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.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": "ProxyUseDefaultCredentials", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.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 - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Stop", - "NounName": "AzMySqlFlexibleServer", - "Name": "Stop-AzMySqlFlexibleServer", - "ClassName": "Stop-AzMySqlFlexibleServer", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "Stop", - "OutputTypes": [ + } + ] + }, + { + "VerbName": "Start", + "NounName": "AzMySqlFlexibleServer", + "Name": "Start-AzMySqlFlexibleServer", + "ClassName": "Start-AzMySqlFlexibleServer", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Start", + "OutputTypes": [ { "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -36439,82 +22806,48 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -36526,184 +22859,97 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "Stop", + "Name": "Start", "Parameters": [ { "ParameterMetadata": { @@ -36714,16 +22960,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -36734,20 +22972,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -36758,20 +22987,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36789,16 +23009,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36809,20 +23021,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36833,20 +23036,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36857,20 +23051,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36881,20 +23067,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36905,20 +23083,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36929,20 +23098,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36953,20 +23113,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -36977,20 +23128,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37001,20 +23143,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37025,37 +23158,29 @@ ] }, { - "Name": "StopViaIdentity", + "Name": "StartViaIdentity", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -37073,16 +23198,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37093,20 +23210,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37117,20 +23225,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37141,20 +23240,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37165,20 +23256,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37189,20 +23272,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37213,20 +23287,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37237,20 +23302,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37261,20 +23317,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37285,20 +23332,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37321,16 +23359,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37341,20 +23371,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37365,20 +23386,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37389,20 +23401,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37413,20 +23417,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37437,20 +23433,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37461,20 +23448,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37485,20 +23463,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37509,20 +23478,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37533,20 +23493,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37556,29 +23507,23 @@ } ] } - ], - "AliasList": [] + ] }, { - "VerbName": "Test", - "NounName": "AzMySqlFlexibleServerConnect", - "Name": "Test-AzMySqlFlexibleServerConnect", - "ClassName": "Test-AzMySqlFlexibleServerConnect", - "SupportsShouldProcess": false, - "ConfirmImpact": 0, + "VerbName": "Stop", + "NounName": "AzMySqlFlexibleServer", + "Name": "Stop-AzMySqlFlexibleServer", + "ClassName": "Stop-AzMySqlFlexibleServer", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "Test", + "DefaultParameterSetName": "Stop", "OutputTypes": [ { "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -37594,136 +23539,48 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DatabaseName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "QueryText", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AdministratorLoginPassword", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "AdministratorUserName", - "AliasList": [], + "Name": "SubscriptionId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -37735,130 +23592,97 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "TestAndQuery", + "Name": "Stop", "Parameters": [ { "ParameterMetadata": { @@ -37869,16 +23693,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -37889,20 +23705,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -37912,45 +23719,31 @@ }, { "ParameterMetadata": { - "Name": "QueryText", - "AliasList": [], + "Name": "SubscriptionId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DatabaseName", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37960,45 +23753,27 @@ }, { "ParameterMetadata": { - "Name": "AdministratorLoginPassword", - "AliasList": [], + "Name": "AsJob", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AdministratorUserName", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38008,24 +23783,13 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38035,21 +23799,13 @@ }, { "ParameterMetadata": { - "Name": "Break", - "AliasList": [], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38059,21 +23815,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "AliasList": [], + "Name": "NoWait", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38083,21 +23830,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], + "Name": "PassThru", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38108,20 +23846,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38132,20 +23861,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38156,20 +23876,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38180,75 +23891,63 @@ ] }, { - "Name": "Test", + "Name": "StopViaIdentity", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ServerName" - ], + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DatabaseName", - "AliasList": [], + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38258,45 +23957,28 @@ }, { "ParameterMetadata": { - "Name": "AdministratorLoginPassword", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AdministratorUserName", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38306,24 +23988,13 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38333,45 +24004,12 @@ }, { "ParameterMetadata": { - "Name": "Break", - "AliasList": [], + "Name": "NoWait", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.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": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38381,21 +24019,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], + "Name": "PassThru", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38406,20 +24035,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38430,20 +24050,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38454,20 +24065,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38480,78 +24082,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "DatabaseName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AdministratorLoginPassword", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AdministratorUserName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -38562,16 +24092,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38581,21 +24103,12 @@ }, { "ParameterMetadata": { - "Name": "Break", - "AliasList": [], + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38605,21 +24118,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38629,21 +24133,13 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38653,21 +24149,13 @@ }, { "ParameterMetadata": { - "Name": "Proxy", - "AliasList": [], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38677,21 +24165,12 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", - "AliasList": [], + "Name": "NoWait", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38701,110 +24180,27 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "TestViaIdentityAndQuery", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "QueryText", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DatabaseName", - "AliasList": [], + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38814,53 +24210,307 @@ }, { "ParameterMetadata": { - "Name": "AdministratorLoginPassword", - "AliasList": [], + "Name": "ProxyCredential", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AdministratorUserName", - "AliasList": [], + "Name": "ProxyUseDefaultCredentials", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, - { + } + ] + } + ] + }, + { + "VerbName": "Test", + "NounName": "AzMySqlFlexibleServerConnect", + "Name": "Test-AzMySqlFlexibleServerConnect", + "ClassName": "Test-AzMySqlFlexibleServerConnect", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "Test", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ServerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "QueryText", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AdministratorUserName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "TestAndQuery", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ServerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "QueryText", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AdministratorUserName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { "ParameterMetadata": { "Name": "DefaultProfile", "AliasList": [ @@ -38870,16 +24520,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38890,20 +24532,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38914,20 +24547,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38938,20 +24563,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38962,20 +24579,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38986,20 +24594,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39010,20 +24609,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39034,61 +24624,49 @@ ] }, { - "Name": "TestViaIdentity", + "Name": "Test", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "Name", + "AliasList": [ + "ServerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { "Name": "DatabaseName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39099,20 +24677,11 @@ { "ParameterMetadata": { "Name": "AdministratorLoginPassword", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -39123,20 +24692,11 @@ { "ParameterMetadata": { "Name": "AdministratorUserName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39154,16 +24714,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39174,20 +24726,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39198,20 +24741,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39222,20 +24757,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39246,20 +24773,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39270,20 +24788,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39294,20 +24803,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39316,397 +24816,33 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Update", - "NounName": "AzMySqlConfiguration", - "Name": "Update-AzMySqlConfiguration", - "ClassName": "Update-AzMySqlConfiguration", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "UpdateExpanded", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedValue": "System.String", - "DataType": "System.String", - "DefaultValue": "System.String", - "Description": "System.String", - "Source": "System.String", - "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ConfigurationName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ServerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Source", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "Value", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Break", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyCredential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "UpdateExpanded", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ConfigurationName" - ], + "Name": "DatabaseName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "AdministratorLoginPassword", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -39716,45 +24852,31 @@ }, { "ParameterMetadata": { - "Name": "ServerName", - "AliasList": [], + "Name": "AdministratorUserName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39764,21 +24886,12 @@ }, { "ParameterMetadata": { - "Name": "Source", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39788,120 +24901,13 @@ }, { "ParameterMetadata": { - "Name": "Value", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.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": "Break", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.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": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39912,44 +24918,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39960,20 +24934,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -39984,20 +24949,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40008,20 +24964,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40032,37 +24979,44 @@ ] }, { - "Name": "UpdateViaIdentityExpanded", + "Name": "TestViaIdentityAndQuery", "Parameters": [ + { + "ParameterMetadata": { + "Name": "QueryText", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -40072,21 +25026,12 @@ }, { "ParameterMetadata": { - "Name": "Source", - "AliasList": [], + "Name": "DatabaseName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40096,48 +25041,27 @@ }, { "ParameterMetadata": { - "Name": "Value", - "AliasList": [], + "Name": "AdministratorLoginPassword", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "AdministratorUserName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40147,21 +25071,16 @@ }, { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40172,20 +25091,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40196,20 +25106,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40220,44 +25122,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40268,20 +25138,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40292,20 +25153,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40316,20 +25168,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40340,49 +25183,44 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "TestViaIdentity", "Parameters": [ { "ParameterMetadata": { - "Name": "Source", - "AliasList": [], + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Value", - "AliasList": [], + "Name": "DatabaseName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40392,48 +25230,27 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "AdministratorLoginPassword", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], + "Name": "AdministratorUserName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40443,21 +25260,16 @@ }, { "ParameterMetadata": { - "Name": "Break", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40467,21 +25279,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40491,21 +25294,13 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40515,21 +25310,13 @@ }, { "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40540,20 +25327,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40564,20 +25342,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40588,20 +25357,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -40611,14 +25371,13 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", - "NounName": "AzMySqlFirewallRule", - "Name": "Update-AzMySqlFirewallRule", - "ClassName": "Update-AzMySqlFirewallRule", + "NounName": "AzMySqlConfiguration", + "Name": "Update-AzMySqlConfiguration", + "ClassName": "Update-AzMySqlConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -40627,16 +25386,16 @@ { "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "EndIPAddress": "System.String", - "StartIPAddress": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AllowedValue": "System.String", + "DataType": "System.String", + "DefaultValue": "System.String", + "Description": "System.String", + "Source": "System.String", + "Value": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -40647,159 +25406,80 @@ { "Name": "Name", "AliasList": [ - "FirewallRuleName" + "ConfigurationName" ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EndIPAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "StartIPAddress", - "AliasList": [], + "Name": "Source", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "ClientIPAddress", - "AliasList": [], + "Name": "Value", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -40811,186 +25491,100 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "ClientIPAddress", + "Name": "UpdateExpanded", "Parameters": [ { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "FirewallRuleName" + "ConfigurationName" ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -41001,20 +25595,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -41025,20 +25610,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -41049,20 +25625,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41072,24 +25639,30 @@ }, { "ParameterMetadata": { - "Name": "ClientIPAddress", - "AliasList": [], + "Name": "Source", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -41104,16 +25677,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41124,20 +25689,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41148,20 +25704,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41172,20 +25719,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41196,20 +25735,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41220,20 +25751,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41244,20 +25766,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41268,20 +25781,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41292,20 +25796,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41316,99 +25811,44 @@ ] }, { - "Name": "UpdateExpanded", + "Name": "UpdateViaIdentityExpanded", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "FirewallRuleName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerName", - "AliasList": [], + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "Source", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41418,48 +25858,15 @@ }, { "ParameterMetadata": { - "Name": "EndIPAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StartIPAddress", - "AliasList": [], + "Name": "Value", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -41474,16 +25881,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41494,20 +25893,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41518,20 +25908,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41542,20 +25923,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41566,20 +25939,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41590,20 +25955,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41614,20 +25970,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41638,20 +25985,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41662,20 +26000,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41686,88 +26015,34 @@ ] }, { - "Name": "UpdateViaIdentityExpanded", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EndIPAddress", - "AliasList": [], + "Name": "Source", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "StartIPAddress", - "AliasList": [], + "Name": "Value", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -41782,16 +26057,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41802,20 +26069,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41826,20 +26084,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41850,20 +26099,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41874,20 +26115,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41898,20 +26131,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41922,20 +26146,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41946,20 +26161,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41970,20 +26176,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -41992,258 +26189,271 @@ "ValueFromPipelineByPropertyName": false } ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzMySqlFirewallRule", + "Name": "Update-AzMySqlFirewallRule", + "ClassName": "Update-AzMySqlFirewallRule", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EndIPAddress": "System.String", + "StartIPAddress": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "FirewallRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "ClientIPAddressViaIdentity", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientIPAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.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": "Break", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.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": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ServerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EndIPAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StartIPAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClientIPAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ClientIPAddress", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "FirewallRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], + "Name": "ResourceGroupName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Proxy", - "AliasList": [], + "Name": "ServerName", "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ProxyCredential", - "AliasList": [], + "Name": "SubscriptionId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42253,33 +26463,19 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], + "Name": "ClientIPAddress", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -42290,16 +26486,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42310,20 +26498,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42334,20 +26513,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42358,20 +26528,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42382,20 +26544,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42406,20 +26560,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42430,20 +26575,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42454,20 +26590,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42478,20 +26605,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -42500,771 +26618,7 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Update", - "NounName": "AzMySqlFlexibleServer", - "Name": "Update-AzMySqlFlexibleServer", - "ClassName": "Update-AzMySqlFlexibleServer", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "UpdateExpanded", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", - "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "HaEnabled": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "InfrastructureEncryption": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "HaState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", - "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", - "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", - "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "SslEnforcement": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "StorageProfileStorageAutogrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "StorageProfileBackupRetentionDay": "System.Nullable`1[System.Int32]", - "StorageProfileStorageIop": "System.Nullable`1[System.Int32]", - "ReplicaCapacity": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", - "StorageProfileStorageMb": "System.Nullable`1[System.Int32]", - "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", - "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", - "AdministratorLoginPassword": "System.Security.SecureString", - "MaintenanceWindowCustomWindow": "System.String", - "ReplicationRole": "System.String", - "IdentityTenantId": "System.String", - "SkuName": "System.String", - "IdentityPrincipalId": "System.String", - "SourceServerId": "System.String", - "FullyQualifiedDomainName": "System.String", - "StandbyAvailabilityZone": "System.String", - "DelegatedSubnetArgumentSubnetArmResourceId": "System.String", - "ByokEnforcement": "System.String", - "AvailabilityZone": "System.String", - "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ServerName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AdministratorLoginPassword", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ReplicationRole", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Sku", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SkuTier", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HaEnabled", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SslEnforcement", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "BackupRetentionDay", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageAutogrow", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageInMb", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "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, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MaintenanceWindow", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Break", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyCredential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ { "Name": "UpdateExpanded", "Parameters": [ @@ -43272,21 +26626,13 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "ServerName" + "FirewallRuleName" ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -43297,20 +26643,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -43320,45 +26657,27 @@ }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "ServerName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AdministratorLoginPassword", - "AliasList": [], + "Name": "SubscriptionId", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43368,217 +26687,61 @@ }, { "ParameterMetadata": { - "Name": "ReplicationRole", - "AliasList": [], + "Name": "EndIPAddress", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Sku", - "AliasList": [], + "Name": "StartIPAddress", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SkuTier", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HaEnabled", - "AliasList": [], + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43588,83 +26751,12 @@ }, { "ParameterMetadata": { - "Name": "SslEnforcement", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43674,21 +26766,13 @@ }, { "ParameterMetadata": { - "Name": "BackupRetentionDay", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43698,83 +26782,13 @@ }, { "ParameterMetadata": { - "Name": "StorageAutogrow", - "AliasList": [], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43784,21 +26798,27 @@ }, { "ParameterMetadata": { - "Name": "StorageInMb", - "AliasList": [], + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43808,21 +26828,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], + "Name": "ProxyCredential", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43832,24 +26843,78 @@ }, { "ParameterMetadata": { - "Name": "MaintenanceWindow", - "AliasList": [], + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EndIPAddress", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StartIPAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -43864,16 +26929,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43884,20 +26941,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43908,20 +26956,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43932,20 +26971,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43956,20 +26987,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -43980,20 +27003,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44004,20 +27018,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44028,20 +27033,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44052,20 +27048,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44076,37 +27063,29 @@ ] }, { - "Name": "UpdateViaIdentityExpanded", + "Name": "ClientIPAddressViaIdentity", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -44116,45 +27095,31 @@ }, { "ParameterMetadata": { - "Name": "AdministratorLoginPassword", - "AliasList": [], + "Name": "ClientIPAddress", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ReplicationRole", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44164,21 +27129,12 @@ }, { "ParameterMetadata": { - "Name": "Sku", - "AliasList": [], + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44188,169 +27144,12 @@ }, { "ParameterMetadata": { - "Name": "SkuTier", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HaEnabled", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44360,83 +27159,13 @@ }, { "ParameterMetadata": { - "Name": "SslEnforcement", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44446,21 +27175,13 @@ }, { "ParameterMetadata": { - "Name": "BackupRetentionDay", - "AliasList": [], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44470,83 +27191,12 @@ }, { "ParameterMetadata": { - "Name": "StorageAutogrow", - "AliasList": [], + "Name": "NoWait", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44556,21 +27206,12 @@ }, { "ParameterMetadata": { - "Name": "StorageInMb", - "AliasList": [], + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44580,21 +27221,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], + "Name": "ProxyCredential", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44604,28 +27236,24 @@ }, { "ParameterMetadata": { - "Name": "MaintenanceWindow", - "AliasList": [], + "Name": "ProxyUseDefaultCredentials", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -44636,16 +27264,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44656,20 +27276,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44680,20 +27291,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44704,20 +27306,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44728,20 +27322,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44752,20 +27338,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44776,20 +27353,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44800,20 +27368,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44824,20 +27383,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -44846,333 +27396,425 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzMySqlFlexibleServer", + "Name": "Update-AzMySqlFlexibleServer", + "ClassName": "Update-AzMySqlFlexibleServer", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "AdministratorLoginPassword", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ReplicationRole", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", + "NetworkPublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "StorageAutoGrow": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "BackupGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "HighAvailabilityMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "HighAvailabilityState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "ReplicationRole": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", + "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", + "Version": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", + "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", + "BackupEarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "BackupRetentionDay": "System.Nullable`1[System.Int32]", + "StorageIop": "System.Nullable`1[System.Int32]", + "StorageSizeGb": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartMinute": "System.Nullable`1[System.Int32]", + "MaintenanceWindowStartHour": "System.Nullable`1[System.Int32]", + "MaintenanceWindowDayOfWeek": "System.Nullable`1[System.Int32]", + "ReplicaCapacity": "System.Nullable`1[System.Int32]", + "AdministratorLoginPassword": "System.Security.SecureString", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "StorageSku": "System.String", + "MaintenanceWindowCustomWindow": "System.String", + "SourceServerResourceId": "System.String", + "HighAvailabilityStandbyAvailabilityZone": "System.String", + "SkuName": "System.String", + "FullyQualifiedDomainName": "System.String", + "NetworkPrivateDnsZoneResourceId": "System.String", + "NetworkDelegatedSubnetResourceId": "System.String", + "AvailabilityZone": "System.String", + "AdministratorLogin": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ServerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ReplicationRole", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Sku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HighAvailability", + "AliasList": [ + "HaEnabled" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BackupRetentionDay", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAutogrow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageInMb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MaintenanceWindow", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateExpanded", + "Parameters": [ + { "ParameterMetadata": { - "Name": "Sku", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ServerName" + ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SkuTier", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HaEnabled", - "AliasList": [], + "Name": "ResourceGroupName", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SslEnforcement", - "AliasList": [], + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReplicationRole", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Sku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HighAvailability", + "AliasList": [ + "HaEnabled" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45183,20 +27825,11 @@ { "ParameterMetadata": { "Name": "BackupRetentionDay", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45207,82 +27840,11 @@ { "ParameterMetadata": { "Name": "StorageAutogrow", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45293,20 +27855,11 @@ { "ParameterMetadata": { "Name": "StorageInMb", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45317,20 +27870,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45341,20 +27885,11 @@ { "ParameterMetadata": { "Name": "MaintenanceWindow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45372,16 +27907,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45392,20 +27919,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45416,20 +27934,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45440,20 +27949,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45464,20 +27965,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45488,20 +27981,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45512,20 +27996,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45536,20 +28011,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45560,20 +28026,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45582,448 +28039,91 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Update", - "NounName": "AzMySqlFlexibleServerConfiguration", - "Name": "Update-AzMySqlFlexibleServerConfiguration", - "ClassName": "Update-AzMySqlFlexibleServerConfiguration", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "UpdateExpanded", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IConfigurationAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IConfigurationAutoGenerated, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsConfigPendingRestart": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart]", - "IsDynamicConfig": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig]", - "IsReadOnly": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly]", - "AllowedValue": "System.String", - "DataType": "System.String", - "DefaultValue": "System.String", - "Description": "System.String", - "Source": "System.String", - "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ConfigurationName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ServerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" + "Name": "UpdateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Source", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Value", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Break", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyCredential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "UpdateExpanded", - "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ConfigurationName" - ], + "Name": "AdministratorLoginPassword", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "ReplicationRole", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ServerName", - "AliasList": [], + "Name": "Sku", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "SkuTier", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46033,21 +28133,15 @@ }, { "ParameterMetadata": { - "Name": "Source", - "AliasList": [], + "Name": "HighAvailability", + "AliasList": [ + "HaEnabled" + ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46057,21 +28151,12 @@ }, { "ParameterMetadata": { - "Name": "Value", - "AliasList": [], + "Name": "BackupRetentionDay", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46081,24 +28166,12 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "StorageAutogrow", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46108,21 +28181,12 @@ }, { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], + "Name": "StorageInMb", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46132,21 +28196,12 @@ }, { "ParameterMetadata": { - "Name": "Break", - "AliasList": [], + "Name": "Tag", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46156,21 +28211,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "AliasList": [], + "Name": "MaintenanceWindow", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46180,21 +28226,16 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46204,21 +28245,12 @@ }, { "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46228,21 +28260,12 @@ }, { "ParameterMetadata": { - "Name": "Proxy", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46252,21 +28275,13 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46276,86 +28291,43 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UpdateViaIdentityExpanded", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], + "Name": "NoWait", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Source", - "AliasList": [], + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46365,21 +28337,12 @@ }, { "ParameterMetadata": { - "Name": "Value", - "AliasList": [], + "Name": "ProxyCredential", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46389,48 +28352,32 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], + "Name": "AdministratorLoginPassword", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46440,21 +28387,12 @@ }, { "ParameterMetadata": { - "Name": "Break", - "AliasList": [], + "Name": "ReplicationRole", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46464,21 +28402,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "AliasList": [], + "Name": "Sku", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46488,21 +28417,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "AliasList": [], + "Name": "SkuTier", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46512,21 +28432,15 @@ }, { "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], + "Name": "HighAvailability", + "AliasList": [ + "HaEnabled" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46536,21 +28450,12 @@ }, { "ParameterMetadata": { - "Name": "Proxy", - "AliasList": [], + "Name": "BackupRetentionDay", "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46560,21 +28465,12 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", - "AliasList": [], + "Name": "StorageAutogrow", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46584,50 +28480,27 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", - "AliasList": [], + "Name": "StorageInMb", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "Source", - "AliasList": [], + "Name": "Tag", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46637,21 +28510,12 @@ }, { "ParameterMetadata": { - "Name": "Value", - "AliasList": [], + "Name": "MaintenanceWindow", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46669,16 +28533,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46689,20 +28545,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46713,20 +28560,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46737,20 +28575,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46761,20 +28591,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46785,20 +28607,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46809,20 +28622,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46833,20 +28637,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46857,20 +28652,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -46880,14 +28666,13 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", - "NounName": "AzMySqlFlexibleServerDatabase", - "Name": "Update-AzMySqlFlexibleServerDatabase", - "ClassName": "Update-AzMySqlFlexibleServerDatabase", + "NounName": "AzMySqlFlexibleServerConfiguration", + "Name": "Update-AzMySqlFlexibleServerConfiguration", + "ClassName": "Update-AzMySqlFlexibleServerConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -46895,17 +28680,26 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IDatabase, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Charset": "System.String", - "Collation": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Source": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "IsConfigPendingRestart": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart]", + "IsDynamicConfig": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig]", + "IsReadOnly": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "AllowedValue": "System.String", + "DataType": "System.String", + "DefaultValue": "System.String", + "Description": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "Value": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -46916,141 +28710,80 @@ { "Name": "Name", "AliasList": [ - "DatabaseName" + "ConfigurationName" ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Charset", - "AliasList": [], + "Name": "Source", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Collation", - "AliasList": [], + "Name": "Value", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -47062,160 +28795,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -47227,21 +28882,13 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "DatabaseName" + "ConfigurationName" ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -47252,20 +28899,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -47276,20 +28914,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -47300,20 +28929,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47323,21 +28943,12 @@ }, { "ParameterMetadata": { - "Name": "Charset", - "AliasList": [], + "Name": "Source", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47347,21 +28958,12 @@ }, { "ParameterMetadata": { - "Name": "Collation", - "AliasList": [], + "Name": "Value", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47379,16 +28981,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47399,20 +28993,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47423,20 +29008,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47447,20 +29023,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47471,20 +29039,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47495,20 +29055,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47519,20 +29070,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47543,20 +29085,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47567,20 +29100,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47596,32 +29120,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -47631,21 +29147,12 @@ }, { "ParameterMetadata": { - "Name": "Charset", - "AliasList": [], + "Name": "Source", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47655,21 +29162,12 @@ }, { "ParameterMetadata": { - "Name": "Collation", - "AliasList": [], + "Name": "Value", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47687,16 +29185,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47707,20 +29197,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47731,20 +29212,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47755,20 +29227,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47779,20 +29243,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47803,20 +29259,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47827,20 +29274,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47851,20 +29289,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47875,20 +29304,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47903,21 +29323,12 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Charset", - "AliasList": [], + "Name": "Source", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47927,21 +29338,12 @@ }, { "ParameterMetadata": { - "Name": "Collation", - "AliasList": [], + "Name": "Value", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47959,16 +29361,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47979,20 +29373,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48003,20 +29388,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48027,20 +29403,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48051,20 +29419,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48075,20 +29435,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48099,20 +29450,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48123,20 +29465,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48147,20 +29480,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48170,8 +29494,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -48185,17 +29508,19 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", "EndIPAddress": "System.String", - "StartIPAddress": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "StartIPAddress": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -48211,154 +29536,84 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EndIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StartIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ClientIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -48370,160 +29625,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -48540,16 +29717,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48560,20 +29729,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48584,20 +29744,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48608,20 +29759,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48632,20 +29774,11 @@ { "ParameterMetadata": { "Name": "ClientIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48663,16 +29796,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48683,20 +29808,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48707,20 +29823,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48731,20 +29838,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48755,20 +29854,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48779,20 +29870,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48803,20 +29885,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48827,20 +29900,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48851,20 +29915,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48886,16 +29941,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48906,20 +29953,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48930,20 +29968,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -48954,20 +29983,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -48978,20 +29998,11 @@ { "ParameterMetadata": { "Name": "EndIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49002,20 +30013,11 @@ { "ParameterMetadata": { "Name": "StartIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49033,16 +30035,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49053,20 +30047,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49077,20 +30062,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49101,20 +30077,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49125,20 +30093,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49149,20 +30109,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49173,20 +30124,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49197,20 +30139,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49221,20 +30154,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49250,32 +30174,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49286,20 +30202,11 @@ { "ParameterMetadata": { "Name": "EndIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49310,20 +30217,11 @@ { "ParameterMetadata": { "Name": "StartIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49341,16 +30239,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49361,20 +30251,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49385,20 +30266,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49409,20 +30281,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49433,20 +30297,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49457,20 +30313,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49481,20 +30328,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49505,20 +30343,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49529,20 +30358,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49558,32 +30378,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49594,20 +30406,11 @@ { "ParameterMetadata": { "Name": "ClientIPAddress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -49625,16 +30428,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49645,20 +30440,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49669,20 +30455,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49693,20 +30470,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49717,20 +30486,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49741,20 +30502,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49765,20 +30517,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49789,20 +30532,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49813,20 +30547,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49849,16 +30574,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49869,20 +30586,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49893,20 +30601,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49917,20 +30616,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49941,20 +30632,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49965,20 +30648,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49989,20 +30663,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50013,20 +30678,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50037,20 +30693,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50060,8 +30707,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -50077,7 +30723,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", @@ -50105,11 +30751,7 @@ "FullyQualifiedDomainName": "System.String", "ByokEnforcement": "System.String", "AdministratorLogin": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -50125,546 +30767,156 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AdministratorLoginPassword", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ReplicationRole", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SkuFamily", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SkuTier", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SslEnforcement", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MinimalTlsVersion", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BackupRetentionDay", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StorageAutogrow", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "StorageInMb", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -50676,160 +30928,82 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -50839,71 +31013,705 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ServerName" - ], + "Name": "Name", + "AliasList": [ + "ServerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReplicationRole", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuFamily", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Sku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SslEnforcement", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MinimalTlsVersion", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackupRetentionDay", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAutogrow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageInMb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReplicationRole", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuFamily", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Sku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SslEnforcement", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MinimalTlsVersion", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackupRetentionDay", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAutogrow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageInMb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "AliasList": [], + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50911,23 +31719,34 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "AdministratorLoginPassword", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50938,20 +31757,11 @@ { "ParameterMetadata": { "Name": "ReplicationRole", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50962,20 +31772,11 @@ { "ParameterMetadata": { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50986,20 +31787,11 @@ { "ParameterMetadata": { "Name": "SkuFamily", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51010,20 +31802,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51034,82 +31817,11 @@ { "ParameterMetadata": { "Name": "SkuTier", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51120,82 +31832,11 @@ { "ParameterMetadata": { "Name": "SslEnforcement", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51206,82 +31847,11 @@ { "ParameterMetadata": { "Name": "MinimalTlsVersion", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51292,20 +31862,11 @@ { "ParameterMetadata": { "Name": "BackupRetentionDay", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51316,82 +31877,11 @@ { "ParameterMetadata": { "Name": "StorageAutogrow", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51402,20 +31892,11 @@ { "ParameterMetadata": { "Name": "StorageInMb", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51426,20 +31907,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51457,16 +31929,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51477,20 +31941,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51501,20 +31956,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51525,20 +31971,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51549,20 +31987,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51573,20 +32003,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51597,20 +32018,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51621,20 +32033,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51645,20 +32048,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -51667,551 +32061,228 @@ "ValueFromPipelineByPropertyName": false } ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzMySqlServerConfigurationsList", + "Name": "Update-AzMySqlServerConfigurationsList", + "ClassName": "Update-AzMySqlServerConfigurationsList", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedValue": "System.String", + "DataType": "System.String", + "DefaultValue": "System.String", + "Description": "System.String", + "Source": "System.String", + "Value": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ServerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "UpdateViaIdentityExpanded", + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateExpanded", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "ConfigurationName": "System.String", - "DatabaseName": "System.String", - "FirewallRuleName": "System.String", - "Id": "System.String", - "KeyName": "System.String", - "LocationName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "SubscriptionId": "System.String", - "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AdministratorLoginPassword", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ReplicationRole", - "AliasList": [], + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SkuCapacity", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SkuFamily", - "AliasList": [], + "Name": "ServerName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Sku", - "AliasList": [], + "Name": "SubscriptionId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SkuTier", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SslEnforcement", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MinimalTlsVersion", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "BackupRetentionDay", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageAutogrow", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageInMb", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52221,21 +32292,13 @@ }, { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], + "Name": "Value", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52253,16 +32316,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52273,20 +32328,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52297,20 +32343,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52321,20 +32358,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52345,20 +32374,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52369,20 +32390,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52393,20 +32405,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52417,20 +32420,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52441,20 +32435,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52465,49 +32450,45 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "UpdateViaIdentityExpanded", "Parameters": [ { "ParameterMetadata": { - "Name": "AdministratorLoginPassword", - "AliasList": [], + "Name": "InputObject", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", + "ConfigurationName": "System.String", + "DatabaseName": "System.String", + "FirewallRuleName": "System.String", + "Id": "System.String", + "LocationName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "SubscriptionId": "System.String", + "VirtualNetworkRuleName": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ReplicationRole", - "AliasList": [], + "Name": "Value", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52517,21 +32498,16 @@ }, { "ParameterMetadata": { - "Name": "SkuCapacity", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52541,21 +32517,12 @@ }, { "ParameterMetadata": { - "Name": "SkuFamily", - "AliasList": [], + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52565,21 +32532,12 @@ }, { "ParameterMetadata": { - "Name": "Sku", - "AliasList": [], + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52589,83 +32547,13 @@ }, { "ParameterMetadata": { - "Name": "SkuTier", - "AliasList": [], + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52675,83 +32563,13 @@ }, { "ParameterMetadata": { - "Name": "SslEnforcement", - "AliasList": [], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52761,83 +32579,12 @@ }, { "ParameterMetadata": { - "Name": "MinimalTlsVersion", - "AliasList": [], + "Name": "NoWait", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52847,21 +32594,12 @@ }, { "ParameterMetadata": { - "Name": "BackupRetentionDay", - "AliasList": [], + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52871,83 +32609,12 @@ }, { "ParameterMetadata": { - "Name": "StorageAutogrow", - "AliasList": [], + "Name": "ProxyCredential", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CompleteArgument", - "Parameters": [ - { - "Name": "commandName", - "Type": "System.String" - }, - { - "Name": "parameterName", - "Type": "System.String" - }, - { - "Name": "wordToComplete", - "Type": "System.String" - }, - { - "Name": "commandAst", - "Type": "System.Management.Automation.Language.CommandAst" - }, - { - "Name": "fakeBoundParameters", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -52957,45 +32624,33 @@ }, { "ParameterMetadata": { - "Name": "StorageInMb", - "AliasList": [], + "Name": "ProxyUseDefaultCredentials", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53013,16 +32668,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53033,20 +32680,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53057,20 +32695,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53081,20 +32710,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53105,20 +32726,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53129,20 +32742,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53153,20 +32757,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53177,20 +32772,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53201,20 +32787,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53224,8 +32801,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -53241,16 +32817,12 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState]", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "VirtualNetworkSubnetId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "ParameterSets": [ "__AllParameterSets" @@ -53266,136 +32838,75 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IgnoreMissingVnetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -53407,178 +32918,91 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -53595,16 +33019,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -53615,20 +33031,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -53639,20 +33046,11 @@ { "ParameterMetadata": { "Name": "ServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -53663,20 +33061,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53687,20 +33076,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -53711,20 +33091,11 @@ { "ParameterMetadata": { "Name": "IgnoreMissingVnetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53742,16 +33113,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53762,20 +33125,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53786,20 +33140,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53810,20 +33155,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53834,20 +33171,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53858,20 +33187,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53882,20 +33202,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53906,20 +33217,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53930,20 +33232,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53954,20 +33247,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -53983,32 +33267,24 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", + "BackupName": "System.String", "ConfigurationName": "System.String", "DatabaseName": "System.String", "FirewallRuleName": "System.String", "Id": "System.String", - "KeyName": "System.String", "LocationName": "System.String", "ResourceGroupName": "System.String", "ServerName": "System.String", "SubscriptionId": "System.String", "VirtualNetworkRuleName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -54019,20 +33295,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -54043,20 +33310,11 @@ { "ParameterMetadata": { "Name": "IgnoreMissingVnetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54074,16 +33332,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54094,20 +33344,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54118,20 +33359,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54142,20 +33374,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54166,20 +33390,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54190,20 +33406,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54214,20 +33421,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54238,20 +33436,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54262,20 +33451,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54286,20 +33466,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54315,20 +33486,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -54339,20 +33501,11 @@ { "ParameterMetadata": { "Name": "IgnoreMissingVnetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54370,16 +33523,8 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54390,20 +33535,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54414,20 +33550,11 @@ { "ParameterMetadata": { "Name": "Break", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54438,20 +33565,12 @@ { "ParameterMetadata": { "Name": "HttpPipelineAppend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54462,20 +33581,12 @@ { "ParameterMetadata": { "Name": "HttpPipelinePrepend", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54486,20 +33597,11 @@ { "ParameterMetadata": { "Name": "NoWait", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54510,20 +33612,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54534,20 +33627,11 @@ { "ParameterMetadata": { "Name": "Proxy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54558,20 +33642,11 @@ { "ParameterMetadata": { "Name": "ProxyCredential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54582,20 +33657,11 @@ { "ParameterMetadata": { "Name": "ProxyUseDefaultCredentials", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -54605,170 +33671,64 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -54818,64 +33778,44 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Management.Automation.CompletionResult" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Management.Automation.CompletionResult": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.CompletionResult", - "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Invoke", @@ -54957,17 +33897,14 @@ }, { "Name": "GetInvocationList", - "Parameters": [], "ReturnType": "System.Delegate[]" }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "Clone", - "Parameters": [], "ReturnType": "System.Object" }, { @@ -54982,12 +33919,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" } ], @@ -55003,107 +33938,64 @@ "Name": "method", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Reflection.MethodInfo": { "Namespace": "System.Reflection", "Name": "System.Reflection.MethodInfo", - "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": { "Namespace": "System.Threading.Tasks", "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]", "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Net.Http.HttpResponseMessage" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "System.IAsyncResult": { "Namespace": "System", "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Delegate[]": { "Namespace": "System", "Name": "System.Delegate[]", "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Delegate", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Delegate" }, "System.Delegate": { "Namespace": "System", "Name": "System.Delegate", - "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection" }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState]", "PrivateLinkServiceConnectionStateActionsRequired": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire]", @@ -55111,31 +34003,20 @@ "Id": "System.String", "PrivateEndpointId": "System.String", "PrivateLinkServiceConnectionStateDescription": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -55185,41 +34066,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -55269,41 +34139,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -55353,41 +34212,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -55437,41 +34285,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -55521,41 +34358,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -55605,41 +34431,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -55689,41 +34504,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -55773,41 +34577,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -55857,41 +34650,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -55941,41 +34723,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56025,41 +34796,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56109,41 +34869,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56193,85 +34942,124 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType" + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerPropertiesTags, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56321,41 +35109,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, - "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]": { + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum" - ], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum" + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum": { + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56388,7 +35165,7 @@ "Parameters": [ { "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HaEnabledEnum" + "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum" } ], "ReturnType": "System.Boolean" @@ -56405,41 +35182,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, - "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]": { + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum" - ], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode" + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum": { + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56472,7 +35238,7 @@ "Parameters": [ { "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryptionEnum" + "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode" } ], "ReturnType": "System.Boolean" @@ -56489,41 +35255,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, - "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]": { + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType" - ], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState" + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType": { + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56556,7 +35311,7 @@ "Parameters": [ { "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ResourceIdentityType" + "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState" } ], "ReturnType": "System.Boolean" @@ -56573,41 +35328,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, - "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]": { + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState" - ], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole" + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState": { + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56640,7 +35384,7 @@ "Parameters": [ { "Name": "e", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerHaState" + "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole" } ], "ReturnType": "System.Boolean" @@ -56657,51 +35401,108 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Security.SecureString": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56751,41 +35552,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56835,41 +35625,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -56919,153 +35698,110 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerEditionCapability[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerEditionCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerEditionCapability[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerEditionCapability", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability" }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerEditionCapability": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerEditionCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerEditionCapability, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SupportedServerVersion": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerVersionCapability[]", - "SupportedStorageEdition": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IStorageEditionCapability[]", + "SupportedServerVersion": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability[]", + "SupportedStorageEdition": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability[]", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerVersionCapability[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerVersionCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerVersionCapability[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerVersionCapability", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability" }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerVersionCapability": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerVersionCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IServerVersionCapability, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SupportedVcore": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IVcoreCapability[]", + "SupportedSku": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability[]", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IVcoreCapability[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IVcoreCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IVcoreCapability[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IVcoreCapability", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability" }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IVcoreCapability": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IVcoreCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IVcoreCapability, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedIop": "System.Nullable`1[System.Int64]", - "SupportedMemoryPerVcoreMb": "System.Nullable`1[System.Int64]", + "SupportedMemoryPerVCoreMb": "System.Nullable`1[System.Int64]", "VCore": "System.Nullable`1[System.Int64]", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IStorageEditionCapability[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IStorageEditionCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IStorageEditionCapability[], Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IStorageEditionCapability", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability[], Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability" }, - "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IStorageEditionCapability": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IStorageEditionCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20200701Preview.IStorageEditionCapability, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBackupRetentionDay": "System.Nullable`1[System.Int64]", - "MaxStorageSizeMb": "System.Nullable`1[System.Int64]", + "MaxStorageSize": "System.Nullable`1[System.Int64]", "MinBackupRetentionDay": "System.Nullable`1[System.Int64]", - "MinStorageSizeMb": "System.Nullable`1[System.Int64]", - "MaxStorageSizeName": "System.String", - "MinStorageSizeName": "System.String", + "MinStorageSize": "System.Nullable`1[System.Int64]", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } + }, + "System.String[]": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState, Az.MySql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -57115,33 +35851,38 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration, Az.MySql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedValue": "System.String", + "DataType": "System.String", + "DefaultValue": "System.String", + "Description": "System.String", + "Source": "System.String", + "Value": "System.String" + } } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json b/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json index 8e1bf6484792..60032b707977 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.NetAppFiles", + "ModuleVersion": "0.8.0", "Cmdlets": [ { "VerbName": "Approve", @@ -14,12 +16,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -29,56 +26,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -89,152 +59,86 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DataProtectionVolumeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -253,21 +157,8 @@ "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 } ], @@ -278,20 +169,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -302,20 +184,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -326,20 +199,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -356,16 +220,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -376,20 +232,11 @@ { "ParameterMetadata": { "Name": "DataProtectionVolumeId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -400,20 +247,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -438,21 +276,8 @@ "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, @@ -468,20 +293,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -492,20 +308,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -530,21 +337,8 @@ "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, @@ -560,84 +354,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -648,20 +411,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -686,21 +440,8 @@ "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, @@ -716,20 +457,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -754,21 +486,8 @@ "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, @@ -797,7 +516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -806,19 +525,16 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -833,15 +549,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -853,20 +566,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -877,34 +581,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -923,21 +610,8 @@ "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 } ], @@ -948,20 +622,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -978,16 +643,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1012,21 +669,8 @@ "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, @@ -1042,20 +686,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1080,21 +715,8 @@ "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, @@ -1124,21 +746,8 @@ "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, @@ -1167,7 +776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Administrators": "System.Collections.Generic.IList`1[System.String]", "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", @@ -1192,17 +801,13 @@ "SmbServerName": "System.String", "ResourceGroupName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1217,15 +822,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -1237,38 +839,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -1279,25 +863,16 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -1306,48 +881,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -1366,21 +903,8 @@ "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 } ], @@ -1391,20 +915,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1415,20 +930,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1445,16 +951,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1479,21 +977,8 @@ "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, @@ -1515,16 +1000,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1549,21 +1026,8 @@ "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, @@ -1579,11 +1043,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -1592,48 +1055,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1650,16 +1075,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1684,21 +1101,8 @@ "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, @@ -1708,8 +1112,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1725,7 +1128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -1741,17 +1144,13 @@ "ProvisioningState": "System.String", "VolumeName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1766,15 +1165,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -1786,74 +1182,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -1864,134 +1224,77 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountBackupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -2010,21 +1313,8 @@ "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 } ], @@ -2035,20 +1325,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2059,20 +1340,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2083,20 +1355,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2107,20 +1370,11 @@ { "ParameterMetadata": { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2137,16 +1391,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2171,21 +1417,8 @@ "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, @@ -2201,20 +1434,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2225,20 +1449,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2249,20 +1464,11 @@ { "ParameterMetadata": { "Name": "AccountBackupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2279,16 +1485,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2313,21 +1511,8 @@ "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, @@ -2349,16 +1534,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2383,21 +1560,8 @@ "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, @@ -2413,20 +1577,11 @@ { "ParameterMetadata": { "Name": "AccountBackupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2437,84 +1592,53 @@ { "ParameterMetadata": { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2531,16 +1655,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2565,21 +1681,8 @@ "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, @@ -2595,20 +1698,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2625,16 +1719,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2659,21 +1745,8 @@ "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, @@ -2702,12 +1775,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -2717,20 +1789,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2745,15 +1814,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -2765,38 +1831,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -2807,43 +1855,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -2852,48 +1882,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -2912,21 +1904,8 @@ "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 } ], @@ -2937,20 +1916,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2961,20 +1931,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2991,16 +1952,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3025,21 +1978,8 @@ "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, @@ -3061,16 +2001,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3095,21 +2027,8 @@ "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, @@ -3125,20 +2044,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3155,16 +2065,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3189,21 +2091,8 @@ "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, @@ -3219,11 +2108,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -3232,48 +2120,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3290,16 +2140,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3324,21 +2166,8 @@ "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, @@ -3367,7 +2196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -3379,22 +2208,20 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" + "QosType": "System.String", + "EncryptionType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3409,15 +2236,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -3429,38 +2253,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -3471,43 +2277,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -3516,48 +2304,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -3576,21 +2326,8 @@ "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 } ], @@ -3601,20 +2338,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3625,20 +2353,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3655,16 +2374,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3689,21 +2400,8 @@ "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, @@ -3719,20 +2417,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3757,21 +2446,8 @@ "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, @@ -3787,11 +2463,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -3800,48 +2475,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3866,21 +2503,8 @@ "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, @@ -3910,21 +2534,8 @@ "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, @@ -3953,7 +2564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Healthy": "System.Nullable`1[System.Boolean]", "RelationshipStatus": "System.String", @@ -3961,17 +2572,13 @@ "TotalProgress": "System.String", "ErrorMessage": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3986,15 +2593,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -4006,56 +2610,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -4066,116 +2643,68 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -4194,21 +2723,8 @@ "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 } ], @@ -4219,20 +2735,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4243,20 +2750,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4267,20 +2765,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4297,16 +2786,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4331,21 +2812,8 @@ "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, @@ -4361,20 +2829,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4399,21 +2858,8 @@ "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, @@ -4429,84 +2875,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4531,21 +2946,8 @@ "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, @@ -4575,21 +2977,8 @@ "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, @@ -4618,7 +3007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Created": "System.Nullable`1[System.DateTime]", "ResourceGroupName": "System.String", @@ -4629,17 +3018,13 @@ "SnapshotId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4654,15 +3039,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -4674,74 +3056,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -4752,116 +3098,68 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -4880,21 +3178,8 @@ "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 } ], @@ -4905,20 +3190,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4929,20 +3205,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4953,20 +3220,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4977,20 +3235,11 @@ { "ParameterMetadata": { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5007,16 +3256,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5041,21 +3282,8 @@ "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, @@ -5077,16 +3305,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5111,21 +3331,8 @@ "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, @@ -5141,20 +3348,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5171,16 +3369,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5205,21 +3395,8 @@ "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, @@ -5235,84 +3412,53 @@ { "ParameterMetadata": { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5329,16 +3475,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5363,21 +3501,8 @@ "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, @@ -5406,7 +3531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -5419,20 +3544,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "SnapshotPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5447,15 +3569,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -5467,38 +3586,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -5509,43 +3610,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -5554,48 +3637,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -5614,21 +3659,8 @@ "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 } ], @@ -5639,20 +3671,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5663,20 +3686,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5693,16 +3707,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5727,21 +3733,8 @@ "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, @@ -5757,20 +3750,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5795,21 +3779,8 @@ "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, @@ -5825,11 +3796,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -5838,48 +3808,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5904,21 +3836,8 @@ "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, @@ -5948,21 +3867,8 @@ "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, @@ -5991,12 +3897,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -6006,20 +3911,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6034,15 +3936,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -6054,47 +3953,28 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -6103,66 +3983,19 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -6181,21 +4014,8 @@ "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 } ], @@ -6206,20 +4026,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6230,20 +4041,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6268,21 +4070,8 @@ "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, @@ -6298,11 +4087,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -6311,48 +4099,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6377,21 +4127,8 @@ "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, @@ -6407,20 +4144,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6445,21 +4173,8 @@ "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, @@ -6489,21 +4204,8 @@ "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, @@ -6513,8 +4215,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6530,51 +4231,56 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6589,15 +4295,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -6609,56 +4312,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -6669,43 +4345,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -6717,51 +4375,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -6780,21 +4401,8 @@ "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 } ], @@ -6805,20 +4413,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6829,20 +4428,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6853,20 +4443,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6883,16 +4464,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6917,21 +4490,8 @@ "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, @@ -6947,20 +4507,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6985,21 +4536,8 @@ "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, @@ -7015,11 +4553,10 @@ { "ParameterMetadata": { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -7031,51 +4568,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7100,21 +4600,8 @@ "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, @@ -7144,21 +4631,8 @@ "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, @@ -7187,7 +4661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Healthy": "System.Nullable`1[System.Boolean]", "LastTransferSize": "System.Nullable`1[System.Int64]", @@ -7198,17 +4672,13 @@ "ErrorMessage": "System.String", "LastTransferType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7223,15 +4693,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -7243,56 +4710,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -7303,43 +4743,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -7351,133 +4773,65 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -7496,21 +4850,8 @@ "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 } ], @@ -7521,20 +4862,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7545,20 +4877,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7569,20 +4892,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7599,16 +4913,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7633,21 +4939,8 @@ "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, @@ -7663,20 +4956,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7701,21 +4985,8 @@ "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, @@ -7731,11 +5002,10 @@ { "ParameterMetadata": { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -7747,51 +5017,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7816,21 +5049,8 @@ "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, @@ -7846,84 +5066,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7948,21 +5137,8 @@ "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, @@ -7992,21 +5168,8 @@ "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, @@ -8035,7 +5198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRestoreStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Healthy": "System.Nullable`1[System.Boolean]", "TotalTransferBytes": "System.Nullable`1[System.Int64]", @@ -8044,17 +5207,13 @@ "UnhealthyReason": "System.String", "ErrorMessage": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8069,15 +5228,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -8089,56 +5245,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -8149,43 +5278,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -8197,133 +5308,65 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -8342,21 +5385,8 @@ "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 } ], @@ -8367,20 +5397,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8391,20 +5412,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8415,20 +5427,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8445,16 +5448,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8479,21 +5474,8 @@ "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, @@ -8509,20 +5491,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8547,21 +5520,8 @@ "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, @@ -8577,11 +5537,10 @@ { "ParameterMetadata": { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -8593,51 +5552,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8662,21 +5584,8 @@ "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, @@ -8692,84 +5601,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8794,21 +5672,8 @@ "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, @@ -8838,21 +5703,8 @@ "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, @@ -8881,12 +5733,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -8896,56 +5743,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -8956,134 +5776,77 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -9102,21 +5865,8 @@ "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 } ], @@ -9127,20 +5877,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9151,20 +5892,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9175,20 +5907,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9205,16 +5928,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9225,20 +5940,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9263,21 +5969,8 @@ "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, @@ -9293,20 +5986,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9317,20 +6001,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9355,21 +6030,8 @@ "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, @@ -9385,84 +6047,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9473,20 +6104,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9511,21 +6133,8 @@ "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, @@ -9541,20 +6150,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9579,21 +6179,8 @@ "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, @@ -9622,7 +6209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -9631,19 +6218,16 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9658,15 +6242,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -9678,38 +6259,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -9720,34 +6283,18 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ActiveDirectory", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -9758,16 +6305,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -9786,21 +6325,8 @@ "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 } ], @@ -9811,20 +6337,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9835,20 +6352,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9865,16 +6373,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9885,20 +6385,12 @@ { "ParameterMetadata": { "Name": "ActiveDirectory", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9915,16 +6407,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9949,21 +6433,8 @@ "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, @@ -9979,20 +6450,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10009,16 +6471,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10029,20 +6483,12 @@ { "ParameterMetadata": { "Name": "ActiveDirectory", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10059,16 +6505,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10093,21 +6531,8 @@ "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, @@ -10136,7 +6561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Administrators": "System.Collections.Generic.IList`1[System.String]", "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", @@ -10161,17 +6586,13 @@ "SmbServerName": "System.String", "ResourceGroupName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10186,15 +6607,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -10206,335 +6624,175 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Dns", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Domain", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Site", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SmbServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Username", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "OrganizationalUnit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "KdcIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BackupOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ServerRootCACertificate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AdName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SecurityOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AesEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "LdapSigning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "LdapOverTLS", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AllowLocalNfsUsersWithLdap", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -10543,48 +6801,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -10603,21 +6823,8 @@ "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 } ], @@ -10628,20 +6835,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10652,20 +6850,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10676,20 +6865,12 @@ { "ParameterMetadata": { "Name": "Dns", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10700,20 +6881,11 @@ { "ParameterMetadata": { "Name": "Domain", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10724,20 +6896,11 @@ { "ParameterMetadata": { "Name": "Site", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10748,20 +6911,11 @@ { "ParameterMetadata": { "Name": "SmbServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10772,20 +6926,11 @@ { "ParameterMetadata": { "Name": "Username", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10796,20 +6941,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10820,20 +6956,11 @@ { "ParameterMetadata": { "Name": "OrganizationalUnit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10844,20 +6971,11 @@ { "ParameterMetadata": { "Name": "KdcIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10868,20 +6986,12 @@ { "ParameterMetadata": { "Name": "BackupOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10892,20 +7002,11 @@ { "ParameterMetadata": { "Name": "ServerRootCACertificate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10916,20 +7017,11 @@ { "ParameterMetadata": { "Name": "AdName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10940,20 +7032,12 @@ { "ParameterMetadata": { "Name": "SecurityOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10964,20 +7048,11 @@ { "ParameterMetadata": { "Name": "AesEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -10988,20 +7063,11 @@ { "ParameterMetadata": { "Name": "LdapSigning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11012,20 +7078,11 @@ { "ParameterMetadata": { "Name": "LdapOverTLS", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11036,20 +7093,11 @@ { "ParameterMetadata": { "Name": "AllowLocalNfsUsersWithLdap", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11074,21 +7122,8 @@ "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, @@ -11104,20 +7139,12 @@ { "ParameterMetadata": { "Name": "Dns", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11128,20 +7155,11 @@ { "ParameterMetadata": { "Name": "Domain", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11152,20 +7170,11 @@ { "ParameterMetadata": { "Name": "Site", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11176,20 +7185,11 @@ { "ParameterMetadata": { "Name": "SmbServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11200,20 +7200,11 @@ { "ParameterMetadata": { "Name": "Username", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11224,20 +7215,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11248,20 +7230,11 @@ { "ParameterMetadata": { "Name": "OrganizationalUnit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11272,20 +7245,11 @@ { "ParameterMetadata": { "Name": "KdcIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11296,20 +7260,12 @@ { "ParameterMetadata": { "Name": "BackupOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11320,20 +7276,11 @@ { "ParameterMetadata": { "Name": "ServerRootCACertificate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11344,20 +7291,11 @@ { "ParameterMetadata": { "Name": "AdName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11368,20 +7306,12 @@ { "ParameterMetadata": { "Name": "SecurityOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11392,20 +7322,11 @@ { "ParameterMetadata": { "Name": "AesEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11416,20 +7337,11 @@ { "ParameterMetadata": { "Name": "LdapSigning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11440,20 +7352,11 @@ { "ParameterMetadata": { "Name": "LdapOverTLS", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11464,20 +7367,11 @@ { "ParameterMetadata": { "Name": "AllowLocalNfsUsersWithLdap", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11502,21 +7396,8 @@ "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, @@ -11532,11 +7413,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -11545,48 +7425,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11597,20 +7439,12 @@ { "ParameterMetadata": { "Name": "Dns", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11621,20 +7455,11 @@ { "ParameterMetadata": { "Name": "Domain", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11645,20 +7470,11 @@ { "ParameterMetadata": { "Name": "Site", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11669,20 +7485,11 @@ { "ParameterMetadata": { "Name": "SmbServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11693,20 +7500,11 @@ { "ParameterMetadata": { "Name": "Username", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11717,20 +7515,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11741,20 +7530,11 @@ { "ParameterMetadata": { "Name": "OrganizationalUnit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11765,20 +7545,11 @@ { "ParameterMetadata": { "Name": "KdcIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11789,20 +7560,12 @@ { "ParameterMetadata": { "Name": "BackupOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11813,20 +7576,11 @@ { "ParameterMetadata": { "Name": "ServerRootCACertificate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11837,20 +7591,11 @@ { "ParameterMetadata": { "Name": "AdName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11861,20 +7606,12 @@ { "ParameterMetadata": { "Name": "SecurityOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11885,20 +7622,11 @@ { "ParameterMetadata": { "Name": "AesEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11909,20 +7637,11 @@ { "ParameterMetadata": { "Name": "LdapSigning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11933,20 +7652,11 @@ { "ParameterMetadata": { "Name": "LdapOverTLS", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11957,20 +7667,11 @@ { "ParameterMetadata": { "Name": "AllowLocalNfsUsersWithLdap", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11995,21 +7696,8 @@ "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, @@ -12019,8 +7707,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -12036,7 +7723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -12052,17 +7739,13 @@ "ProvisioningState": "System.String", "VolumeName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12077,15 +7760,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -12097,92 +7777,47 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -12193,134 +7828,77 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "UseExistingSnapshot", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -12339,21 +7917,8 @@ "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 } ], @@ -12364,20 +7929,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12388,20 +7944,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12412,20 +7959,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12436,20 +7974,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12460,20 +7989,11 @@ { "ParameterMetadata": { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12490,16 +8010,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12510,20 +8022,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12534,20 +8037,11 @@ { "ParameterMetadata": { "Name": "UseExistingSnapshot", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -12572,21 +8066,8 @@ "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, @@ -12608,16 +8089,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12628,20 +8101,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12652,20 +8116,11 @@ { "ParameterMetadata": { "Name": "UseExistingSnapshot", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -12690,21 +8145,8 @@ "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, @@ -12720,84 +8162,53 @@ { "ParameterMetadata": { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12814,16 +8225,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12834,20 +8237,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12858,20 +8252,11 @@ { "ParameterMetadata": { "Name": "UseExistingSnapshot", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -12896,21 +8281,8 @@ "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, @@ -12939,12 +8311,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -12954,20 +8325,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12982,15 +8350,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -13002,56 +8367,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -13062,114 +8400,65 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -13180,25 +8469,16 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -13207,48 +8487,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -13267,21 +8509,8 @@ "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 } ], @@ -13292,20 +8521,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13316,20 +8536,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13340,20 +8551,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13370,16 +8572,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13390,20 +8584,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13414,22 +8599,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13440,22 +8617,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13466,22 +8635,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13492,22 +8653,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13524,16 +8677,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13558,21 +8703,8 @@ "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, @@ -13594,16 +8726,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13614,20 +8738,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13638,22 +8753,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13664,22 +8771,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13690,22 +8789,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13716,22 +8807,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13748,16 +8831,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13782,21 +8857,8 @@ "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, @@ -13812,11 +8874,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -13825,48 +8886,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13883,16 +8906,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13903,20 +8918,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13927,22 +8933,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13953,22 +8951,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13979,22 +8969,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14005,22 +8987,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14037,16 +9011,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14071,21 +9037,8 @@ "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, @@ -14114,7 +9067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -14126,22 +9079,20 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" + "QosType": "System.String", + "EncryptionType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -14156,15 +9107,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -14176,56 +9124,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -14236,90 +9157,55 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, + { + "Name": "EncryptionType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "Tag", "AliasList": [ @@ -14328,25 +9214,16 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -14355,48 +9232,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -14415,21 +9254,8 @@ "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 } ], @@ -14440,20 +9266,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14464,20 +9281,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14488,20 +9296,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14518,16 +9317,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14538,20 +9329,11 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14562,20 +9344,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14586,20 +9359,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14610,20 +9374,11 @@ { "ParameterMetadata": { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14631,6 +9386,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EncryptionType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -14640,16 +9410,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14674,21 +9436,8 @@ "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, @@ -14710,16 +9459,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14730,20 +9471,11 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14754,20 +9486,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14778,20 +9501,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14802,20 +9516,11 @@ { "ParameterMetadata": { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14823,6 +9528,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EncryptionType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -14832,16 +9552,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14866,21 +9578,8 @@ "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, @@ -14896,11 +9595,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -14909,48 +9607,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14967,16 +9627,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14987,20 +9639,11 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15011,20 +9654,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15035,20 +9669,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15059,20 +9684,11 @@ { "ParameterMetadata": { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15080,6 +9696,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EncryptionType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -15089,16 +9720,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15123,21 +9746,8 @@ "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, @@ -15166,7 +9776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Created": "System.Nullable`1[System.DateTime]", "ResourceGroupName": "System.String", @@ -15177,17 +9787,13 @@ "SnapshotId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -15202,15 +9808,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -15222,92 +9825,47 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -15318,34 +9876,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "FileSystemId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -15356,98 +9897,59 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -15466,21 +9968,8 @@ "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 } ], @@ -15491,20 +9980,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15515,20 +9995,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15539,20 +10010,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15563,20 +10025,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15587,20 +10040,11 @@ { "ParameterMetadata": { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15611,20 +10055,11 @@ { "ParameterMetadata": { "Name": "FileSystemId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15641,16 +10076,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15667,16 +10094,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15701,21 +10120,8 @@ "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, @@ -15737,16 +10143,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15763,16 +10161,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15797,21 +10187,8 @@ "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, @@ -15827,84 +10204,53 @@ { "ParameterMetadata": { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15921,16 +10267,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15947,16 +10285,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15981,21 +10311,8 @@ "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, @@ -16024,7 +10341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -16037,20 +10354,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "SnapshotPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -16065,15 +10379,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -16085,56 +10396,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -16145,255 +10429,78 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -16404,25 +10511,16 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -16431,48 +10529,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -16491,21 +10551,8 @@ "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 } ], @@ -16516,20 +10563,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16540,20 +10578,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16564,20 +10593,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16594,16 +10614,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16614,20 +10626,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16638,56 +10641,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16698,57 +10661,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16759,58 +10682,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16821,58 +10704,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16889,16 +10732,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16923,21 +10758,8 @@ "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, @@ -16959,16 +10781,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16979,20 +10793,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17003,56 +10808,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17063,57 +10828,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17124,58 +10849,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17186,58 +10871,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17254,16 +10899,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17288,21 +10925,8 @@ "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, @@ -17318,11 +10942,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -17331,48 +10954,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17389,16 +10974,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17409,20 +10986,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17433,56 +11001,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17493,57 +11021,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17554,58 +11042,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17616,58 +11064,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17684,16 +11092,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -17718,21 +11118,8 @@ "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, @@ -17761,51 +11148,56 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17820,15 +11212,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -17840,74 +11229,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -17918,579 +11271,303 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "UsageThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "CreationToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SnapshotId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ExportPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ReplicationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationId": "System.String", "EndpointType": "System.String", "ReplicationSchedule": "System.String", "RemoteVolumeResourceId": "System.String", "RemoteVolumeRegion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Snapshot", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotPolicyId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SnapshotPolicyId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Backup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", "BackupPolicyId": "System.String", "VaultId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ProtocolType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SnapshotDirectoryVisible", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "BackupId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "SecurityStyle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ThroughputMibps", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "KerberosEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "SmbEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "SmbContinuouslyAvailable", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "LdapEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CoolnessPeriod", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UnixPermissions", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AvsDataStore", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IsDefaultQuotaEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultUserQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultGroupQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NetworkFeature", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, + { + "Name": "NetworkSiblingSetId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "Tag", "AliasList": [ @@ -18499,25 +11576,16 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -18529,51 +11597,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -18592,21 +11623,8 @@ "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 } ], @@ -18617,20 +11635,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18641,20 +11650,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18665,20 +11665,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18689,20 +11680,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18713,20 +11695,11 @@ { "ParameterMetadata": { "Name": "VolumeType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18737,20 +11710,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18761,20 +11725,11 @@ { "ParameterMetadata": { "Name": "SnapshotId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18785,20 +11740,11 @@ { "ParameterMetadata": { "Name": "BackupId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18806,6 +11752,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NetworkSiblingSetId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", @@ -18815,16 +11776,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18835,20 +11788,11 @@ { "ParameterMetadata": { "Name": "UsageThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18859,20 +11803,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18883,20 +11818,11 @@ { "ParameterMetadata": { "Name": "CreationToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18907,54 +11833,14 @@ { "ParameterMetadata": { "Name": "ExportPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -18965,58 +11851,18 @@ { "ParameterMetadata": { "Name": "ReplicationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationId": "System.String", "EndpointType": "System.String", "ReplicationSchedule": "System.String", "RemoteVolumeResourceId": "System.String", "RemoteVolumeRegion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19027,54 +11873,14 @@ { "ParameterMetadata": { "Name": "Snapshot", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotPolicyId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19085,20 +11891,11 @@ { "ParameterMetadata": { "Name": "SnapshotPolicyId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19109,57 +11906,17 @@ { "ParameterMetadata": { "Name": "Backup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", "BackupPolicyId": "System.String", "VaultId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19170,20 +11927,12 @@ { "ParameterMetadata": { "Name": "ProtocolType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19194,20 +11943,11 @@ { "ParameterMetadata": { "Name": "SnapshotDirectoryVisible", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19218,20 +11958,11 @@ { "ParameterMetadata": { "Name": "SecurityStyle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19242,22 +11973,14 @@ { "ParameterMetadata": { "Name": "ThroughputMibps", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19268,20 +11991,11 @@ { "ParameterMetadata": { "Name": "KerberosEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19292,20 +12006,11 @@ { "ParameterMetadata": { "Name": "SmbEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19316,20 +12021,11 @@ { "ParameterMetadata": { "Name": "SmbContinuouslyAvailable", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19340,20 +12036,11 @@ { "ParameterMetadata": { "Name": "LdapEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19364,20 +12051,11 @@ { "ParameterMetadata": { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19388,22 +12066,14 @@ { "ParameterMetadata": { "Name": "CoolnessPeriod", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19414,20 +12084,92 @@ { "ParameterMetadata": { "Name": "UnixPermissions", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AvsDataStore", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IsDefaultQuotaEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultUserQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultGroupQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkFeature", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19444,16 +12186,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19478,21 +12212,8 @@ "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, @@ -19514,16 +12235,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19534,20 +12247,11 @@ { "ParameterMetadata": { "Name": "UsageThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19558,20 +12262,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19582,20 +12277,11 @@ { "ParameterMetadata": { "Name": "CreationToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19606,54 +12292,14 @@ { "ParameterMetadata": { "Name": "ExportPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19664,58 +12310,18 @@ { "ParameterMetadata": { "Name": "ReplicationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationId": "System.String", "EndpointType": "System.String", "ReplicationSchedule": "System.String", "RemoteVolumeResourceId": "System.String", "RemoteVolumeRegion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19726,54 +12332,14 @@ { "ParameterMetadata": { "Name": "Snapshot", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotPolicyId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19784,20 +12350,11 @@ { "ParameterMetadata": { "Name": "SnapshotPolicyId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19808,57 +12365,17 @@ { "ParameterMetadata": { "Name": "Backup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", "BackupPolicyId": "System.String", "VaultId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19869,20 +12386,12 @@ { "ParameterMetadata": { "Name": "ProtocolType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19893,20 +12402,11 @@ { "ParameterMetadata": { "Name": "SnapshotDirectoryVisible", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19917,20 +12417,11 @@ { "ParameterMetadata": { "Name": "SecurityStyle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19941,22 +12432,14 @@ { "ParameterMetadata": { "Name": "ThroughputMibps", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19967,20 +12450,11 @@ { "ParameterMetadata": { "Name": "KerberosEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19991,20 +12465,11 @@ { "ParameterMetadata": { "Name": "SmbEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20015,20 +12480,11 @@ { "ParameterMetadata": { "Name": "SmbContinuouslyAvailable", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20039,20 +12495,11 @@ { "ParameterMetadata": { "Name": "LdapEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20063,20 +12510,11 @@ { "ParameterMetadata": { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20087,22 +12525,14 @@ { "ParameterMetadata": { "Name": "CoolnessPeriod", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20113,20 +12543,11 @@ { "ParameterMetadata": { "Name": "UnixPermissions", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20136,24 +12557,13 @@ }, { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [ - "Tags" - ], + "Name": "AvsDataStore", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -20162,136 +12572,160 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "IsDefaultQuotaEnabled", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByParentObjectParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ServiceLevel", - "AliasList": [], + "Name": "DefaultUserQuotaInKiB", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PoolObject", - "AliasList": [], + "Name": "DefaultGroupQuotaInKiB", "Type": { - "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CoolAccess": "System.Nullable`1[System.Boolean]", - "TotalThroughputMibps": "System.Nullable`1[System.Double]", - "UtilizedThroughputMibps": "System.Nullable`1[System.Double]", - "Size": "System.Nullable`1[System.Int64]", + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkFeature", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByParentObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ServiceLevel", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PoolObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CoolAccess": "System.Nullable`1[System.Boolean]", + "TotalThroughputMibps": "System.Nullable`1[System.Double]", + "UtilizedThroughputMibps": "System.Nullable`1[System.Double]", + "Size": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "ResourceGroupName": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20308,16 +12742,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20328,20 +12754,11 @@ { "ParameterMetadata": { "Name": "UsageThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20352,20 +12769,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20376,20 +12784,11 @@ { "ParameterMetadata": { "Name": "CreationToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20400,54 +12799,14 @@ { "ParameterMetadata": { "Name": "ExportPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20458,58 +12817,18 @@ { "ParameterMetadata": { "Name": "ReplicationObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationId": "System.String", "EndpointType": "System.String", "ReplicationSchedule": "System.String", "RemoteVolumeResourceId": "System.String", "RemoteVolumeRegion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20520,54 +12839,14 @@ { "ParameterMetadata": { "Name": "Snapshot", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotPolicyId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20578,20 +12857,11 @@ { "ParameterMetadata": { "Name": "SnapshotPolicyId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20602,57 +12872,17 @@ { "ParameterMetadata": { "Name": "Backup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", "BackupPolicyId": "System.String", "VaultId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20663,20 +12893,12 @@ { "ParameterMetadata": { "Name": "ProtocolType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20687,20 +12909,11 @@ { "ParameterMetadata": { "Name": "SnapshotDirectoryVisible", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20711,20 +12924,11 @@ { "ParameterMetadata": { "Name": "SecurityStyle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20735,22 +12939,14 @@ { "ParameterMetadata": { "Name": "ThroughputMibps", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20761,20 +12957,11 @@ { "ParameterMetadata": { "Name": "KerberosEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20785,20 +12972,11 @@ { "ParameterMetadata": { "Name": "SmbEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20809,20 +12987,11 @@ { "ParameterMetadata": { "Name": "SmbContinuouslyAvailable", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20833,20 +13002,11 @@ { "ParameterMetadata": { "Name": "LdapEnabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20857,20 +13017,11 @@ { "ParameterMetadata": { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20881,22 +13032,14 @@ { "ParameterMetadata": { "Name": "CoolnessPeriod", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20907,20 +13050,92 @@ { "ParameterMetadata": { "Name": "UnixPermissions", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AvsDataStore", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IsDefaultQuotaEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultUserQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultGroupQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkFeature", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20937,16 +13152,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20971,21 +13178,8 @@ "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, @@ -21014,12 +13208,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -21029,20 +13218,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -21053,43 +13233,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -21098,66 +13260,19 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -21176,21 +13291,8 @@ "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 } ], @@ -21201,20 +13303,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21231,16 +13324,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21251,20 +13336,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21289,21 +13365,8 @@ "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, @@ -21319,20 +13382,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21343,20 +13397,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21381,21 +13426,8 @@ "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, @@ -21411,11 +13443,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -21424,48 +13455,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21476,20 +13469,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21514,21 +13498,8 @@ "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, @@ -21544,20 +13515,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21582,21 +13544,8 @@ "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, @@ -21625,7 +13574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Administrators": "System.Collections.Generic.IList`1[System.String]", "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", @@ -21650,17 +13599,13 @@ "SmbServerName": "System.String", "ResourceGroupName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -21675,15 +13620,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -21695,65 +13637,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ActiveDirectoryId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -21762,57 +13676,18 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Administrators": "System.Collections.Generic.IList`1[System.String]", "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", @@ -21836,65 +13711,17 @@ "AccountName": "System.String", "SmbServerName": "System.String", "ResourceGroupName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -21913,21 +13740,8 @@ "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 } ], @@ -21938,20 +13752,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21962,20 +13767,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21986,20 +13782,11 @@ { "ParameterMetadata": { "Name": "ActiveDirectoryId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22010,20 +13797,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22048,21 +13826,8 @@ "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, @@ -22078,20 +13843,11 @@ { "ParameterMetadata": { "Name": "ActiveDirectoryId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22102,11 +13858,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -22115,48 +13870,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22167,20 +13884,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22205,21 +13913,8 @@ "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, @@ -22235,11 +13930,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Administrators": "System.Collections.Generic.IList`1[System.String]", "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", @@ -22263,47 +13957,8 @@ "AccountName": "System.String", "SmbServerName": "System.String", "ResourceGroupName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22314,20 +13969,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22352,21 +13998,8 @@ "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, @@ -22382,20 +14015,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22420,21 +14044,8 @@ "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, @@ -22463,12 +14074,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -22478,20 +14088,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -22506,15 +14113,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -22526,74 +14130,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -22604,143 +14172,85 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountBackupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -22755,65 +14265,17 @@ "BackupType": "System.String", "ProvisioningState": "System.String", "VolumeName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -22832,21 +14294,8 @@ "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 } ], @@ -22857,20 +14306,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22881,20 +14321,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22905,20 +14336,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22929,20 +14351,11 @@ { "ParameterMetadata": { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -22959,16 +14372,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22979,20 +14384,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23017,21 +14413,8 @@ "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, @@ -23047,20 +14430,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23071,20 +14445,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23095,20 +14460,11 @@ { "ParameterMetadata": { "Name": "AccountBackupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23119,20 +14475,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23157,21 +14504,8 @@ "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, @@ -23193,16 +14527,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23213,84 +14539,53 @@ { "ParameterMetadata": { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23301,20 +14596,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23339,21 +14625,8 @@ "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, @@ -23369,20 +14642,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23393,20 +14657,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23431,21 +14686,8 @@ "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, @@ -23461,11 +14703,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -23480,47 +14721,8 @@ "BackupType": "System.String", "ProvisioningState": "System.String", "VolumeName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23531,20 +14733,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23569,21 +14762,8 @@ "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, @@ -23599,20 +14779,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23637,21 +14808,8 @@ "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, @@ -23680,12 +14838,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -23695,20 +14852,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -23723,15 +14877,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -23743,38 +14894,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -23785,25 +14918,16 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -23812,80 +14936,31 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -23895,67 +14970,20 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -23974,21 +15002,8 @@ "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 } ], @@ -23999,20 +15014,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24023,20 +15029,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24053,16 +15050,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24073,20 +15062,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24111,21 +15091,8 @@ "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, @@ -24147,16 +15114,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24167,11 +15126,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -24180,48 +15138,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24232,20 +15152,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24270,21 +15181,8 @@ "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, @@ -24300,20 +15198,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24324,20 +15213,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24362,21 +15242,8 @@ "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, @@ -24392,16 +15259,14 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -24411,49 +15276,11 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24464,20 +15291,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24502,21 +15320,8 @@ "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, @@ -24532,20 +15337,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24570,21 +15366,8 @@ "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, @@ -24613,12 +15396,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -24628,38 +15406,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -24670,43 +15430,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -24715,57 +15457,18 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -24777,69 +15480,23 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -24858,21 +15515,8 @@ "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 } ], @@ -24883,20 +15527,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24907,20 +15542,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24937,16 +15563,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24957,20 +15575,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24995,21 +15604,8 @@ "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, @@ -25031,16 +15627,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25051,11 +15639,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -25064,48 +15651,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25116,20 +15665,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25154,21 +15694,8 @@ "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, @@ -25184,20 +15711,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25208,20 +15726,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25246,21 +15755,8 @@ "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, @@ -25276,11 +15772,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -25292,51 +15787,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25347,20 +15805,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25385,21 +15834,8 @@ "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, @@ -25415,20 +15851,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25453,21 +15880,8 @@ "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, @@ -25496,12 +15910,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -25511,56 +15920,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -25571,134 +15953,77 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -25717,21 +16042,8 @@ "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 } ], @@ -25742,20 +16054,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25766,20 +16069,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25790,20 +16084,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25820,16 +16105,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25840,20 +16117,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25878,21 +16146,8 @@ "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, @@ -25908,20 +16163,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25932,20 +16178,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25970,21 +16207,8 @@ "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, @@ -26000,84 +16224,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26088,20 +16281,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26126,21 +16310,8 @@ "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, @@ -26156,20 +16327,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26194,21 +16356,8 @@ "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, @@ -26237,12 +16386,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -26252,74 +16396,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -26330,125 +16438,76 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Created": "System.Nullable`1[System.DateTime]", "ResourceGroupName": "System.String", @@ -26458,65 +16517,17 @@ "Type": "System.String", "SnapshotId": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -26535,21 +16546,8 @@ "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 } ], @@ -26560,20 +16558,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26584,20 +16573,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26608,20 +16588,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26632,20 +16603,11 @@ { "ParameterMetadata": { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26662,16 +16624,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26682,20 +16636,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26720,21 +16665,8 @@ "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, @@ -26750,20 +16682,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26774,20 +16697,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26812,21 +16726,8 @@ "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, @@ -26842,84 +16743,53 @@ { "ParameterMetadata": { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26930,20 +16800,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26968,21 +16829,8 @@ "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, @@ -26998,11 +16846,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Created": "System.Nullable`1[System.DateTime]", "ResourceGroupName": "System.String", @@ -27012,47 +16859,8 @@ "Type": "System.String", "SnapshotId": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27063,20 +16871,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27101,21 +16900,8 @@ "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, @@ -27131,20 +16917,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27169,21 +16946,8 @@ "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, @@ -27212,7 +16976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -27225,20 +16989,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "SnapshotPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -27253,15 +17014,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -27273,38 +17031,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -27315,43 +17055,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -27360,57 +17082,18 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -27423,67 +17106,20 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "SnapshotPolicyId": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -27502,21 +17138,8 @@ "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 } ], @@ -27527,20 +17150,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27551,20 +17165,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27581,16 +17186,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27601,20 +17198,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27639,21 +17227,8 @@ "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, @@ -27675,16 +17250,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27695,11 +17262,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -27708,48 +17274,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27760,20 +17288,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27798,21 +17317,8 @@ "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, @@ -27828,20 +17334,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27852,20 +17349,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27890,21 +17378,8 @@ "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, @@ -27920,11 +17395,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -27937,49 +17411,11 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "SnapshotPolicyId": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27990,20 +17426,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28028,21 +17455,8 @@ "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, @@ -28058,20 +17472,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28096,21 +17501,8 @@ "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, @@ -28139,12 +17531,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -28154,56 +17541,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -28214,43 +17574,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -28262,151 +17604,74 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -28425,21 +17690,8 @@ "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 } ], @@ -28450,20 +17702,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28474,20 +17717,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28498,20 +17732,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28528,16 +17753,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28548,20 +17765,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28586,21 +17794,8 @@ "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, @@ -28622,16 +17817,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28642,11 +17829,10 @@ { "ParameterMetadata": { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -28658,51 +17844,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28713,20 +17862,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28751,21 +17891,8 @@ "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, @@ -28781,20 +17908,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28805,20 +17923,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28843,21 +17952,8 @@ "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, @@ -28873,84 +17969,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28961,20 +18026,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28999,21 +18055,8 @@ "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, @@ -29029,20 +18072,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29067,21 +18101,8 @@ "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, @@ -29110,12 +18131,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -29125,56 +18141,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -29185,61 +18174,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SnapshotId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -29251,151 +18213,74 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -29414,21 +18299,8 @@ "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 } ], @@ -29439,20 +18311,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29463,20 +18326,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29487,20 +18341,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29517,16 +18362,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29537,20 +18374,11 @@ { "ParameterMetadata": { "Name": "SnapshotId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29561,20 +18389,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29599,21 +18418,8 @@ "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, @@ -29635,16 +18441,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29655,11 +18453,10 @@ { "ParameterMetadata": { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -29671,51 +18468,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29726,20 +18486,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29764,21 +18515,8 @@ "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, @@ -29794,20 +18532,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29818,20 +18547,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29856,21 +18576,8 @@ "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, @@ -29886,84 +18593,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29974,20 +18650,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30012,21 +18679,8 @@ "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, @@ -30042,20 +18696,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30080,21 +18725,8 @@ "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, @@ -30123,12 +18755,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -30138,56 +18765,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -30198,134 +18798,77 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -30344,21 +18887,8 @@ "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 } ], @@ -30369,20 +18899,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30393,20 +18914,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30417,20 +18929,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30447,16 +18950,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30467,20 +18962,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30505,21 +18991,8 @@ "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, @@ -30535,20 +19008,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30559,20 +19023,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30597,21 +19052,8 @@ "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, @@ -30627,84 +19069,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30715,20 +19126,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30753,21 +19155,8 @@ "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, @@ -30783,20 +19172,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30821,21 +19201,8 @@ "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, @@ -30864,7 +19231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -30873,19 +19240,16 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -30900,15 +19264,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -30920,38 +19281,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -30962,34 +19305,18 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ActiveDirectory", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -31000,34 +19327,17 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -31046,21 +19356,8 @@ "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 } ], @@ -31071,20 +19368,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31095,20 +19383,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31125,16 +19404,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31151,16 +19422,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31185,21 +19448,8 @@ "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, @@ -31215,20 +19465,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31245,16 +19486,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31271,16 +19504,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31305,21 +19530,8 @@ "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, @@ -31335,20 +19547,12 @@ { "ParameterMetadata": { "Name": "ActiveDirectory", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31359,20 +19563,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31389,16 +19584,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31415,16 +19602,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31449,21 +19628,8 @@ "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, @@ -31479,20 +19645,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31503,20 +19660,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31533,16 +19681,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31559,16 +19699,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31593,21 +19725,8 @@ "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, @@ -31636,12 +19755,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -31651,20 +19769,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -31679,15 +19794,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -31699,56 +19811,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -31759,114 +19844,65 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -31877,25 +19913,16 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -31904,66 +19931,19 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -31982,21 +19962,8 @@ "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 } ], @@ -32007,20 +19974,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32031,20 +19989,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32055,20 +20004,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32085,16 +20025,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32105,20 +20037,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32129,22 +20052,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32155,22 +20070,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32181,22 +20088,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32207,22 +20106,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32239,16 +20130,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32273,21 +20156,8 @@ "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, @@ -32309,16 +20179,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32329,20 +20191,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32353,22 +20206,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32379,22 +20224,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32405,22 +20242,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32431,22 +20260,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32463,16 +20284,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32497,21 +20310,8 @@ "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, @@ -32527,11 +20327,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -32540,48 +20339,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32598,16 +20359,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32618,20 +20371,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32642,22 +20386,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32668,22 +20404,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32694,22 +20422,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32720,22 +20440,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32752,16 +20464,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32786,21 +20490,8 @@ "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, @@ -32816,20 +20507,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32846,16 +20528,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32866,20 +20540,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32890,22 +20555,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32916,22 +20573,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32942,22 +20591,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -32968,22 +20609,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33000,16 +20633,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33034,21 +20659,8 @@ "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, @@ -33077,7 +20689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -33089,22 +20701,20 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" + "QosType": "System.String", + "EncryptionType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -33119,15 +20729,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -33139,56 +20746,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -33199,88 +20779,44 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -33291,25 +20827,16 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -33318,66 +20845,19 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -33396,21 +20876,8 @@ "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 } ], @@ -33421,20 +20888,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33445,20 +20903,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33469,20 +20918,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33499,16 +20939,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33519,20 +20951,11 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33543,20 +20966,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33567,20 +20981,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33591,20 +20996,11 @@ { "ParameterMetadata": { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33621,16 +21017,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33655,21 +21043,8 @@ "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, @@ -33691,16 +21066,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33711,20 +21078,11 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33735,20 +21093,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33759,20 +21108,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33783,20 +21123,11 @@ { "ParameterMetadata": { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33813,16 +21144,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -33847,21 +21170,8 @@ "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, @@ -33877,11 +21187,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -33890,48 +21199,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33948,16 +21219,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33968,20 +21231,11 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33992,20 +21246,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34016,20 +21261,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34040,20 +21276,11 @@ { "ParameterMetadata": { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34070,16 +21297,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34104,21 +21323,8 @@ "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, @@ -34134,20 +21340,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34164,16 +21361,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34184,20 +21373,11 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34208,20 +21388,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34232,20 +21403,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34256,20 +21418,11 @@ { "ParameterMetadata": { "Name": "CoolAccess", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34286,16 +21439,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34320,21 +21465,8 @@ "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, @@ -34363,7 +21495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -34376,20 +21508,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "SnapshotPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -34404,15 +21533,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -34424,56 +21550,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -34484,255 +21583,78 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -34743,25 +21665,16 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -34770,66 +21683,19 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -34848,21 +21714,8 @@ "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 } ], @@ -34873,20 +21726,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34897,20 +21741,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34921,20 +21756,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34951,16 +21777,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34971,20 +21789,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -34995,56 +21804,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35055,57 +21824,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35116,58 +21845,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35178,58 +21867,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35246,16 +21895,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35280,21 +21921,8 @@ "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, @@ -35316,16 +21944,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35336,20 +21956,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35360,56 +21971,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35420,57 +21991,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35481,58 +22012,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35543,58 +22034,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35611,16 +22062,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35645,21 +22088,8 @@ "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, @@ -35675,11 +22105,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -35688,48 +22117,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35746,16 +22137,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35766,20 +22149,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -35790,56 +22164,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35850,57 +22184,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35911,58 +22205,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -35973,58 +22227,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36041,16 +22255,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36075,21 +22281,8 @@ "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, @@ -36105,20 +22298,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36135,16 +22319,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36155,20 +22331,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36179,56 +22346,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36239,57 +22366,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36300,58 +22387,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36362,58 +22409,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36430,16 +22437,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36464,21 +22463,8 @@ "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, @@ -36507,12 +22493,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -36522,56 +22503,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -36582,61 +22536,34 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "NewPoolResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -36648,133 +22575,65 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -36793,21 +22652,8 @@ "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 } ], @@ -36818,20 +22664,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36842,20 +22679,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36866,20 +22694,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36896,16 +22715,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -36916,20 +22727,11 @@ { "ParameterMetadata": { "Name": "NewPoolResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -36954,21 +22756,8 @@ "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, @@ -36990,16 +22779,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37010,11 +22791,10 @@ { "ParameterMetadata": { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -37026,51 +22806,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37095,21 +22838,8 @@ "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, @@ -37125,20 +22855,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37163,21 +22884,8 @@ "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, @@ -37193,84 +22901,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37295,21 +22972,8 @@ "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, @@ -37339,21 +23003,8 @@ "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, @@ -37382,12 +23033,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -37397,56 +23043,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -37457,152 +23076,86 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ForceBreak", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -37621,21 +23174,8 @@ "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 } ], @@ -37646,20 +23186,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37670,20 +23201,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37694,20 +23216,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37724,16 +23237,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37744,20 +23249,11 @@ { "ParameterMetadata": { "Name": "ForceBreak", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -37768,20 +23264,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37806,21 +23293,8 @@ "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, @@ -37836,20 +23310,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -37860,20 +23325,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -37898,21 +23354,8 @@ "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, @@ -37928,84 +23371,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38016,20 +23428,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38054,21 +23457,8 @@ "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, @@ -38084,20 +23474,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -38122,21 +23503,8 @@ "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, @@ -38165,7 +23533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -38174,19 +23542,16 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38201,15 +23566,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -38221,38 +23583,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -38263,61 +23607,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ActiveDirectory", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -38326,48 +23644,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -38378,16 +23658,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -38406,21 +23678,8 @@ "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 } ], @@ -38431,20 +23690,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38455,20 +23705,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38485,16 +23726,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38505,20 +23738,12 @@ { "ParameterMetadata": { "Name": "ActiveDirectory", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38535,16 +23760,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38569,21 +23786,8 @@ "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, @@ -38599,20 +23803,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38623,20 +23818,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38647,20 +23833,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38677,16 +23854,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38697,20 +23866,12 @@ { "ParameterMetadata": { "Name": "ActiveDirectory", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38727,16 +23888,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38761,21 +23914,8 @@ "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, @@ -38791,11 +23931,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -38804,48 +23943,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38856,20 +23957,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38880,20 +23972,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38910,16 +23993,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -38930,20 +24005,12 @@ { "ParameterMetadata": { "Name": "ActiveDirectory", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38960,16 +24027,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -38994,21 +24053,8 @@ "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, @@ -39037,7 +24083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Administrators": "System.Collections.Generic.IList`1[System.String]", "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", @@ -39062,17 +24108,13 @@ "SmbServerName": "System.String", "ResourceGroupName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -39087,15 +24129,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -39107,353 +24146,184 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ActiveDirectoryId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Dns", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Domain", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Site", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SmbServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Username", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "OrganizationalUnit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "KdcIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "BackupOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ServerRootCACertificate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AdName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SecurityOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AesEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "LdapSigning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "LdapOverTLS", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AllowLocalNfsUsersWithLdap", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -39462,57 +24332,18 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Administrators": "System.Collections.Generic.IList`1[System.String]", "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", @@ -39536,47 +24367,8 @@ "AccountName": "System.String", "SmbServerName": "System.String", "ResourceGroupName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -39595,21 +24387,8 @@ "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 } ], @@ -39620,20 +24399,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39644,20 +24414,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39668,20 +24429,11 @@ { "ParameterMetadata": { "Name": "ActiveDirectoryId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -39692,20 +24444,12 @@ { "ParameterMetadata": { "Name": "Dns", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39716,20 +24460,11 @@ { "ParameterMetadata": { "Name": "Domain", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39740,20 +24475,11 @@ { "ParameterMetadata": { "Name": "Site", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39764,20 +24490,11 @@ { "ParameterMetadata": { "Name": "SmbServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39788,20 +24505,11 @@ { "ParameterMetadata": { "Name": "Username", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39812,20 +24520,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39836,20 +24535,11 @@ { "ParameterMetadata": { "Name": "OrganizationalUnit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39860,20 +24550,11 @@ { "ParameterMetadata": { "Name": "KdcIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39884,20 +24565,12 @@ { "ParameterMetadata": { "Name": "BackupOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39908,20 +24581,11 @@ { "ParameterMetadata": { "Name": "ServerRootCACertificate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39932,20 +24596,11 @@ { "ParameterMetadata": { "Name": "AdName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39956,20 +24611,12 @@ { "ParameterMetadata": { "Name": "SecurityOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -39980,20 +24627,11 @@ { "ParameterMetadata": { "Name": "AesEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40004,20 +24642,11 @@ { "ParameterMetadata": { "Name": "LdapSigning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40028,20 +24657,11 @@ { "ParameterMetadata": { "Name": "LdapOverTLS", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40052,20 +24672,11 @@ { "ParameterMetadata": { "Name": "AllowLocalNfsUsersWithLdap", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40090,21 +24701,8 @@ "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, @@ -40120,20 +24718,11 @@ { "ParameterMetadata": { "Name": "ActiveDirectoryId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40144,11 +24733,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -40157,48 +24745,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -40209,20 +24759,12 @@ { "ParameterMetadata": { "Name": "Dns", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40233,20 +24775,11 @@ { "ParameterMetadata": { "Name": "Domain", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40257,20 +24790,11 @@ { "ParameterMetadata": { "Name": "Site", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40281,20 +24805,11 @@ { "ParameterMetadata": { "Name": "SmbServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40305,20 +24820,11 @@ { "ParameterMetadata": { "Name": "Username", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40329,20 +24835,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40353,20 +24850,11 @@ { "ParameterMetadata": { "Name": "OrganizationalUnit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40377,20 +24865,11 @@ { "ParameterMetadata": { "Name": "KdcIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40401,20 +24880,12 @@ { "ParameterMetadata": { "Name": "BackupOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40425,20 +24896,11 @@ { "ParameterMetadata": { "Name": "ServerRootCACertificate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40449,20 +24911,11 @@ { "ParameterMetadata": { "Name": "AdName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40473,20 +24926,12 @@ { "ParameterMetadata": { "Name": "SecurityOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40497,20 +24942,11 @@ { "ParameterMetadata": { "Name": "AesEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40521,20 +24957,11 @@ { "ParameterMetadata": { "Name": "LdapSigning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40545,20 +24972,11 @@ { "ParameterMetadata": { "Name": "LdapOverTLS", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40569,20 +24987,11 @@ { "ParameterMetadata": { "Name": "AllowLocalNfsUsersWithLdap", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40607,21 +25016,8 @@ "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, @@ -40637,20 +25033,12 @@ { "ParameterMetadata": { "Name": "Dns", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40661,20 +25049,11 @@ { "ParameterMetadata": { "Name": "Domain", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40685,20 +25064,11 @@ { "ParameterMetadata": { "Name": "Site", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40709,20 +25079,11 @@ { "ParameterMetadata": { "Name": "SmbServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40733,20 +25094,11 @@ { "ParameterMetadata": { "Name": "Username", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40757,20 +25109,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40781,20 +25124,11 @@ { "ParameterMetadata": { "Name": "OrganizationalUnit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40805,20 +25139,11 @@ { "ParameterMetadata": { "Name": "KdcIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40829,20 +25154,12 @@ { "ParameterMetadata": { "Name": "BackupOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40853,20 +25170,11 @@ { "ParameterMetadata": { "Name": "ServerRootCACertificate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40877,20 +25185,11 @@ { "ParameterMetadata": { "Name": "AdName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40901,20 +25200,12 @@ { "ParameterMetadata": { "Name": "SecurityOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40925,20 +25216,11 @@ { "ParameterMetadata": { "Name": "AesEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40949,20 +25231,11 @@ { "ParameterMetadata": { "Name": "LdapSigning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40973,20 +25246,11 @@ { "ParameterMetadata": { "Name": "LdapOverTLS", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -40997,20 +25261,11 @@ { "ParameterMetadata": { "Name": "AllowLocalNfsUsersWithLdap", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41035,21 +25290,8 @@ "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, @@ -41065,11 +25307,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Administrators": "System.Collections.Generic.IList`1[System.String]", "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", @@ -41093,47 +25334,8 @@ "AccountName": "System.String", "SmbServerName": "System.String", "ResourceGroupName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -41144,20 +25346,12 @@ { "ParameterMetadata": { "Name": "Dns", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41168,20 +25362,11 @@ { "ParameterMetadata": { "Name": "Domain", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41192,20 +25377,11 @@ { "ParameterMetadata": { "Name": "Site", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41216,20 +25392,11 @@ { "ParameterMetadata": { "Name": "SmbServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41240,20 +25407,11 @@ { "ParameterMetadata": { "Name": "Username", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41264,20 +25422,11 @@ { "ParameterMetadata": { "Name": "Password", - "AliasList": [], "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41288,20 +25437,11 @@ { "ParameterMetadata": { "Name": "OrganizationalUnit", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41312,20 +25452,11 @@ { "ParameterMetadata": { "Name": "KdcIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41336,20 +25467,12 @@ { "ParameterMetadata": { "Name": "BackupOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41360,20 +25483,11 @@ { "ParameterMetadata": { "Name": "ServerRootCACertificate", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41384,20 +25498,11 @@ { "ParameterMetadata": { "Name": "AdName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41408,20 +25513,12 @@ { "ParameterMetadata": { "Name": "SecurityOperator", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41432,20 +25529,11 @@ { "ParameterMetadata": { "Name": "AesEncryption", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41456,20 +25544,11 @@ { "ParameterMetadata": { "Name": "LdapSigning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41480,20 +25559,11 @@ { "ParameterMetadata": { "Name": "LdapOverTLS", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41504,20 +25574,11 @@ { "ParameterMetadata": { "Name": "AllowLocalNfsUsersWithLdap", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -41542,21 +25603,8 @@ "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, @@ -41585,12 +25633,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -41600,20 +25647,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -41628,15 +25672,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -41648,56 +25689,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -41708,70 +25722,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -41782,125 +25761,76 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -41915,47 +25845,8 @@ "BackupType": "System.String", "ProvisioningState": "System.String", "VolumeName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -41974,21 +25865,8 @@ "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 } ], @@ -41999,20 +25877,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42023,20 +25892,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42047,20 +25907,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42077,16 +25928,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42097,20 +25940,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42121,20 +25955,11 @@ { "ParameterMetadata": { "Name": "VolumeName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42145,20 +25970,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42175,16 +25991,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42209,21 +26017,8 @@ "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, @@ -42245,16 +26040,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42265,84 +26052,53 @@ { "ParameterMetadata": { "Name": "VolumeObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42353,20 +26109,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42383,16 +26130,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42417,21 +26156,8 @@ "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, @@ -42447,20 +26173,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42477,16 +26194,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42511,21 +26220,8 @@ "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, @@ -42541,20 +26237,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42565,20 +26252,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42595,16 +26273,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42629,21 +26299,8 @@ "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, @@ -42659,11 +26316,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -42678,47 +26334,8 @@ "BackupType": "System.String", "ProvisioningState": "System.String", "VolumeName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -42729,20 +26346,11 @@ { "ParameterMetadata": { "Name": "Label", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42759,16 +26367,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -42793,21 +26393,8 @@ "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, @@ -42836,12 +26423,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -42851,20 +26437,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -42879,15 +26462,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -42899,56 +26479,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -42959,96 +26512,56 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -43059,43 +26572,25 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -43104,62 +26599,22 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -43169,49 +26624,11 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -43230,21 +26647,8 @@ "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 } ], @@ -43255,20 +26659,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43279,20 +26674,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43303,20 +26689,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43333,16 +26710,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43353,22 +26722,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43379,22 +26740,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43405,22 +26758,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43431,22 +26776,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43463,16 +26800,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43497,21 +26826,8 @@ "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, @@ -43533,16 +26849,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43553,11 +26861,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -43566,48 +26873,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43618,22 +26887,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43644,22 +26905,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43670,22 +26923,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43696,22 +26941,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43728,16 +26965,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43762,21 +26991,8 @@ "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, @@ -43792,22 +27008,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43818,22 +27026,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43844,22 +27044,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43870,22 +27062,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43902,16 +27086,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -43936,21 +27112,8 @@ "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, @@ -43966,20 +27129,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -43990,22 +27144,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44016,22 +27162,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44042,22 +27180,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44068,22 +27198,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44100,16 +27222,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44134,21 +27248,8 @@ "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, @@ -44164,16 +27265,14 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", "Enabled": "System.Nullable`1[System.Boolean]", "VolumesAssigned": "System.Nullable`1[System.Int32]", - "YearlyBackupsToKeep": "System.Nullable`1[System.Int32]", "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", @@ -44183,49 +27282,11 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "BackupPolicyId": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44236,22 +27297,14 @@ { "ParameterMetadata": { "Name": "DailyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44262,22 +27315,14 @@ { "ParameterMetadata": { "Name": "WeeklyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44288,22 +27333,14 @@ { "ParameterMetadata": { "Name": "MonthlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44314,22 +27351,14 @@ { "ParameterMetadata": { "Name": "YearlyBackupsToKeep", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44346,16 +27375,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44380,21 +27401,8 @@ "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, @@ -44423,7 +27431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -44435,22 +27443,20 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" + "QosType": "System.String", + "EncryptionType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -44465,15 +27471,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -44485,56 +27488,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -44545,54 +27521,29 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -44603,43 +27554,25 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -44648,57 +27581,18 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -44710,51 +27604,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -44773,21 +27630,8 @@ "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 } ], @@ -44798,20 +27642,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44822,20 +27657,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44846,20 +27672,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44876,16 +27693,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -44896,22 +27705,14 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44922,20 +27723,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44952,16 +27744,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -44986,21 +27770,8 @@ "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, @@ -45022,16 +27793,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45042,11 +27805,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -45055,48 +27817,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45107,22 +27831,14 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45133,20 +27849,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45163,16 +27870,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45197,21 +27896,8 @@ "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, @@ -45227,22 +27913,14 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45253,20 +27931,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45283,16 +27952,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45317,21 +27978,8 @@ "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, @@ -45347,20 +27995,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45371,22 +28010,14 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45397,20 +28028,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45427,16 +28049,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45461,21 +28075,8 @@ "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, @@ -45491,11 +28092,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -45507,51 +28107,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -45562,22 +28125,14 @@ { "ParameterMetadata": { "Name": "PoolSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45588,20 +28143,11 @@ { "ParameterMetadata": { "Name": "QosType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45618,16 +28164,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -45652,21 +28190,8 @@ "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, @@ -45695,7 +28220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -45708,20 +28233,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "SnapshotPolicyId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -45736,15 +28258,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -45756,56 +28275,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -45816,275 +28308,90 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -46095,25 +28402,16 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -46122,57 +28420,18 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -46185,49 +28444,11 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "SnapshotPolicyId": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -46246,21 +28467,8 @@ "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 } ], @@ -46271,20 +28479,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46295,20 +28494,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46319,20 +28509,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46349,16 +28530,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46369,22 +28542,14 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46395,56 +28560,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46455,57 +28580,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46516,58 +28601,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46578,58 +28623,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46646,16 +28651,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46680,21 +28677,8 @@ "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, @@ -46716,16 +28700,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46736,11 +28712,10 @@ { "ParameterMetadata": { "Name": "AccountObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", "Tags": "System.Object", @@ -46749,48 +28724,10 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -46801,22 +28738,14 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46827,56 +28756,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46887,57 +28776,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -46948,58 +28797,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47010,58 +28819,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47078,16 +28847,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47112,21 +28873,8 @@ "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, @@ -47142,22 +28890,14 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47168,56 +28908,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47228,57 +28928,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47289,58 +28949,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47351,58 +28971,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47419,16 +28999,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47453,21 +29025,8 @@ "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, @@ -47483,20 +29042,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47507,22 +29057,14 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47533,56 +29075,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47593,57 +29095,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47654,58 +29116,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47716,58 +29138,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47784,16 +29166,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47818,21 +29192,8 @@ "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, @@ -47848,11 +29209,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -47865,49 +29225,11 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "SnapshotPolicyId": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -47918,22 +29240,14 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -47944,56 +29258,16 @@ { "ParameterMetadata": { "Name": "HourlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48004,57 +29278,17 @@ { "ParameterMetadata": { "Name": "DailySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48065,58 +29299,18 @@ { "ParameterMetadata": { "Name": "WeeklySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48127,58 +29321,18 @@ { "ParameterMetadata": { "Name": "MonthlySchedule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48195,16 +29349,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48229,21 +29375,8 @@ "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, @@ -48272,51 +29405,56 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -48331,15 +29469,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -48351,74 +29486,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -48429,201 +29528,112 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "UsageThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ExportPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Backup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", "BackupPolicyId": "System.String", "VaultId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ThroughputMibps", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SnapshotPolicyId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "IsDefaultQuotaEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultUserQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultGroupQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "Tag", "AliasList": [ @@ -48632,43 +29642,25 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -48680,133 +29672,65 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -48825,21 +29749,8 @@ "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 } ], @@ -48850,20 +29761,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48874,20 +29776,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48898,20 +29791,11 @@ { "ParameterMetadata": { "Name": "AccountName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48922,20 +29806,11 @@ { "ParameterMetadata": { "Name": "PoolName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48952,16 +29827,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -48972,22 +29839,14 @@ { "ParameterMetadata": { "Name": "UsageThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -48998,20 +29857,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49022,54 +29872,14 @@ { "ParameterMetadata": { "Name": "ExportPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49080,57 +29890,17 @@ { "ParameterMetadata": { "Name": "Backup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", "BackupPolicyId": "System.String", "VaultId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49141,22 +29911,14 @@ { "ParameterMetadata": { "Name": "ThroughputMibps", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49167,20 +29929,11 @@ { "ParameterMetadata": { "Name": "SnapshotPolicyId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49188,6 +29941,57 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "IsDefaultQuotaEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultUserQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultGroupQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -49197,16 +30001,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49231,21 +30027,8 @@ "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, @@ -49267,16 +30050,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49287,11 +30062,10 @@ { "ParameterMetadata": { "Name": "PoolObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoolAccess": "System.Nullable`1[System.Boolean]", "TotalThroughputMibps": "System.Nullable`1[System.Double]", @@ -49303,51 +30077,14 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String", + "Etag": "System.String", "PoolId": "System.String", "ServiceLevel": "System.String", "ProvisioningState": "System.String", - "QosType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "QosType": "System.String", + "EncryptionType": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49358,22 +30095,14 @@ { "ParameterMetadata": { "Name": "UsageThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49384,21 +30113,69 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExportPolicy", + "Type": { + "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Backup", + "Type": { + "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PolicyEnforced": "System.Nullable`1[System.Boolean]", + "BackupEnabled": "System.Nullable`1[System.Boolean]", + "BackupPolicyId": "System.String", + "VaultId": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ThroughputMibps", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Double]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Double" + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -49407,55 +30184,12 @@ }, { "ParameterMetadata": { - "Name": "ExportPolicy", - "AliasList": [], + "Name": "SnapshotPolicyId", "Type": { - "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49465,59 +30199,13 @@ }, { "ParameterMetadata": { - "Name": "Backup", - "AliasList": [], + "Name": "IsDefaultQuotaEnabled", "Type": { - "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PolicyEnforced": "System.Nullable`1[System.Boolean]", - "BackupEnabled": "System.Nullable`1[System.Boolean]", - "BackupPolicyId": "System.String", - "VaultId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -49526,23 +30214,15 @@ }, { "ParameterMetadata": { - "Name": "ThroughputMibps", - "AliasList": [], + "Name": "DefaultUserQuotaInKiB", "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.Double" - ], - "Methods": [], - "Constructors": [] + "System.Int64" + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49552,22 +30232,16 @@ }, { "ParameterMetadata": { - "Name": "SnapshotPolicyId", - "AliasList": [], + "Name": "DefaultGroupQuotaInKiB", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -49583,16 +30257,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49617,21 +30283,8 @@ "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, @@ -49647,22 +30300,14 @@ { "ParameterMetadata": { "Name": "UsageThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49673,20 +30318,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49697,54 +30333,14 @@ { "ParameterMetadata": { "Name": "ExportPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49755,57 +30351,17 @@ { "ParameterMetadata": { "Name": "Backup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", "BackupPolicyId": "System.String", "VaultId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49816,22 +30372,14 @@ { "ParameterMetadata": { "Name": "ThroughputMibps", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49842,20 +30390,11 @@ { "ParameterMetadata": { "Name": "SnapshotPolicyId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49863,6 +30402,57 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "IsDefaultQuotaEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultUserQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultGroupQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -49872,16 +30462,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49906,21 +30488,8 @@ "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, @@ -49936,20 +30505,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -49960,22 +30520,14 @@ { "ParameterMetadata": { "Name": "UsageThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -49986,20 +30538,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50010,54 +30553,14 @@ { "ParameterMetadata": { "Name": "ExportPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50068,57 +30571,17 @@ { "ParameterMetadata": { "Name": "Backup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", "BackupPolicyId": "System.String", "VaultId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50129,22 +30592,14 @@ { "ParameterMetadata": { "Name": "ThroughputMibps", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50155,20 +30610,11 @@ { "ParameterMetadata": { "Name": "SnapshotPolicyId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50176,6 +30622,57 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "IsDefaultQuotaEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultUserQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultGroupQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -50185,16 +30682,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50219,21 +30708,8 @@ "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, @@ -50249,84 +30725,53 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", "IsRestoring": "System.Nullable`1[System.Boolean]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", "ThroughputMibps": "System.Nullable`1[System.Double]", + "CloneProgress": "System.Nullable`1[System.Int32]", "CoolnessPeriod": "System.Nullable`1[System.Int32]", "UsageThreshold": "System.Nullable`1[System.Int64]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", "Tags": "System.Object", "MountTargets": "System.Object", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "NetworkFeatures": "System.String", "SecurityStyle": "System.String", - "BackupId": "System.String", "ResourceGroupName": "System.String", - "BaremetalTenantId": "System.String", + "NetworkSiblingSetId": "System.String", + "VolumeType": "System.String", "SubnetId": "System.String", + "BaremetalTenantId": "System.String", "SnapshotId": "System.String", "ServiceLevel": "System.String", "CreationToken": "System.String", "FileSystemId": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "Type": "System.String", "Name": "System.String", "Id": "System.String", "Location": "System.String", - "VolumeType": "System.String", - "UnixPermission": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "BackupId": "System.String", + "StorageToNetworkProximity": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -50337,22 +30782,14 @@ { "ParameterMetadata": { "Name": "UsageThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50363,20 +30800,11 @@ { "ParameterMetadata": { "Name": "ServiceLevel", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50387,54 +30815,14 @@ { "ParameterMetadata": { "Name": "ExportPolicy", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50445,57 +30833,17 @@ { "ParameterMetadata": { "Name": "Backup", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", "BackupPolicyId": "System.String", "VaultId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50506,22 +30854,14 @@ { "ParameterMetadata": { "Name": "ThroughputMibps", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -50532,20 +30872,11 @@ { "ParameterMetadata": { "Name": "SnapshotPolicyId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50553,6 +30884,57 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "IsDefaultQuotaEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultUserQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultGroupQuotaInKiB", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -50562,16 +30944,8 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -50596,21 +30970,8 @@ "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, @@ -50628,165 +30989,63 @@ ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Replication": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject", "Backup": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", "Snapshot": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -50801,22 +31060,19 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationId": "System.String", "EndpointType": "System.String", @@ -50824,17 +31080,13 @@ "RemoteVolumeResourceId": "System.String", "RemoteVolumeRegion": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -50849,49 +31101,37 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", "BackupPolicyId": "System.String", "VaultId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -50906,15 +31146,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -50922,32 +31159,24 @@ "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotPolicyId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -50962,36 +31191,29 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -51006,32 +31228,25 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule" }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UnixReadOnly": "System.Nullable`1[System.Boolean]", "UnixReadWrite": "System.Nullable`1[System.Boolean]", @@ -51049,17 +31264,13 @@ "AllowedClients": "System.String", "ChownMode": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -51074,15 +31285,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -51090,59 +31298,38 @@ "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[System.Double]": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -51155,11 +31342,7 @@ "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -51170,24 +31353,16 @@ "Id": "System.String", "Credential": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -51217,11 +31392,7 @@ "ServiceManagementUrl": "System.String", "StorageEndpointSuffix": "System.String", "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -51231,11 +31402,7 @@ "Id": "System.String", "Name": "System.String", "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -51243,11 +31410,7 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -51256,89 +31419,60 @@ "Properties": { "CacheData": "System.Byte[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Clear", - "Parameters": [], "ReturnType": "System.Void" } - ], - "Constructors": [] + ] }, "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Byte" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Administrators": "System.Collections.Generic.IList`1[System.String]", "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", @@ -51363,17 +31497,13 @@ "SmbServerName": "System.String", "ResourceGroupName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -51388,15 +31518,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -51404,56 +31531,39 @@ "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnabled": "System.Nullable`1[System.Boolean]", "BackupsCount": "System.Nullable`1[System.Int32]", "VolumeName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -51468,39 +31578,32 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -51515,38 +31618,31 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", "UsedBytes": "System.Nullable`1[System.Int64]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -51561,22 +31657,19 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -51584,17 +31677,13 @@ "UsedBytes": "System.Nullable`1[System.Int64]", "DaysOfMonth": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -51609,22 +31698,19 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -51632,17 +31718,13 @@ "UsedBytes": "System.Nullable`1[System.Int64]", "Day": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -51657,15 +31739,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] } diff --git a/tools/Tools.Common/SerializedCmdlets/Az.OperationalInsights.json b/tools/Tools.Common/SerializedCmdlets/Az.OperationalInsights.json index 8e7308a5047f..734951b6a649 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.OperationalInsights.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.OperationalInsights.json @@ -1,5 +1,6 @@ { - "ProcessedTypes": {}, + "ModuleName": "Az.OperationalInsights", + "ModuleVersion": "2.3.1", "Cmdlets": [ { "VerbName": "Disable", @@ -8,7 +9,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.DisableAzureOperationalInsightsIISLogCollectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -25,17 +25,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -50,15 +46,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -75,8 +68,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -88,7 +80,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -106,97 +97,26 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -215,21 +135,8 @@ "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 } ], @@ -240,7 +147,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -258,61 +164,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -337,21 +190,8 @@ "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, @@ -367,20 +207,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -391,20 +222,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -429,21 +251,8 @@ "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, @@ -473,21 +282,8 @@ "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, @@ -497,8 +293,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Disable", @@ -507,7 +302,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.DisableAzureOperationalInsightsLinuxCustomLogCollectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -524,17 +318,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -549,15 +339,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -574,8 +361,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -587,7 +373,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -605,97 +390,26 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -714,21 +428,8 @@ "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 } ], @@ -739,7 +440,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -757,61 +457,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -836,21 +483,8 @@ "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, @@ -866,20 +500,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -890,20 +515,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -928,21 +544,8 @@ "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, @@ -972,21 +575,8 @@ "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, @@ -996,8 +586,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Disable", @@ -1006,7 +595,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.DisableAzureOperationalInsightsLinuxPerformanceCollectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -1023,17 +611,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1048,15 +632,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -1073,8 +654,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -1086,7 +666,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -1104,97 +683,26 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1213,21 +721,8 @@ "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 } ], @@ -1238,7 +733,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -1256,61 +750,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1335,21 +776,8 @@ "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, @@ -1365,20 +793,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1389,20 +808,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1427,21 +837,8 @@ "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, @@ -1471,21 +868,8 @@ "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, @@ -1495,8 +879,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Disable", @@ -1505,7 +888,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.DisableAzureOperationalInsightsLinuxSyslogCollectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -1522,17 +904,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1547,15 +925,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -1572,8 +947,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -1585,7 +959,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -1603,97 +976,26 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1712,21 +1014,8 @@ "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 } ], @@ -1737,7 +1026,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -1755,61 +1043,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1834,21 +1069,8 @@ "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, @@ -1864,20 +1086,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1888,20 +1101,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1926,21 +1130,8 @@ "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, @@ -1970,21 +1161,8 @@ "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, @@ -1994,8 +1172,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Enable", @@ -2004,7 +1181,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.EnableAzureOperationalInsightsIISLogCollectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -2021,17 +1197,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2046,15 +1218,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -2071,8 +1240,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -2084,7 +1252,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -2102,97 +1269,26 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2211,21 +1307,8 @@ "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 } ], @@ -2236,7 +1319,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -2254,61 +1336,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2333,21 +1362,8 @@ "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, @@ -2363,20 +1379,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2387,20 +1394,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2425,21 +1423,8 @@ "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, @@ -2469,21 +1454,8 @@ "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, @@ -2493,8 +1465,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Enable", @@ -2503,7 +1474,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.EnableAzureOperationalInsightsLinuxCustomLogCollectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -2520,17 +1490,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2545,15 +1511,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -2570,8 +1533,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -2583,7 +1545,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -2601,97 +1562,26 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2710,21 +1600,8 @@ "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 } ], @@ -2735,7 +1612,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -2753,61 +1629,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2832,21 +1655,8 @@ "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, @@ -2862,20 +1672,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2886,20 +1687,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2924,21 +1716,8 @@ "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, @@ -2968,21 +1747,8 @@ "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, @@ -2992,8 +1758,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Enable", @@ -3002,7 +1767,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.EnableAzureOperationalInsightsLinuxPerformanceCollectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -3019,17 +1783,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3044,15 +1804,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -3069,8 +1826,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -3082,7 +1838,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -3100,97 +1855,26 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3209,21 +1893,8 @@ "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 } ], @@ -3234,7 +1905,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -3252,61 +1922,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3331,21 +1948,8 @@ "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, @@ -3361,20 +1965,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3385,20 +1980,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3423,21 +2009,8 @@ "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, @@ -3467,21 +2040,8 @@ "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, @@ -3491,8 +2051,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Enable", @@ -3501,7 +2060,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.EnableAzureOperationalInsightsLinuxSyslogCollectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -3518,17 +2076,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3543,15 +2097,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -3568,8 +2119,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -3581,7 +2131,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -3599,97 +2148,26 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3708,21 +2186,8 @@ "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 } ], @@ -3733,7 +2198,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -3751,61 +2215,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3830,21 +2241,8 @@ "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, @@ -3860,20 +2258,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3884,20 +2273,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3922,21 +2302,8 @@ "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, @@ -3966,21 +2333,8 @@ "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, @@ -3990,8 +2344,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4000,7 +2353,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.Clusters.GetAzureOperationalInsightsClusterCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -4022,22 +2374,17 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "getCluster", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.OperationalInsights.Models.Cluster" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4052,15 +2399,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -4109,8 +2453,7 @@ "Name": "keyVaultProperties", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -4119,8 +2462,7 @@ "Name": "cluster", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4132,38 +2474,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -4182,21 +2506,8 @@ "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 } ], @@ -4207,20 +2518,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4231,20 +2533,11 @@ { "ParameterMetadata": { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4269,21 +2562,8 @@ "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, @@ -4293,8 +2573,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4303,7 +2582,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsDataSourceCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceNameByKind", "OutputTypes": [ @@ -4320,17 +2598,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4345,15 +2619,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -4370,8 +2641,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4383,7 +2653,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -4401,129 +2670,43 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "AzureAuditLog", @@ -4535,8 +2718,6 @@ "WindowsPerformanceCounter", "ApplicationInsights" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -4555,21 +2736,8 @@ "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 } ], @@ -4580,7 +2748,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -4598,61 +2765,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4663,20 +2777,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4701,21 +2806,8 @@ "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, @@ -4731,7 +2823,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -4749,61 +2840,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4814,16 +2852,10 @@ { "ParameterMetadata": { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "AzureAuditLog", @@ -4835,8 +2867,6 @@ "WindowsPerformanceCounter", "ApplicationInsights" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4861,21 +2891,8 @@ "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, @@ -4891,20 +2908,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4915,20 +2923,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4939,20 +2938,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4977,21 +2967,8 @@ "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, @@ -5007,20 +2984,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5031,20 +2999,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5055,16 +3014,10 @@ { "ParameterMetadata": { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "AzureAuditLog", @@ -5076,8 +3029,6 @@ "WindowsPerformanceCounter", "ApplicationInsights" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5102,21 +3053,8 @@ "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, @@ -5146,21 +3084,8 @@ "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, @@ -5170,8 +3095,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5180,7 +3104,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.Workspaces.GetAzureOperationalInsightsDeletedWorkspaceCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5203,17 +3126,13 @@ "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5228,15 +3147,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -5249,8 +3165,7 @@ "Name": "resourceGroupName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5262,20 +3177,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5294,21 +3200,8 @@ "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 } ], @@ -5319,20 +3212,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5357,21 +3241,8 @@ "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, @@ -5381,8 +3252,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5391,7 +3261,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsIntelligencePacksCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5404,17 +3273,13 @@ "Enabled": "System.Boolean", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5429,15 +3294,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -5450,8 +3312,7 @@ "Name": "enabled", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5463,20 +3324,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5487,16 +3339,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5515,21 +3359,8 @@ "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 } ], @@ -5540,20 +3371,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5570,16 +3392,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5604,21 +3418,8 @@ "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, @@ -5640,7 +3441,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.Workspaces.GetAzureOperationalInsightsLinkedServiceCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5658,22 +3458,17 @@ "WriteAccessResourceId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "getLinkedService", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.OperationalInsights.Models.LinkedService" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5688,15 +3483,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -5729,8 +3521,7 @@ "Name": "tags", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -5739,8 +3530,7 @@ "Name": "service", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5752,56 +3542,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "LinkedServiceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5820,21 +3583,8 @@ "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 } ], @@ -5845,20 +3595,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5869,20 +3610,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5893,20 +3625,11 @@ { "ParameterMetadata": { "Name": "LinkedServiceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5931,21 +3654,8 @@ "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, @@ -5955,8 +3665,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5965,7 +3674,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsLinkedStorageAccountCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5981,8 +3689,6 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "getDataSourceType", @@ -5996,12 +3702,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6016,7 +3720,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -6044,8 +3747,7 @@ "Name": "storageAccountIds", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -6054,8 +3756,7 @@ "Name": "resource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6067,59 +3768,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DataSourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CustomLogs", "AzureWatson" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -6137,22 +3812,9 @@ "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": [] + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -6163,20 +3825,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6187,20 +3840,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6211,23 +3855,15 @@ { "ParameterMetadata": { "Name": "DataSourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CustomLogs", "AzureWatson" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6252,21 +3888,8 @@ "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, @@ -6276,8 +3899,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6286,7 +3908,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsSavedSearchCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -6298,17 +3919,13 @@ "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6323,15 +3940,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -6340,8 +3954,7 @@ "Name": "searchResponse", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6359,17 +3972,13 @@ "ETag": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6384,15 +3993,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -6401,8 +4007,7 @@ "Name": "response", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6414,20 +4019,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6438,34 +4034,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SavedSearchId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6484,21 +4063,8 @@ "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 } ], @@ -6509,20 +4075,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6539,16 +4096,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6559,20 +4108,11 @@ { "ParameterMetadata": { "Name": "SavedSearchId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6597,21 +4137,8 @@ "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, @@ -6621,8 +4148,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6631,7 +4157,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsSchemaCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -6644,17 +4169,13 @@ "Metadata": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchMetadata", "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6669,15 +4190,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -6686,8 +4204,7 @@ "Name": "response", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6699,20 +4216,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6723,16 +4231,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6751,21 +4251,8 @@ "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 } ], @@ -6776,20 +4263,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6806,16 +4284,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6840,21 +4310,8 @@ "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, @@ -6864,8 +4321,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6874,7 +4330,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsStorageInsightCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -6893,17 +4348,13 @@ "StorageAccountResourceId": "System.String", "State": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6918,15 +4369,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -6943,8 +4391,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6956,7 +4403,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -6974,115 +4420,35 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7101,21 +4467,8 @@ "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 } ], @@ -7126,7 +4479,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -7144,61 +4496,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7209,20 +4508,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7247,21 +4537,8 @@ "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, @@ -7277,20 +4554,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7301,20 +4569,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7325,20 +4584,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7363,21 +4613,8 @@ "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, @@ -7393,20 +4630,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7431,21 +4659,8 @@ "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, @@ -7455,8 +4670,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -7465,7 +4679,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsWorkspaceCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -7488,17 +4701,13 @@ "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7513,15 +4722,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -7534,8 +4740,7 @@ "Name": "resourceGroupName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -7547,38 +4752,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7597,21 +4784,8 @@ "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 } ], @@ -7622,20 +4796,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7646,20 +4811,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7684,21 +4840,8 @@ "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, @@ -7708,8 +4851,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -7718,7 +4860,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsWorkspaceManagementGroupsCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -7737,17 +4878,13 @@ "Sku": "System.String", "Version": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7762,15 +4899,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -7779,8 +4913,7 @@ "Name": "managementGroup", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -7792,38 +4925,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7842,21 +4957,8 @@ "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 } ], @@ -7867,20 +4969,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7891,20 +4984,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7929,21 +5013,8 @@ "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, @@ -7965,7 +5036,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsWorkspaceSharedKeysCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -7978,17 +5048,13 @@ "PrimarySharedKey": "System.String", "SecondarySharedKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8003,15 +5069,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -8020,8 +5083,7 @@ "Name": "keys", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -8033,38 +5095,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -8083,21 +5127,8 @@ "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 } ], @@ -8108,20 +5139,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8132,20 +5154,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8170,21 +5183,8 @@ "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, @@ -8206,7 +5206,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsWorkspaceUsageCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -8224,17 +5223,13 @@ "Unit": "System.String", "QuotaPeriod": "System.TimeSpan" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8249,15 +5244,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -8266,8 +5258,7 @@ "Name": "metric", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -8279,38 +5270,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -8329,21 +5302,8 @@ "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 } ], @@ -8354,20 +5314,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8378,20 +5329,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8416,21 +5358,8 @@ "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, @@ -8440,8 +5369,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Invoke", @@ -8450,7 +5378,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.Query.InvokeOperationalInsightsQuery", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceId", "OutputTypes": [ @@ -8464,17 +5391,13 @@ "Render": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Results": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.PSObject]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8489,11 +5412,9 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "ParameterSets": [ "__AllParameterSets" @@ -8503,25 +5424,15 @@ "Parameters": [ { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -8539,173 +5450,70 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Timespan", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Wait", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false }, { "Name": "IncludeRender", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "IncludeStatistics", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -8724,21 +5532,8 @@ "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 } ], @@ -8749,20 +5544,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8773,20 +5559,11 @@ { "ParameterMetadata": { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8797,22 +5574,14 @@ { "ParameterMetadata": { "Name": "Timespan", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8823,20 +5592,14 @@ { "ParameterMetadata": { "Name": "Wait", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false @@ -8849,20 +5612,11 @@ { "ParameterMetadata": { "Name": "IncludeRender", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8873,20 +5627,11 @@ { "ParameterMetadata": { "Name": "IncludeStatistics", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8897,20 +5642,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8935,21 +5671,8 @@ "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, @@ -8965,7 +5688,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -8983,61 +5705,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9048,20 +5717,11 @@ { "ParameterMetadata": { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9072,22 +5732,14 @@ { "ParameterMetadata": { "Name": "Timespan", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9098,20 +5750,14 @@ { "ParameterMetadata": { "Name": "Wait", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false @@ -9124,20 +5770,11 @@ { "ParameterMetadata": { "Name": "IncludeRender", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9148,20 +5785,11 @@ { "ParameterMetadata": { "Name": "IncludeStatistics", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9172,20 +5800,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9210,21 +5829,8 @@ "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, @@ -9240,20 +5846,11 @@ { "ParameterMetadata": { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9264,22 +5861,14 @@ { "ParameterMetadata": { "Name": "Timespan", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9290,20 +5879,14 @@ { "ParameterMetadata": { "Name": "Wait", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false @@ -9316,20 +5899,11 @@ { "ParameterMetadata": { "Name": "IncludeRender", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9340,20 +5914,11 @@ { "ParameterMetadata": { "Name": "IncludeStatistics", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9364,20 +5929,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9402,21 +5958,8 @@ "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, @@ -9426,8 +5969,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -9436,7 +5978,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsApplicationInsightsDataSourceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -9453,17 +5994,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9478,15 +6015,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -9503,8 +6037,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -9516,7 +6049,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -9534,187 +6066,71 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ApplicationSubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ApplicationResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ApplicationName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ApplicationResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -9733,21 +6149,8 @@ "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 } ], @@ -9758,7 +6161,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -9776,61 +6178,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9841,20 +6190,11 @@ { "ParameterMetadata": { "Name": "ApplicationSubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9865,20 +6205,11 @@ { "ParameterMetadata": { "Name": "ApplicationResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9889,20 +6220,11 @@ { "ParameterMetadata": { "Name": "ApplicationName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9913,20 +6235,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9951,21 +6264,8 @@ "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, @@ -9981,7 +6281,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -9999,61 +6298,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10064,20 +6310,11 @@ { "ParameterMetadata": { "Name": "ApplicationResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10088,20 +6325,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10126,21 +6354,8 @@ "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, @@ -10156,20 +6371,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10180,20 +6386,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10204,20 +6401,11 @@ { "ParameterMetadata": { "Name": "ApplicationSubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10228,20 +6416,11 @@ { "ParameterMetadata": { "Name": "ApplicationResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10252,20 +6431,11 @@ { "ParameterMetadata": { "Name": "ApplicationName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10276,20 +6446,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10314,21 +6475,8 @@ "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, @@ -10344,20 +6492,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10368,20 +6507,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10392,20 +6522,11 @@ { "ParameterMetadata": { "Name": "ApplicationResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10416,20 +6537,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10454,21 +6566,8 @@ "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, @@ -10484,20 +6583,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10522,21 +6612,8 @@ "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, @@ -10546,8 +6623,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -10556,7 +6632,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsAzureActivityLogDataSourceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -10573,17 +6648,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10598,15 +6669,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -10623,8 +6691,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -10636,7 +6703,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -10654,169 +6720,62 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "BackfillStartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -10835,21 +6794,8 @@ "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 } ], @@ -10860,7 +6806,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -10878,61 +6823,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10943,20 +6835,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10967,20 +6850,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10991,20 +6865,11 @@ { "ParameterMetadata": { "Name": "BackfillStartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11015,20 +6880,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11053,21 +6909,8 @@ "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, @@ -11083,20 +6926,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11107,20 +6941,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11131,20 +6956,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11155,20 +6971,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11179,20 +6986,11 @@ { "ParameterMetadata": { "Name": "BackfillStartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11203,20 +7001,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11241,21 +7030,8 @@ "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, @@ -11271,20 +7047,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11295,20 +7062,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11319,20 +7077,11 @@ { "ParameterMetadata": { "Name": "BackfillStartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11343,20 +7092,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11381,21 +7121,8 @@ "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, @@ -11417,7 +7144,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.Clusters.NewAzureOperationalInsightsClusterCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -11439,22 +7165,17 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "getCluster", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.OperationalInsights.Models.Cluster" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11469,15 +7190,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -11526,8 +7244,7 @@ "Name": "keyVaultProperties", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -11536,8 +7253,7 @@ "Name": "cluster", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -11549,151 +7265,81 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "SystemAssigned", "None" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CapacityReservation" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -11712,21 +7358,8 @@ "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 } ], @@ -11737,20 +7370,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11761,20 +7385,11 @@ { "ParameterMetadata": { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11785,20 +7400,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11809,23 +7415,15 @@ { "ParameterMetadata": { "Name": "IdentityType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "SystemAssigned", "None" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11836,22 +7434,14 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CapacityReservation" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11862,20 +7452,11 @@ { "ParameterMetadata": { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11886,20 +7467,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11910,20 +7482,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11948,21 +7511,8 @@ "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, @@ -11972,8 +7522,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -11982,7 +7531,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsComputerGroupCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -11990,12 +7538,7 @@ "Type": { "Namespace": "System.Net", "Name": "System.Net.HttpStatusCode", - "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ParameterSets": [ "__AllParameterSets" @@ -12005,20 +7548,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12029,124 +7563,62 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SavedSearchId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Category", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -12165,21 +7637,8 @@ "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 } ], @@ -12190,20 +7649,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12220,16 +7670,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12240,20 +7682,11 @@ { "ParameterMetadata": { "Name": "SavedSearchId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12264,20 +7697,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12288,20 +7712,11 @@ { "ParameterMetadata": { "Name": "Category", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12312,20 +7727,11 @@ { "ParameterMetadata": { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12336,20 +7742,11 @@ { "ParameterMetadata": { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -12360,20 +7757,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12398,21 +7786,8 @@ "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, @@ -12422,8 +7797,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -12432,7 +7806,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsCustomLogDataSourceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -12449,17 +7822,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12474,15 +7843,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -12499,8 +7865,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -12512,7 +7877,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -12530,151 +7894,53 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CustomLogRawJson", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -12693,21 +7959,8 @@ "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 } ], @@ -12718,7 +7971,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -12736,61 +7988,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -12801,20 +8000,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12825,20 +8015,11 @@ { "ParameterMetadata": { "Name": "CustomLogRawJson", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12849,20 +8030,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12887,21 +8059,8 @@ "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, @@ -12917,20 +8076,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12941,20 +8091,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12965,20 +8106,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12989,20 +8121,11 @@ { "ParameterMetadata": { "Name": "CustomLogRawJson", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13013,20 +8136,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13051,21 +8165,8 @@ "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, @@ -13081,20 +8182,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13105,20 +8197,11 @@ { "ParameterMetadata": { "Name": "CustomLogRawJson", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13129,20 +8212,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13167,21 +8241,8 @@ "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, @@ -13191,8 +8252,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -13201,7 +8261,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsLinkedStorageAccountCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -13217,8 +8276,6 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "getDataSourceType", @@ -13232,12 +8289,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -13252,7 +8307,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -13280,8 +8334,7 @@ "Name": "storageAccountIds", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -13290,8 +8343,7 @@ "Name": "resource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -13303,95 +8355,52 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DataSourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CustomLogs", "AzureWatson" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "StorageAccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -13410,21 +8419,8 @@ "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 } ], @@ -13435,20 +8431,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13459,20 +8446,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13483,23 +8461,15 @@ { "ParameterMetadata": { "Name": "DataSourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CustomLogs", "AzureWatson" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13510,20 +8480,12 @@ { "ParameterMetadata": { "Name": "StorageAccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13534,20 +8496,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13572,21 +8525,8 @@ "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, @@ -13596,8 +8536,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -13606,7 +8545,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsLinuxPerformanceObjectDataSourceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -13623,17 +8561,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -13648,15 +8582,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -13673,8 +8604,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -13686,7 +8616,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -13704,205 +8633,81 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ObjectName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CounterNames", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InstanceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IntervalSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -13921,21 +8726,8 @@ "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 } ], @@ -13946,7 +8738,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -13964,61 +8755,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -14029,20 +8767,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14053,20 +8782,11 @@ { "ParameterMetadata": { "Name": "ObjectName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14077,20 +8797,12 @@ { "ParameterMetadata": { "Name": "CounterNames", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14101,20 +8813,11 @@ { "ParameterMetadata": { "Name": "InstanceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14125,20 +8828,11 @@ { "ParameterMetadata": { "Name": "IntervalSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14149,20 +8843,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14187,21 +8872,8 @@ "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, @@ -14217,20 +8889,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14241,20 +8904,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14265,20 +8919,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14289,20 +8934,11 @@ { "ParameterMetadata": { "Name": "ObjectName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14313,20 +8949,12 @@ { "ParameterMetadata": { "Name": "CounterNames", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14337,20 +8965,11 @@ { "ParameterMetadata": { "Name": "InstanceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14361,20 +8980,11 @@ { "ParameterMetadata": { "Name": "IntervalSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14385,20 +8995,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14423,21 +9024,8 @@ "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, @@ -14453,20 +9041,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14477,20 +9056,11 @@ { "ParameterMetadata": { "Name": "ObjectName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14501,20 +9071,12 @@ { "ParameterMetadata": { "Name": "CounterNames", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14525,20 +9087,11 @@ { "ParameterMetadata": { "Name": "InstanceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14549,20 +9102,11 @@ { "ParameterMetadata": { "Name": "IntervalSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14573,20 +9117,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14611,21 +9146,8 @@ "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, @@ -14635,8 +9157,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -14645,7 +9166,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsLinuxSyslogDataSourceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -14662,17 +9182,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -14687,15 +9203,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -14712,8 +9225,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -14725,313 +9237,142 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", - "CustomerId": "System.Nullable`1[System.Guid]", - "retentionInDays": "System.Nullable`1[System.Int32]", - "Name": "System.String", - "ResourceId": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Sku": "System.String", - "ProvisioningState": "System.String", - "PublicNetworkAccessForIngestion": "System.String", - "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", + "CustomerId": "System.Nullable`1[System.Guid]", + "retentionInDays": "System.Nullable`1[System.Int32]", + "Name": "System.String", + "ResourceId": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Sku": "System.String", + "ProvisioningState": "System.String", + "PublicNetworkAccessForIngestion": "System.String", + "PublicNetworkAccessForQuery": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Facility", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CollectEmergency", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CollectAlert", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CollectCritical", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CollectError", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CollectWarning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CollectNotice", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CollectDebug", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CollectInformational", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -15050,21 +9391,8 @@ "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 } ], @@ -15075,7 +9403,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -15093,61 +9420,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -15158,20 +9432,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15182,20 +9447,11 @@ { "ParameterMetadata": { "Name": "Facility", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15206,20 +9462,11 @@ { "ParameterMetadata": { "Name": "CollectEmergency", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15230,20 +9477,11 @@ { "ParameterMetadata": { "Name": "CollectAlert", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15254,20 +9492,11 @@ { "ParameterMetadata": { "Name": "CollectCritical", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15278,20 +9507,11 @@ { "ParameterMetadata": { "Name": "CollectError", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15302,20 +9522,11 @@ { "ParameterMetadata": { "Name": "CollectWarning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15326,20 +9537,11 @@ { "ParameterMetadata": { "Name": "CollectNotice", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15350,20 +9552,11 @@ { "ParameterMetadata": { "Name": "CollectDebug", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15374,20 +9567,11 @@ { "ParameterMetadata": { "Name": "CollectInformational", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15398,20 +9582,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15436,21 +9611,8 @@ "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, @@ -15466,20 +9628,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15490,20 +9643,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15514,20 +9658,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15538,20 +9673,11 @@ { "ParameterMetadata": { "Name": "Facility", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15562,20 +9688,11 @@ { "ParameterMetadata": { "Name": "CollectEmergency", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15586,20 +9703,11 @@ { "ParameterMetadata": { "Name": "CollectAlert", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15610,20 +9718,11 @@ { "ParameterMetadata": { "Name": "CollectCritical", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15634,20 +9733,11 @@ { "ParameterMetadata": { "Name": "CollectError", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15658,20 +9748,11 @@ { "ParameterMetadata": { "Name": "CollectWarning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15682,20 +9763,11 @@ { "ParameterMetadata": { "Name": "CollectNotice", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15706,20 +9778,11 @@ { "ParameterMetadata": { "Name": "CollectDebug", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15730,20 +9793,11 @@ { "ParameterMetadata": { "Name": "CollectInformational", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15754,20 +9808,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15792,21 +9837,8 @@ "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, @@ -15822,20 +9854,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15846,20 +9869,11 @@ { "ParameterMetadata": { "Name": "Facility", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15870,20 +9884,11 @@ { "ParameterMetadata": { "Name": "CollectEmergency", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15894,20 +9899,11 @@ { "ParameterMetadata": { "Name": "CollectAlert", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15918,20 +9914,11 @@ { "ParameterMetadata": { "Name": "CollectCritical", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15942,20 +9929,11 @@ { "ParameterMetadata": { "Name": "CollectError", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15966,20 +9944,11 @@ { "ParameterMetadata": { "Name": "CollectWarning", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15990,20 +9959,11 @@ { "ParameterMetadata": { "Name": "CollectNotice", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16014,20 +9974,11 @@ { "ParameterMetadata": { "Name": "CollectDebug", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16038,20 +9989,11 @@ { "ParameterMetadata": { "Name": "CollectInformational", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16062,20 +10004,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16100,21 +10033,8 @@ "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, @@ -16124,8 +10044,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -16134,7 +10053,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsSavedSearchCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -16142,12 +10060,7 @@ "Type": { "Namespace": "System.Net", "Name": "System.Net.HttpStatusCode", - "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ParameterSets": [ "__AllParameterSets" @@ -16157,20 +10070,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -16181,142 +10085,71 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SavedSearchId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Category", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "FunctionAlias", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -16327,34 +10160,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -16373,21 +10189,8 @@ "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 } ], @@ -16398,20 +10201,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16428,16 +10222,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16448,20 +10234,11 @@ { "ParameterMetadata": { "Name": "SavedSearchId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16472,20 +10249,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16496,20 +10264,11 @@ { "ParameterMetadata": { "Name": "Category", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16520,20 +10279,11 @@ { "ParameterMetadata": { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16544,20 +10294,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16568,20 +10309,11 @@ { "ParameterMetadata": { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16592,20 +10324,11 @@ { "ParameterMetadata": { "Name": "FunctionAlias", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -16622,16 +10345,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16642,20 +10357,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16680,21 +10386,8 @@ "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, @@ -16704,8 +10397,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -16714,7 +10406,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsStorageInsightCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -16733,17 +10424,13 @@ "StorageAccountResourceId": "System.String", "State": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -16758,15 +10445,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -16783,8 +10467,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -16796,7 +10479,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -16814,205 +10496,82 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "StorageAccountResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "StorageAccountKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tables", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Containers", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -17031,21 +10590,8 @@ "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 } ], @@ -17056,7 +10602,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -17074,61 +10619,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17139,20 +10631,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17163,20 +10646,11 @@ { "ParameterMetadata": { "Name": "StorageAccountResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17187,20 +10661,11 @@ { "ParameterMetadata": { "Name": "StorageAccountKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17211,20 +10676,12 @@ { "ParameterMetadata": { "Name": "Tables", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17235,20 +10692,12 @@ { "ParameterMetadata": { "Name": "Containers", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17259,20 +10708,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17297,21 +10737,8 @@ "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, @@ -17327,20 +10754,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17351,20 +10769,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17375,20 +10784,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17399,20 +10799,11 @@ { "ParameterMetadata": { "Name": "StorageAccountResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17423,20 +10814,11 @@ { "ParameterMetadata": { "Name": "StorageAccountKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17447,20 +10829,12 @@ { "ParameterMetadata": { "Name": "Tables", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17471,20 +10845,12 @@ { "ParameterMetadata": { "Name": "Containers", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17495,20 +10861,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17533,21 +10890,8 @@ "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, @@ -17563,20 +10907,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17587,20 +10922,11 @@ { "ParameterMetadata": { "Name": "StorageAccountResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17611,20 +10937,11 @@ { "ParameterMetadata": { "Name": "StorageAccountKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17635,20 +10952,12 @@ { "ParameterMetadata": { "Name": "Tables", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17659,20 +10968,12 @@ { "ParameterMetadata": { "Name": "Containers", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17683,20 +10984,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17721,21 +11013,8 @@ "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, @@ -17745,8 +11024,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -17755,7 +11033,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsWindowsEventDataSourceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -17772,17 +11049,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17797,15 +11070,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -17822,8 +11092,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -17835,7 +11104,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -17849,209 +11117,84 @@ "ResourceId": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", - "Sku": "System.String", - "ProvisioningState": "System.String", - "PublicNetworkAccessForIngestion": "System.String", - "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Sku": "System.String", + "ProvisioningState": "System.String", + "PublicNetworkAccessForIngestion": "System.String", + "PublicNetworkAccessForQuery": "System.String" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EventLogName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CollectErrors", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CollectWarnings", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "CollectInformation", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -18070,21 +11213,8 @@ "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 } ], @@ -18095,7 +11225,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -18113,61 +11242,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18178,20 +11254,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18202,20 +11269,11 @@ { "ParameterMetadata": { "Name": "EventLogName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18226,20 +11284,11 @@ { "ParameterMetadata": { "Name": "CollectErrors", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18250,20 +11299,11 @@ { "ParameterMetadata": { "Name": "CollectWarnings", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18274,20 +11314,11 @@ { "ParameterMetadata": { "Name": "CollectInformation", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18298,20 +11329,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18336,21 +11358,8 @@ "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, @@ -18366,20 +11375,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18390,20 +11390,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18414,20 +11405,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18438,20 +11420,11 @@ { "ParameterMetadata": { "Name": "EventLogName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18462,20 +11435,11 @@ { "ParameterMetadata": { "Name": "CollectErrors", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18486,20 +11450,11 @@ { "ParameterMetadata": { "Name": "CollectWarnings", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18510,20 +11465,11 @@ { "ParameterMetadata": { "Name": "CollectInformation", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18534,20 +11480,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18572,21 +11509,8 @@ "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, @@ -18602,20 +11526,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18626,20 +11541,11 @@ { "ParameterMetadata": { "Name": "EventLogName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18650,20 +11556,11 @@ { "ParameterMetadata": { "Name": "CollectErrors", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18674,20 +11571,11 @@ { "ParameterMetadata": { "Name": "CollectWarnings", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18698,20 +11586,11 @@ { "ParameterMetadata": { "Name": "CollectInformation", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18722,20 +11601,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18760,21 +11630,8 @@ "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, @@ -18784,8 +11641,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -18794,7 +11650,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsWindowsPerformanceCounterDataSourceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -18811,17 +11666,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -18836,15 +11687,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -18861,8 +11709,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -18874,7 +11721,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -18892,223 +11738,89 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ObjectName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "CounterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InstanceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IntervalSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "UseLegacyCollector", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -19127,21 +11839,8 @@ "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 } ], @@ -19152,7 +11851,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -19170,61 +11868,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19235,20 +11880,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19259,20 +11895,11 @@ { "ParameterMetadata": { "Name": "ObjectName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19283,20 +11910,11 @@ { "ParameterMetadata": { "Name": "CounterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19307,20 +11925,11 @@ { "ParameterMetadata": { "Name": "InstanceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19331,20 +11940,11 @@ { "ParameterMetadata": { "Name": "IntervalSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19355,20 +11955,11 @@ { "ParameterMetadata": { "Name": "UseLegacyCollector", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19379,20 +11970,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19417,21 +11999,8 @@ "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, @@ -19447,20 +12016,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19471,20 +12031,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19495,20 +12046,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19519,20 +12061,11 @@ { "ParameterMetadata": { "Name": "ObjectName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19543,20 +12076,11 @@ { "ParameterMetadata": { "Name": "CounterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19567,20 +12091,11 @@ { "ParameterMetadata": { "Name": "InstanceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19591,20 +12106,11 @@ { "ParameterMetadata": { "Name": "IntervalSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19615,20 +12121,11 @@ { "ParameterMetadata": { "Name": "UseLegacyCollector", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19639,20 +12136,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19677,21 +12165,8 @@ "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, @@ -19707,20 +12182,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19731,20 +12197,11 @@ { "ParameterMetadata": { "Name": "ObjectName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19755,20 +12212,11 @@ { "ParameterMetadata": { "Name": "CounterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19779,20 +12227,11 @@ { "ParameterMetadata": { "Name": "InstanceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19803,20 +12242,11 @@ { "ParameterMetadata": { "Name": "IntervalSeconds", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -19827,20 +12257,11 @@ { "ParameterMetadata": { "Name": "UseLegacyCollector", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19851,20 +12272,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19889,21 +12301,8 @@ "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, @@ -19913,8 +12312,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -19923,7 +12321,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.NewAzureOperationalInsightsWorkspaceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -19946,17 +12343,13 @@ "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -19971,15 +12364,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -19992,8 +12382,7 @@ "Name": "resourceGroupName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -20005,130 +12394,68 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "RetentionInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -20147,57 +12474,26 @@ "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 }, { "Name": "PublicNetworkAccessForIngestion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PublicNetworkAccessForQuery", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false } ], @@ -20208,20 +12504,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20232,20 +12519,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20256,20 +12534,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20280,20 +12549,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20304,20 +12564,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20328,22 +12579,14 @@ { "ParameterMetadata": { "Name": "RetentionInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -20354,20 +12597,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20392,21 +12626,8 @@ "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, @@ -20417,20 +12638,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccessForIngestion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20441,20 +12653,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccessForQuery", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20464,8 +12667,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -20474,7 +12676,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.Clusters.RemoveAzureOperationalInsightsClusterCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -20482,12 +12683,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -20497,56 +12693,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -20565,21 +12734,8 @@ "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 } ], @@ -20590,20 +12746,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20614,20 +12761,11 @@ { "ParameterMetadata": { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20638,20 +12776,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20676,21 +12805,8 @@ "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, @@ -20700,8 +12816,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -20710,7 +12825,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.RemoveAzureOperationalInsightsDataSourceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -20718,12 +12832,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -20733,7 +12842,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -20751,133 +12859,44 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -20896,21 +12915,8 @@ "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 } ], @@ -20921,7 +12927,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -20939,61 +12944,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -21004,20 +12956,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21028,20 +12971,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21066,21 +13000,8 @@ "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, @@ -21096,20 +13017,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21120,20 +13032,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21144,20 +13047,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21168,20 +13062,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21206,21 +13091,8 @@ "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, @@ -21236,20 +13108,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21260,20 +13123,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21298,21 +13152,8 @@ "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, @@ -21322,8 +13163,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -21332,7 +13172,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.Clusters.RemoveAzureOperationalInsightsLinkedServiceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -21340,12 +13179,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -21355,74 +13189,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "LinkedServiceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -21441,21 +13239,8 @@ "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 } ], @@ -21466,20 +13251,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21490,20 +13266,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21514,20 +13281,11 @@ { "ParameterMetadata": { "Name": "LinkedServiceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21538,20 +13296,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21576,21 +13325,8 @@ "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, @@ -21600,8 +13336,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -21610,7 +13345,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.RemoveAzureOperationalInsightsLinkedStorageAccountCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -21618,12 +13352,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -21633,77 +13362,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DataSourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CustomLogs", "AzureWatson" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -21722,21 +13416,8 @@ "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 } ], @@ -21747,20 +13428,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21771,20 +13443,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21795,23 +13458,15 @@ { "ParameterMetadata": { "Name": "DataSourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CustomLogs", "AzureWatson" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21822,20 +13477,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21860,21 +13506,8 @@ "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, @@ -21884,8 +13517,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -21894,7 +13526,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.RemoveAzureOperationalInsightsSavedSearchCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -21902,12 +13533,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -21917,20 +13543,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -21941,34 +13558,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SavedSearchId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -21987,21 +13587,8 @@ "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 } ], @@ -22012,20 +13599,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22042,16 +13620,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22062,20 +13632,11 @@ { "ParameterMetadata": { "Name": "SavedSearchId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22100,21 +13661,8 @@ "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, @@ -22124,8 +13672,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -22134,7 +13681,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.RemoveAzureOperationalInsightsStorageInsightCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -22142,12 +13688,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -22157,7 +13698,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -22175,133 +13715,44 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -22320,21 +13771,8 @@ "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 } ], @@ -22345,7 +13783,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -22363,61 +13800,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -22428,20 +13812,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22452,20 +13827,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22490,21 +13856,8 @@ "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, @@ -22520,20 +13873,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22544,20 +13888,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22568,20 +13903,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22592,20 +13918,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22630,21 +13947,8 @@ "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, @@ -22660,20 +13964,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22684,20 +13979,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22722,21 +14008,8 @@ "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, @@ -22746,8 +14019,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -22756,7 +14028,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.RemoveAzureOperationalInsightsWorkspaceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -22764,12 +14035,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -22779,74 +14045,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ForceDelete", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -22865,21 +14095,8 @@ "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 } ], @@ -22890,20 +14107,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22914,20 +14122,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22938,20 +14137,11 @@ { "ParameterMetadata": { "Name": "ForceDelete", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22962,20 +14152,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23000,21 +14181,8 @@ "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, @@ -23024,8 +14192,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Restore", @@ -23034,7 +14201,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.RestoreAzureOperationalInsightsWorkspaceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -23057,17 +14223,13 @@ "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -23082,15 +14244,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -23103,8 +14262,7 @@ "Name": "resourceGroupName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -23116,74 +14274,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -23202,21 +14324,8 @@ "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 } ], @@ -23227,20 +14336,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23251,20 +14351,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23275,20 +14366,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23299,20 +14381,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23337,21 +14410,8 @@ "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, @@ -23361,8 +14421,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -23371,7 +14430,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.SetAzureOperationalInsightsDataSourceCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -23388,17 +14446,13 @@ "WorkspaceName": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -23413,15 +14467,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -23438,8 +14489,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -23451,7 +14501,6 @@ "Parameters": [ { "Name": "DataSource", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", @@ -23463,65 +14512,8 @@ "ResourceGroupName": "System.String", "WorkspaceName": "System.String", "Kind": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "dataSource", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workspaceName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -23540,21 +14532,8 @@ "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 } ], @@ -23565,7 +14544,6 @@ { "ParameterMetadata": { "Name": "DataSource", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", @@ -23577,65 +14555,8 @@ "ResourceGroupName": "System.String", "WorkspaceName": "System.String", "Kind": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "dataSource", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workspaceName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23660,21 +14581,8 @@ "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, @@ -23684,8 +14592,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -23694,7 +14601,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.SetAzureOperationalInsightsIntelligencePackCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -23707,17 +14613,13 @@ "Enabled": "System.Boolean", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -23732,15 +14634,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -23753,8 +14652,7 @@ "Name": "enabled", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -23766,20 +14664,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -23790,52 +14679,26 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IntelligencePackName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -23854,21 +14717,8 @@ "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 } ], @@ -23879,20 +14729,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23909,16 +14750,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23929,20 +14762,11 @@ { "ParameterMetadata": { "Name": "IntelligencePackName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23953,20 +14777,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23991,21 +14806,8 @@ "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, @@ -24015,8 +14817,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -24025,7 +14826,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.Clusters.SetAzureOperationalInsightsLinkedServiceCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -24043,22 +14843,17 @@ "WriteAccessResourceId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "getLinkedService", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.OperationalInsights.Models.LinkedService" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -24073,15 +14868,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -24114,8 +14906,7 @@ "Name": "tags", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -24124,8 +14915,7 @@ "Name": "service", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -24137,131 +14927,69 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "LinkedServiceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "WriteAccessResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -24280,21 +15008,8 @@ "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 } ], @@ -24305,20 +15020,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24329,20 +15035,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24353,20 +15050,11 @@ { "ParameterMetadata": { "Name": "LinkedServiceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24377,23 +15065,15 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24404,20 +15084,11 @@ { "ParameterMetadata": { "Name": "WriteAccessResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24428,20 +15099,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24452,20 +15114,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24490,21 +15143,8 @@ "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, @@ -24514,8 +15154,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -24524,7 +15163,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.SetAzureOperationalInsightsLinkedStorageAccountCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -24540,8 +15178,6 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "getDataSourceType", @@ -24555,12 +15191,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -24575,7 +15209,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -24603,8 +15236,7 @@ "Name": "storageAccountIds", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -24613,8 +15245,7 @@ "Name": "resource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -24626,95 +15257,52 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DataSourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CustomLogs", "AzureWatson" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "StorageAccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -24733,21 +15321,8 @@ "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 } ], @@ -24758,20 +15333,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24782,20 +15348,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24806,23 +15363,15 @@ { "ParameterMetadata": { "Name": "DataSourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CustomLogs", "AzureWatson" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24833,20 +15382,12 @@ { "ParameterMetadata": { "Name": "StorageAccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24857,20 +15398,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24895,21 +15427,8 @@ "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, @@ -24919,8 +15438,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -24929,7 +15447,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.SetAzureOperationalInsightsSavedSearchCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -24937,12 +15454,7 @@ "Type": { "Namespace": "System.Net", "Name": "System.Net.HttpStatusCode", - "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ParameterSets": [ "__AllParameterSets" @@ -24952,20 +15464,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -24976,160 +15479,80 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SavedSearchId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Category", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ETag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "FunctionAlias", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -25140,16 +15563,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -25168,21 +15583,8 @@ "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 } ], @@ -25193,20 +15595,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25223,16 +15616,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25243,20 +15628,11 @@ { "ParameterMetadata": { "Name": "SavedSearchId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25267,20 +15643,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25291,20 +15658,11 @@ { "ParameterMetadata": { "Name": "Category", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25315,20 +15673,11 @@ { "ParameterMetadata": { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25339,20 +15688,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25363,20 +15703,11 @@ { "ParameterMetadata": { "Name": "Version", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25387,20 +15718,11 @@ { "ParameterMetadata": { "Name": "ETag", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25411,20 +15733,11 @@ { "ParameterMetadata": { "Name": "FunctionAlias", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25441,16 +15754,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25475,21 +15780,8 @@ "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, @@ -25499,8 +15791,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -25509,7 +15800,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.SetAzureOperationalInsightsStorageInsightCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByWorkspaceName", "OutputTypes": [ @@ -25528,17 +15818,13 @@ "StorageAccountResourceId": "System.String", "State": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25553,15 +15839,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -25578,8 +15861,7 @@ "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -25591,7 +15873,6 @@ "Parameters": [ { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -25609,169 +15890,64 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "StorageAccountKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tables", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Containers", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { @@ -25790,21 +15966,8 @@ "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 } ], @@ -25815,7 +15978,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -25833,61 +15995,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -25898,20 +16007,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25922,20 +16022,11 @@ { "ParameterMetadata": { "Name": "StorageAccountKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -25946,20 +16037,12 @@ { "ParameterMetadata": { "Name": "Tables", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25970,20 +16053,12 @@ { "ParameterMetadata": { "Name": "Containers", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26008,21 +16083,8 @@ "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, @@ -26038,20 +16100,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26062,20 +16115,11 @@ { "ParameterMetadata": { "Name": "WorkspaceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26086,20 +16130,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26110,20 +16145,11 @@ { "ParameterMetadata": { "Name": "StorageAccountKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -26134,20 +16160,12 @@ { "ParameterMetadata": { "Name": "Tables", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26158,20 +16176,12 @@ { "ParameterMetadata": { "Name": "Containers", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26196,21 +16206,8 @@ "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, @@ -26226,20 +16223,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26250,20 +16238,11 @@ { "ParameterMetadata": { "Name": "StorageAccountKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -26274,20 +16253,12 @@ { "ParameterMetadata": { "Name": "Tables", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26298,20 +16269,12 @@ { "ParameterMetadata": { "Name": "Containers", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26336,21 +16299,8 @@ "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, @@ -26360,8 +16310,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -26370,89 +16319,10 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.SetAzureOperationalInsightsWorkspaceCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", - "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", - "CustomerId": "System.Nullable`1[System.Guid]", - "retentionInDays": "System.Nullable`1[System.Int32]", - "Name": "System.String", - "ResourceId": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Sku": "System.String", - "ProvisioningState": "System.String", - "PublicNetworkAccessForIngestion": "System.String", - "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "OutputTypes": [ { - "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -26471,17 +16341,13 @@ "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26496,15 +16362,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -26517,64 +16380,63 @@ "Name": "resourceGroupName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Workspace", + "Type": { + "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", + "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", + "CustomerId": "System.Nullable`1[System.Guid]", + "retentionInDays": "System.Nullable`1[System.Int32]", + "Name": "System.String", + "ResourceId": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Sku": "System.String", + "ProvisioningState": "System.String", + "PublicNetworkAccessForIngestion": "System.String", + "PublicNetworkAccessForQuery": "System.String" + } + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "free", @@ -26584,46 +16446,27 @@ "standalone", "pergb2018" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "RetentionInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -26642,57 +16485,26 @@ "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 }, { "Name": "PublicNetworkAccessForIngestion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PublicNetworkAccessForQuery", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false } ], @@ -26703,7 +16515,6 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", @@ -26721,61 +16532,8 @@ "ProvisioningState": "System.String", "PublicNetworkAccessForIngestion": "System.String", "PublicNetworkAccessForQuery": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -26786,16 +16544,10 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "free", @@ -26805,8 +16557,6 @@ "standalone", "pergb2018" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26817,20 +16567,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26841,22 +16582,14 @@ { "ParameterMetadata": { "Name": "RetentionInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -26881,21 +16614,8 @@ "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, @@ -26906,20 +16626,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccessForIngestion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26930,20 +16641,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccessForQuery", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26959,20 +16661,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26983,20 +16676,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27007,16 +16691,10 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "free", @@ -27026,8 +16704,6 @@ "standalone", "pergb2018" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27038,20 +16714,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27062,22 +16729,14 @@ { "ParameterMetadata": { "Name": "RetentionInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27102,21 +16761,8 @@ "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, @@ -27127,20 +16773,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccessForIngestion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27151,20 +16788,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccessForQuery", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27180,16 +16808,10 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "free", @@ -27199,8 +16821,6 @@ "standalone", "pergb2018" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27211,20 +16831,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27235,22 +16846,14 @@ { "ParameterMetadata": { "Name": "RetentionInDays", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27275,21 +16878,8 @@ "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, @@ -27300,20 +16890,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccessForIngestion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27324,20 +16905,11 @@ { "ParameterMetadata": { "Name": "PublicNetworkAccessForQuery", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27347,8 +16919,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -27357,7 +16928,6 @@ "ClassName": "Microsoft.Azure.Commands.OperationalInsights.Clusters.UpdateAzureOperationalInsightsClusterCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -27375,22 +16945,17 @@ "WriteAccessResourceId": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "getLinkedService", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.OperationalInsights.Models.LinkedService" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -27405,15 +16970,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -27446,8 +17008,7 @@ "Name": "tags", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -27456,8 +17017,7 @@ "Name": "service", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -27469,166 +17029,86 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CapacityReservation" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyVaultUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -27647,21 +17127,8 @@ "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 } ], @@ -27672,20 +17139,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27696,20 +17154,11 @@ { "ParameterMetadata": { "Name": "ClusterName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27720,22 +17169,14 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "CapacityReservation" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27746,20 +17187,11 @@ { "ParameterMetadata": { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27770,20 +17202,11 @@ { "ParameterMetadata": { "Name": "KeyVaultUri", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27794,20 +17217,11 @@ { "ParameterMetadata": { "Name": "KeyName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27818,20 +17232,11 @@ { "ParameterMetadata": { "Name": "KeyVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27842,20 +17247,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -27866,20 +17262,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27904,21 +17291,8 @@ "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, @@ -27928,150 +17302,51 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", @@ -28080,17 +17355,13 @@ "Properties": { "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -28105,46 +17376,31 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } - ], - "Constructors": [] + ] }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource, Microsoft.Azure.Management.OperationalInsights, Version=0.21.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource, Microsoft.Azure.Management.OperationalInsights, Version=0.21.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource": { "Namespace": "Microsoft.Azure.Management.OperationalInsights.Models", @@ -28154,17 +17410,13 @@ "ResourceId": "System.String", "ScopeId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28179,15 +17431,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -28200,44 +17449,30 @@ "Name": "scopeId", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[System.Guid]": { "Namespace": "System", "Name": "System.Nullable`1[System.Guid]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Guid" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Guid": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -28250,11 +17485,7 @@ "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -28265,11 +17496,7 @@ "Id": "System.String", "Credential": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -28299,23 +17526,15 @@ "ServiceManagementUrl": "System.String", "StorageEndpointSuffix": "System.String", "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -28325,11 +17544,7 @@ "Id": "System.String", "Name": "System.String", "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -28337,11 +17552,7 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -28350,72 +17561,47 @@ "Properties": { "CacheData": "System.Byte[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Clear", - "Parameters": [], "ReturnType": "System.Void" } - ], - "Constructors": [] + ] }, "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Byte" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.OperationalInsights.Models.PSClusterSku": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", @@ -28425,22 +17611,17 @@ "Capacity": "System.Nullable`1[System.Int64]", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "geteClusterSku", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.OperationalInsights.Models.ClusterSku" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28455,7 +17636,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -28471,8 +17651,7 @@ "Name": "capacity", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -28481,22 +17660,17 @@ "Name": "sku", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.OperationalInsights.Models.ClusterSku": { "Namespace": "Microsoft.Azure.Management.OperationalInsights.Models", @@ -28506,17 +17680,13 @@ "Capacity": "System.Nullable`1[System.Int64]", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28531,15 +17701,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -28552,8 +17719,7 @@ "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -28566,27 +17732,21 @@ "TenantId": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "getIdentityType", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.OperationalInsights.Models.IdentityType" }, { "Name": "getIdentity", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.OperationalInsights.Models.Identity" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28601,7 +17761,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -28621,8 +17780,7 @@ "Name": "tenantId", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -28631,8 +17789,7 @@ "Name": "identity", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -28640,9 +17797,6 @@ "Namespace": "Microsoft.Azure.Management.OperationalInsights.Models", "Name": "Microsoft.Azure.Management.OperationalInsights.Models.IdentityType", "AssemblyQualifiedName": "Microsoft.Azure.Management.OperationalInsights.Models.IdentityType, Microsoft.Azure.Management.OperationalInsights, Version=0.21.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -28664,16 +17818,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -28684,6 +17828,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -28720,26 +17872,18 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.TypeCode": { "Namespace": "System", "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Management.OperationalInsights.Models.Identity": { "Namespace": "Microsoft.Azure.Management.OperationalInsights.Models", @@ -28750,22 +17894,17 @@ "TenantId": "System.String", "PrincipalId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28780,15 +17919,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -28805,8 +17941,7 @@ "Name": "tenantId", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -28819,22 +17954,17 @@ "KeyName": "System.String", "KeyVersion": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetKeyVaultProperties", - "Parameters": [], "ReturnType": "Microsoft.Azure.Management.OperationalInsights.Models.KeyVaultProperties" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28849,7 +17979,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -28869,8 +17998,7 @@ "Name": "keyVersion", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -28879,8 +18007,7 @@ "Name": "kv", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -28893,17 +18020,13 @@ "KeyName": "System.String", "KeyVersion": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28918,15 +18041,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -28943,20 +18063,14 @@ "Name": "keyVersion", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Management.OperationalInsights.Models.Cluster": { "Namespace": "Microsoft.Azure.Management.OperationalInsights.Models", @@ -28975,22 +18089,17 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29005,15 +18114,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -29062,8 +18168,7 @@ "Name": "keyVaultProperties", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -29080,17 +18185,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29105,15 +18206,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -29146,30 +18244,22 @@ "Name": "tags", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType", "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -29191,16 +18281,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -29211,6 +18291,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -29247,24 +18335,18 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Management.OperationalInsights.Models.DataSourceType": { "Namespace": "Microsoft.Azure.Management.OperationalInsights.Models", "Name": "Microsoft.Azure.Management.OperationalInsights.Models.DataSourceType", "AssemblyQualifiedName": "Microsoft.Azure.Management.OperationalInsights.Models.DataSourceType, Microsoft.Azure.Management.OperationalInsights, Version=0.21.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -29286,16 +18368,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -29306,6 +18378,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -29342,28 +18422,21 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", @@ -29374,17 +18447,13 @@ "ETag": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29399,15 +18468,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -29416,8 +18482,7 @@ "Name": "v", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -29434,17 +18499,13 @@ "FunctionAlias": "System.String", "FunctionParameters": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29459,15 +18520,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -29476,8 +18534,7 @@ "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -29504,17 +18561,13 @@ "AggregatedGroupingFields": "System.String", "ResultType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29529,15 +18582,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -29546,8 +18596,7 @@ "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -29559,17 +18608,13 @@ "Version": "System.Int64", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29584,15 +18629,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -29601,44 +18643,30 @@ "Name": "schema", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IEnumerable`1[System.Object]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.Object]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Object" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", @@ -29648,17 +18676,13 @@ "NumberOfDocuments": "System.Int64", "Status": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29673,15 +18697,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -29690,22 +18711,17 @@ "Name": "coreSummary", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", @@ -29715,17 +18731,13 @@ "Name": "System.String", "Order": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29740,15 +18752,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -29757,44 +18766,30 @@ "Name": "sort", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", @@ -29809,17 +18804,13 @@ "DisplayName": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29834,15 +18825,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -29851,79 +18839,52 @@ "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Collections.Generic.IEnumerable`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.List`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "System.TimeSpan": { "Namespace": "System", "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IDictionary`2[System.String,System.Object]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "System.Object" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[System.Management.Automation.PSObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.PSObject]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Management.Automation.PSObject" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Management.Automation.PSObject": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" } } -} +} \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.PostgreSql.json b/tools/Tools.Common/SerializedCmdlets/Az.PostgreSql.json index efaa910135f5..93403adf15ab 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.PostgreSql.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.PostgreSql.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.PostgreSql", - "ModuleVersion": "0.7.0", + "ModuleVersion": "0.8.0", "Cmdlets": [ { "VerbName": "Get", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IConfiguration, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IConfiguration, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedValue": "System.String", "DataType": "System.String", @@ -77,7 +77,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -120,7 +120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -130,7 +130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -271,7 +271,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -287,7 +287,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -433,7 +433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -449,7 +449,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -515,7 +515,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -576,7 +576,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -592,7 +592,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -692,7 +692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -708,7 +708,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -833,7 +833,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -892,7 +892,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -902,7 +902,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -994,7 +994,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1010,7 +1010,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1173,7 +1173,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1189,7 +1189,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1255,7 +1255,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -1347,7 +1347,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1363,7 +1363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1436,7 +1436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" @@ -1493,7 +1493,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -1536,7 +1536,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1546,7 +1546,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1687,7 +1687,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1703,7 +1703,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1849,7 +1849,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1865,7 +1865,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1931,7 +1931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -1992,7 +1992,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2008,7 +2008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2108,7 +2108,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2124,7 +2124,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2197,7 +2197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -2279,7 +2279,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -2322,7 +2322,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2332,7 +2332,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2458,7 +2458,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2474,7 +2474,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2605,7 +2605,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2621,7 +2621,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2737,7 +2737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2753,7 +2753,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2819,7 +2819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -2880,7 +2880,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2896,7 +2896,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2996,7 +2996,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3012,7 +3012,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3085,7 +3085,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -3152,7 +3152,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -3195,7 +3195,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3205,7 +3205,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3346,7 +3346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3362,7 +3362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3508,7 +3508,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3524,7 +3524,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3590,7 +3590,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -3651,7 +3651,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3667,7 +3667,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3767,7 +3767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3783,7 +3783,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3908,7 +3908,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -3977,7 +3977,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3987,7 +3987,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4079,7 +4079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4095,7 +4095,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4258,7 +4258,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4274,7 +4274,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4340,7 +4340,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -4442,7 +4442,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4458,7 +4458,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4531,7 +4531,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -4594,7 +4594,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -4637,7 +4637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4647,7 +4647,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4788,7 +4788,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4804,7 +4804,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4950,7 +4950,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4966,7 +4966,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5032,7 +5032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -5093,7 +5093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5109,7 +5109,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5209,7 +5209,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5225,7 +5225,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5298,7 +5298,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFirewallRuleAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFirewallRuleAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFirewallRuleAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -5361,7 +5361,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -5404,7 +5404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5414,7 +5414,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5555,7 +5555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5571,7 +5571,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5717,7 +5717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5733,7 +5733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5799,7 +5799,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -5860,7 +5860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5876,7 +5876,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5976,7 +5976,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5992,7 +5992,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6065,7 +6065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ICapabilityProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ICapabilityProperties, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ICapabilityProperties, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedFlexibleServerEdition": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFlexibleServerEditionCapability[]", "SupportedHyperscaleNodeEdition": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IHyperscaleNodeEditionCapability[]", @@ -6128,7 +6128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6138,7 +6138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6246,7 +6246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6262,7 +6262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6335,7 +6335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -6426,7 +6426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6436,7 +6436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6559,7 +6559,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6575,7 +6575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6648,7 +6648,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -6720,7 +6720,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -6763,7 +6763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6773,7 +6773,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6899,7 +6899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6915,7 +6915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7046,7 +7046,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7062,7 +7062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7178,7 +7178,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7194,7 +7194,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7260,7 +7260,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -7321,7 +7321,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7337,7 +7337,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7437,7 +7437,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7453,7 +7453,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7526,7 +7526,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", @@ -7584,7 +7584,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -7627,7 +7627,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7637,7 +7637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7787,7 +7787,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7803,7 +7803,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7964,7 +7964,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7980,7 +7980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8061,7 +8061,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -8122,7 +8122,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8138,7 +8138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8253,7 +8253,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8269,7 +8269,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8357,7 +8357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" @@ -8480,7 +8480,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8490,7 +8490,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8654,7 +8654,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8670,7 +8670,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8893,7 +8893,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8909,7 +8909,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9117,7 +9117,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9133,7 +9133,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9341,7 +9341,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9357,7 +9357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9445,7 +9445,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -9616,7 +9616,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9710,7 +9710,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9720,7 +9720,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9970,7 +9970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10124,7 +10124,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10140,7 +10140,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10228,7 +10228,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -10290,7 +10290,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -10360,7 +10360,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10370,7 +10370,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10564,7 +10564,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10580,7 +10580,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10661,7 +10661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -10767,7 +10767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10783,7 +10783,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10943,7 +10943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10959,7 +10959,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11047,7 +11047,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" @@ -11170,7 +11170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11180,7 +11180,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11344,7 +11344,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11360,7 +11360,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11583,7 +11583,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11599,7 +11599,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11807,7 +11807,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11823,7 +11823,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12031,7 +12031,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12047,7 +12047,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12135,7 +12135,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -12210,7 +12210,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -12296,7 +12296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12306,7 +12306,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12410,7 +12410,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -12532,7 +12532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12548,7 +12548,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12636,7 +12636,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -12743,7 +12743,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12752,7 +12752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12770,7 +12770,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12779,7 +12779,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12806,7 +12806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12846,7 +12846,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12856,7 +12856,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13016,7 +13016,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13031,7 +13031,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13061,7 +13061,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13076,7 +13076,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13121,7 +13121,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13185,7 +13185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13201,7 +13201,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13289,7 +13289,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", @@ -13395,7 +13395,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13405,7 +13405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13608,7 +13608,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13624,7 +13624,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13779,7 +13779,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -13831,7 +13831,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13841,7 +13841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14014,7 +14014,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14030,7 +14030,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14126,7 +14126,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -14202,7 +14202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14218,7 +14218,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14363,7 +14363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14379,7 +14379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14525,7 +14525,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -14577,7 +14577,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14587,7 +14587,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14745,7 +14745,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14761,7 +14761,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14857,7 +14857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -14933,7 +14933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14949,7 +14949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15094,7 +15094,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15110,7 +15110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15265,7 +15265,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -15317,7 +15317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15327,7 +15327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15500,7 +15500,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15516,7 +15516,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15612,7 +15612,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -15688,7 +15688,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15704,7 +15704,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15849,7 +15849,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15865,7 +15865,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16020,7 +16020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -16072,7 +16072,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16082,7 +16082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16255,7 +16255,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16271,7 +16271,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16367,7 +16367,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -16443,7 +16443,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16459,7 +16459,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16604,7 +16604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16620,7 +16620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16766,7 +16766,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -16818,7 +16818,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16828,7 +16828,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16986,7 +16986,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17002,7 +17002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17098,7 +17098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -17174,7 +17174,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17190,7 +17190,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17335,7 +17335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17351,7 +17351,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17506,7 +17506,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -17558,7 +17558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17568,7 +17568,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17741,7 +17741,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17757,7 +17757,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17853,7 +17853,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -17929,7 +17929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17945,7 +17945,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18090,7 +18090,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18106,7 +18106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18252,7 +18252,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -18273,7 +18273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IRestartParameter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IRestartParameter, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IRestartParameter, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestartWithFailover": "System.Nullable`1[System.Boolean]", "FailoverMode": "System.String" @@ -18335,7 +18335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18345,7 +18345,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18533,7 +18533,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18549,7 +18549,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18693,7 +18693,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IRestartParameter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IRestartParameter, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IRestartParameter, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestartWithFailover": "System.Nullable`1[System.Boolean]", "FailoverMode": "System.String" @@ -18761,7 +18761,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18777,7 +18777,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18873,7 +18873,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -18979,7 +18979,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18995,7 +18995,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19091,7 +19091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -19118,7 +19118,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IRestartParameter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IRestartParameter, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IRestartParameter, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestartWithFailover": "System.Nullable`1[System.Boolean]", "FailoverMode": "System.String" @@ -19186,7 +19186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19202,7 +19202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19347,7 +19347,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19363,7 +19363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19509,7 +19509,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -19561,7 +19561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19571,7 +19571,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19729,7 +19729,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19745,7 +19745,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19841,7 +19841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -19917,7 +19917,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19933,7 +19933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20078,7 +20078,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20094,7 +20094,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20197,7 +20197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -20300,15 +20300,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "Location", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "Subnet", "Type": { @@ -20363,7 +20354,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20373,7 +20364,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20512,21 +20503,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Location", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Subnet", @@ -20612,7 +20588,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20628,7 +20604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20716,7 +20692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -20787,7 +20763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -20909,7 +20885,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20919,7 +20895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21019,7 +20995,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -21156,7 +21132,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21172,7 +21148,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21316,7 +21292,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -21453,7 +21429,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21469,7 +21445,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21628,7 +21604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -21765,7 +21741,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21781,7 +21757,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21912,7 +21888,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -21964,7 +21940,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21974,7 +21950,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22132,7 +22108,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22148,7 +22124,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22244,7 +22220,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -22320,7 +22296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22336,7 +22312,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22481,7 +22457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22497,7 +22473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22643,7 +22619,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -22695,7 +22671,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22705,7 +22681,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22863,7 +22839,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22879,7 +22855,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22975,7 +22951,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -23051,7 +23027,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23067,7 +23043,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23212,7 +23188,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23228,7 +23204,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23401,7 +23377,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -23444,7 +23420,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23454,7 +23430,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23624,7 +23600,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23640,7 +23616,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23818,7 +23794,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23834,7 +23810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23979,7 +23955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23995,7 +23971,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24076,7 +24052,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -24182,7 +24158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24198,7 +24174,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24264,7 +24240,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -24370,7 +24346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24386,7 +24362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24459,7 +24435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IConfiguration, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IConfiguration, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedValue": "System.String", "DataType": "System.String", @@ -24519,7 +24495,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -24589,7 +24565,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24599,7 +24575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24793,7 +24769,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24809,7 +24785,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24890,7 +24866,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -24996,7 +24972,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25012,7 +24988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25172,7 +25148,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25188,7 +25164,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25276,7 +25252,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" @@ -25332,7 +25308,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -25411,7 +25387,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25421,7 +25397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25600,7 +25576,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25616,7 +25592,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25839,7 +25815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25855,7 +25831,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25936,7 +25912,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -26042,7 +26018,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26058,7 +26034,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26139,7 +26115,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -26230,7 +26206,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26246,7 +26222,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26376,7 +26352,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26392,7 +26368,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26480,7 +26456,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropertiesTag": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags", "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -26561,7 +26537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -26600,7 +26576,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26685,7 +26661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26695,7 +26671,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26825,7 +26801,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26964,7 +26940,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26980,7 +26956,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27061,7 +27037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -27118,7 +27094,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27257,7 +27233,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27273,7 +27249,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27384,7 +27360,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27523,7 +27499,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27539,7 +27515,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27627,7 +27603,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType]", "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", @@ -27693,7 +27669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -27763,7 +27739,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27773,7 +27749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27967,7 +27943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27983,7 +27959,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28064,7 +28040,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -28170,7 +28146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28186,7 +28162,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28346,7 +28322,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28362,7 +28338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28450,7 +28426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IFirewallRule, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" @@ -28506,7 +28482,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -28585,7 +28561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28595,7 +28571,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28774,7 +28750,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28790,7 +28766,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29013,7 +28989,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29029,7 +29005,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29110,7 +29086,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -29216,7 +29192,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29232,7 +29208,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29313,7 +29289,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -29404,7 +29380,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29420,7 +29396,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29550,7 +29526,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29566,7 +29542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29654,7 +29630,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", "StorageProfileGeoRedundantBackup": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", @@ -29725,7 +29701,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -29791,7 +29767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29800,7 +29776,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29809,7 +29785,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29827,7 +29803,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29885,7 +29861,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29895,7 +29871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30070,7 +30046,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30085,7 +30061,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30100,7 +30076,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30130,7 +30106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30224,7 +30200,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30240,7 +30216,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30321,7 +30297,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -30423,7 +30399,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30438,7 +30414,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30453,7 +30429,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30483,7 +30459,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30577,7 +30553,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30593,7 +30569,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30749,7 +30725,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30764,7 +30740,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30779,7 +30755,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30809,7 +30785,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -30903,7 +30879,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30919,7 +30895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31007,7 +30983,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", @@ -31064,7 +31040,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -31134,7 +31110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31144,7 +31120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31347,7 +31323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31363,7 +31339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31459,7 +31435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", "ConfigurationName": "System.String", @@ -31565,7 +31541,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31581,7 +31557,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31756,7 +31732,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31772,7 +31748,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31908,7 +31884,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName" ] @@ -31916,7 +31892,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -31999,7 +31975,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.SendAsyncStep, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -32177,13 +32153,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection" }, "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerPrivateEndpointConnection, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateEndpointProvisioningState]", "PrivateLinkServiceConnectionStateActionsRequired": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateActionsRequire]", @@ -32196,7 +32172,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateEndpointProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateEndpointProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateEndpointProvisioningState, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateEndpointProvisioningState, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateEndpointProvisioningState" ] @@ -32204,7 +32180,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateEndpointProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateEndpointProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateEndpointProvisioningState, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateEndpointProvisioningState, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32269,7 +32245,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateActionsRequire]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateActionsRequire]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateActionsRequire, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateActionsRequire, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateActionsRequire" ] @@ -32277,7 +32253,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateActionsRequire": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateActionsRequire", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateActionsRequire, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateActionsRequire, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32342,7 +32318,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateStatus, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateStatus, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateStatus" ] @@ -32350,7 +32326,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateStatus, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PrivateLinkServiceConnectionStateStatus, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32415,7 +32391,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup" ] @@ -32423,7 +32399,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32488,7 +32464,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType" ] @@ -32496,7 +32472,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32561,7 +32537,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption" ] @@ -32569,7 +32545,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32634,7 +32610,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum" ] @@ -32642,7 +32618,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32707,7 +32683,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum" ] @@ -32715,7 +32691,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32780,7 +32756,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState" ] @@ -32788,7 +32764,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32853,7 +32829,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion" ] @@ -32861,7 +32837,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32926,7 +32902,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier" ] @@ -32934,7 +32910,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32999,7 +32975,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum" ] @@ -33007,7 +32983,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33072,7 +33048,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow" ] @@ -33080,7 +33056,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33166,12 +33142,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType" ] @@ -33179,7 +33155,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33244,7 +33220,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode" ] @@ -33252,7 +33228,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33317,7 +33293,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum" ] @@ -33325,7 +33301,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33390,7 +33366,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode" ] @@ -33398,7 +33374,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33463,7 +33439,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType" ] @@ -33471,7 +33447,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33536,7 +33512,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState" ] @@ -33544,7 +33520,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33609,7 +33585,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState" ] @@ -33617,7 +33593,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33687,7 +33663,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType" ] @@ -33695,7 +33671,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33760,13 +33736,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFlexibleServerEditionCapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFlexibleServerEditionCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFlexibleServerEditionCapability[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFlexibleServerEditionCapability[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFlexibleServerEditionCapability" }, "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFlexibleServerEditionCapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFlexibleServerEditionCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFlexibleServerEditionCapability, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFlexibleServerEditionCapability, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedServerVersion": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability[]", "SupportedStorageEdition": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability[]", @@ -33777,13 +33753,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability" }, "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedVcore": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVcoreCapability[]", "Status": "System.String", @@ -33793,13 +33769,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVcoreCapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVcoreCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVcoreCapability[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVcoreCapability[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVcoreCapability" }, "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVcoreCapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVcoreCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVcoreCapability, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVcoreCapability, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedIop": "System.Nullable`1[System.Int64]", "SupportedMemoryPerVcoreMb": "System.Nullable`1[System.Int64]", @@ -33819,13 +33795,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability" }, "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedStorageMb": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageMbCapability[]", "Status": "System.String", @@ -33835,13 +33811,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageMbCapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageMbCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageMbCapability[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageMbCapability[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageMbCapability" }, "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageMbCapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageMbCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageMbCapability, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageMbCapability, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StorageSizeMb": "System.Nullable`1[System.Int64]", "SupportedIop": "System.Nullable`1[System.Int64]", @@ -33852,13 +33828,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IHyperscaleNodeEditionCapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IHyperscaleNodeEditionCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IHyperscaleNodeEditionCapability[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IHyperscaleNodeEditionCapability[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IHyperscaleNodeEditionCapability" }, "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IHyperscaleNodeEditionCapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IHyperscaleNodeEditionCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IHyperscaleNodeEditionCapability, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IHyperscaleNodeEditionCapability, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedNodeType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability[]", "SupportedServerVersion": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerVersionCapability[]", @@ -33870,13 +33846,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability[], Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability[], Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability" }, "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "NodeType": "System.String", @@ -33894,7 +33870,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState" ] @@ -33902,7 +33878,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState, Az.PostgreSql.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState, Az.PostgreSql.private, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json b/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json index 3c2fce6f62e4..7908a1463773 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.RecoveryServices", - "ModuleVersion": "4.7.0", + "ModuleVersion": "4.8.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -88,7 +88,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -136,7 +136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -184,7 +184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -238,7 +238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -310,7 +310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -367,7 +367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -398,7 +398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -451,7 +451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -494,7 +494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -628,7 +628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -647,7 +647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -696,7 +696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -721,7 +721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -822,7 +822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -847,7 +847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -954,7 +954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -971,7 +971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -980,7 +980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1033,7 +1033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1056,7 +1056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1071,7 +1071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1154,7 +1154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -1211,7 +1211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1283,7 +1283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1391,7 +1391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1446,7 +1446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1508,7 +1508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1600,7 +1600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -1673,7 +1673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -1702,7 +1702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -1718,7 +1718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -1737,7 +1737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": false @@ -1750,7 +1750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": false @@ -1789,7 +1789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -1864,7 +1864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -1921,7 +1921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -1946,7 +1946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -2003,7 +2003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -2028,7 +2028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": false @@ -2047,7 +2047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -2104,7 +2104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -2129,7 +2129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": false @@ -2148,7 +2148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -2229,7 +2229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2246,7 +2246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2255,7 +2255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2264,7 +2264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -2323,7 +2323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2346,7 +2346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2361,7 +2361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2376,7 +2376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -2465,7 +2465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -2522,7 +2522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -2546,7 +2546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2590,7 +2590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2682,7 +2682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -2826,7 +2826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -2970,7 +2970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -3067,7 +3067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -3134,7 +3134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -3157,7 +3157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -3224,7 +3224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -3311,7 +3311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -3385,7 +3385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]", "EmailSubscriptionOwner": "System.String", @@ -3510,7 +3510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificEventDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails", "EventSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails", @@ -3611,7 +3611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -3941,7 +3941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -4108,7 +4108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -4345,7 +4345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -4423,7 +4423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -4573,7 +4573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -4784,7 +4784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -4843,7 +4843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -4905,7 +4905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -4960,7 +4960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -5030,7 +5030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -5141,7 +5141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -5214,7 +5214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -5231,7 +5231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -5290,7 +5290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -5359,7 +5359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -5455,7 +5455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -5691,7 +5691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -5803,7 +5803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -5864,7 +5864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -5936,7 +5936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -6023,7 +6023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -6095,7 +6095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -6152,7 +6152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -6250,7 +6250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -6338,7 +6338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -6397,7 +6397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -6467,7 +6467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -6522,7 +6522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -6618,7 +6618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -6693,7 +6693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -6754,7 +6754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -6811,7 +6811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -6909,7 +6909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -7196,7 +7196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -7263,7 +7263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -7352,7 +7352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -7437,7 +7437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -7563,7 +7563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -7671,7 +7671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -7691,7 +7691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -7758,7 +7758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -7830,7 +7830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -7887,7 +7887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -7944,7 +7944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -8048,7 +8048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -8128,7 +8128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8187,7 +8187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8257,7 +8257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8312,7 +8312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8408,7 +8408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -8473,7 +8473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8532,7 +8532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8602,7 +8602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8657,7 +8657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8753,7 +8753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -8810,7 +8810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -8865,7 +8865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -8916,7 +8916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -9008,7 +9008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -9132,7 +9132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -9204,7 +9204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -9303,7 +9303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -9373,7 +9373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -9469,7 +9469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -9526,7 +9526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9541,7 +9541,8 @@ "AzureVM", "MARS", "AzureStorage", - "AzureWorkload" + "AzureWorkload", + "MAB" ], "ValidateNotNullOrEmpty": true }, @@ -9568,7 +9569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9612,7 +9613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9633,7 +9634,8 @@ "AzureVM", "MARS", "AzureStorage", - "AzureWorkload" + "AzureWorkload", + "MAB" ], "ValidateNotNullOrEmpty": true }, @@ -9678,7 +9680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9746,7 +9748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -9816,7 +9818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -9830,7 +9832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9839,7 +9841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -9863,7 +9865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9872,7 +9874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9881,7 +9883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9890,7 +9892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -9952,7 +9954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -9972,7 +9974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10002,7 +10004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10017,7 +10019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10032,7 +10034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10123,7 +10125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10138,7 +10140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10168,7 +10170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10183,7 +10185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10198,7 +10200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10289,7 +10291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -10325,7 +10327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10340,7 +10342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10355,7 +10357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10461,7 +10463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10476,7 +10478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10491,7 +10493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -10589,7 +10591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -10646,7 +10648,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus" ] @@ -10658,7 +10660,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation" ] @@ -10703,7 +10705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -10723,7 +10725,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -10779,7 +10781,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus" ] @@ -10797,7 +10799,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation" ] @@ -10866,7 +10868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -10892,7 +10894,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -10978,7 +10980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -11035,7 +11037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -11108,7 +11110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -11339,7 +11341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -11508,7 +11510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossRegionRestore": "System.Boolean", "BackupStorageRedundancy": "System.String" @@ -11554,7 +11556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -11599,7 +11601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -11665,7 +11667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -11733,7 +11735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -11756,7 +11758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -11765,7 +11767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11827,7 +11829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -11847,7 +11849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -11908,7 +11910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -11928,7 +11930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -11943,7 +11945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12049,7 +12051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12193,7 +12195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -12254,7 +12256,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType" ] @@ -12266,7 +12268,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -12374,7 +12376,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType" ] @@ -12438,7 +12440,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType" ] @@ -12456,7 +12458,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -12573,7 +12575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12628,7 +12630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12682,7 +12684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12760,7 +12762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PointInTimeBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PointInTimeBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PointInTimeBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "EndTime": "System.Nullable`1[System.DateTime]", @@ -12831,7 +12833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12930,7 +12932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13016,7 +13018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13170,7 +13172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13249,7 +13251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13295,7 +13297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13313,7 +13315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -13396,7 +13398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13421,7 +13423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13451,7 +13453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -13530,7 +13532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13646,7 +13648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -13671,7 +13673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13701,7 +13703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -13848,7 +13850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Validate", @@ -13894,7 +13896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13903,7 +13905,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -13941,7 +13943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13956,7 +13958,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -14012,7 +14014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RPMountScriptDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RPMountScriptDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RPMountScriptDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Validate", @@ -14058,7 +14060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14120,7 +14122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14212,7 +14214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Validate", @@ -14258,7 +14260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -14267,7 +14269,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -14305,7 +14307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -14320,7 +14322,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -14376,7 +14378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ResourceBackupStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ResourceBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ResourceBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackedUp": "System.Boolean", "VaultId": "System.String" @@ -14751,7 +14753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -14815,7 +14817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14842,7 +14844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14859,7 +14861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14896,7 +14898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14919,7 +14921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14981,7 +14983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15005,7 +15007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15028,7 +15030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15083,7 +15085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15118,7 +15120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15218,7 +15220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15241,7 +15243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15296,7 +15298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15331,7 +15333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15416,7 +15418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15439,7 +15441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15494,7 +15496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15529,7 +15531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15621,7 +15623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -15988,7 +15990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.VaultProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.VaultProperty, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.VaultProperty, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "encryptionProperties": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig", "StorageModelType": "System.String", @@ -16136,7 +16138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FilePath": "System.String" }, @@ -16181,7 +16183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -16280,7 +16282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -16411,7 +16413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -16512,7 +16514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -16613,7 +16615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -16691,7 +16693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -16836,7 +16838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16893,7 +16895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16907,7 +16909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -16960,7 +16962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16980,7 +16982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17096,7 +17098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -17115,7 +17117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -17175,7 +17177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -17200,7 +17202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -17252,7 +17254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17307,7 +17309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17325,7 +17327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultStandard" @@ -17337,7 +17339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -17384,7 +17386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17408,7 +17410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultStandard" @@ -17426,7 +17428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -17497,7 +17499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsManagedDisk": "System.Boolean", "VhdUri": "System.String", @@ -17609,9 +17611,11 @@ }, "ValidateSet": [ "Premium_LRS", + "Premium_ZRS", "Standard_LRS", "Standard_SSD", - "StandardSSD_LRS" + "StandardSSD_LRS", + "StandardSSD_ZRS" ], "ValidateNotNullOrEmpty": true }, @@ -17624,9 +17628,11 @@ }, "ValidateSet": [ "Premium_LRS", + "Premium_ZRS", "Standard_LRS", "Standard_SSD", - "StandardSSD_LRS" + "StandardSSD_LRS", + "StandardSSD_ZRS" ], "ValidateNotNullOrEmpty": true }, @@ -17788,9 +17794,11 @@ }, "ValidateSet": [ "Premium_LRS", + "Premium_ZRS", "Standard_LRS", "Standard_SSD", - "StandardSSD_LRS" + "StandardSSD_LRS", + "StandardSSD_ZRS" ], "ValidateNotNullOrEmpty": true }, @@ -17809,9 +17817,11 @@ }, "ValidateSet": [ "Premium_LRS", + "Premium_ZRS", "Standard_LRS", "Standard_SSD", - "StandardSSD_LRS" + "StandardSSD_LRS", + "StandardSSD_ZRS" ], "ValidateNotNullOrEmpty": true }, @@ -18076,7 +18086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -18406,7 +18416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -18648,7 +18658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -18869,7 +18879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -18956,7 +18966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -18973,7 +18983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -18990,7 +19000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -19017,7 +19027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -19085,7 +19095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -19124,7 +19134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -19255,7 +19265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -19278,7 +19288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -19347,7 +19357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -19441,7 +19451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -20712,7 +20722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -20781,7 +20791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -20858,7 +20868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21005,7 +21015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -21086,7 +21096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21148,7 +21158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21241,7 +21251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -21319,7 +21329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -21336,7 +21346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21356,7 +21366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21417,7 +21427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -21440,7 +21450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21466,7 +21476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21538,7 +21548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -21561,7 +21571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21659,7 +21669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -21737,7 +21747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21755,7 +21765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21822,7 +21832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -21882,7 +21892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21906,7 +21916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21930,7 +21940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -21992,7 +22002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -22050,7 +22060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -22112,7 +22122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -22181,7 +22191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -22316,7 +22326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -22430,7 +22440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -22456,7 +22466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -22466,7 +22476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput" }, "ValidateNotNullOrEmpty": true @@ -22534,7 +22544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -22589,7 +22599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -22630,7 +22640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput" }, "ValidateNotNullOrEmpty": false @@ -22640,7 +22650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -22690,7 +22700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -22977,7 +22987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -23024,7 +23034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -23058,7 +23068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -23347,7 +23357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -23457,7 +23467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -23504,7 +23514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -23538,7 +23548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput" }, "ValidateNotNullOrEmpty": false @@ -23554,7 +23564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -23828,7 +23838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -23938,7 +23948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -24030,7 +24040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -24140,7 +24150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -24483,7 +24493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -24574,7 +24584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -24621,7 +24631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -24731,7 +24741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -25002,7 +25012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -25382,7 +25392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -25492,7 +25502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -25633,7 +25643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -25837,7 +25847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -25947,7 +25957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -25979,7 +25989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput" }, "ValidateNotNullOrEmpty": true @@ -26089,7 +26099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -26263,7 +26273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -26373,7 +26383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -26478,7 +26488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -26556,7 +26566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -26570,7 +26580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -26625,7 +26635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -26645,7 +26655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -26737,7 +26747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -26806,7 +26816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -26833,7 +26843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -26890,7 +26900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -26929,7 +26939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -27019,7 +27029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReuseExistingNic": "System.Boolean", "EnableAcceleratedNetworkingOnRecovery": "System.Boolean", @@ -27086,7 +27096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -27242,7 +27252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails" }, "ValidateNotNullOrEmpty": false @@ -27293,7 +27303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -27527,7 +27537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails" }, "ValidateNotNullOrEmpty": false @@ -27615,7 +27625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimary": "System.Boolean", "IsSeletedForFailover": "System.Boolean", @@ -28009,7 +28019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -28070,7 +28080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28079,7 +28089,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -28091,7 +28101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28100,7 +28110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28159,7 +28169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28174,7 +28184,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -28192,7 +28202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28207,7 +28217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28275,7 +28285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -28496,7 +28506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -28562,7 +28572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -28576,7 +28586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -28588,7 +28598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28656,7 +28666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -28674,7 +28684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28750,7 +28760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -28770,7 +28780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -28788,7 +28798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28864,7 +28874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -28882,7 +28892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -28965,7 +28975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -29037,7 +29047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -29093,7 +29103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -29204,7 +29214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -29276,7 +29286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -29327,7 +29337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -29396,7 +29406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -29468,7 +29478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -29514,7 +29524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -29578,7 +29588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -29650,7 +29660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -29699,7 +29709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -29794,7 +29804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -29866,7 +29876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -29928,7 +29938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -30060,7 +30070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -30141,7 +30151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -30236,7 +30246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -30335,7 +30345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -30407,7 +30417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -30502,7 +30512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -30688,7 +30698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -30760,7 +30770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -30857,7 +30867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -30961,7 +30971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -31065,7 +31075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -31160,7 +31170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -31232,7 +31242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -31290,7 +31300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -31418,7 +31428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -31490,7 +31500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -31534,7 +31544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -31627,7 +31637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -31708,7 +31718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -31729,7 +31739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -31831,7 +31841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -31889,7 +31899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -32000,7 +32010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -32061,7 +32071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -32220,7 +32230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -32400,7 +32410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Response": "System.String" }, @@ -32445,7 +32455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -32490,7 +32500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -32553,7 +32563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -32634,7 +32644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -32736,7 +32746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -32841,7 +32851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -32907,7 +32917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -32925,7 +32935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -32969,7 +32979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -32987,7 +32997,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType" ] @@ -33263,7 +33273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -33491,7 +33501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -33515,7 +33525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -33545,7 +33555,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType" ] @@ -33700,7 +33710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -33910,7 +33920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -34183,7 +34193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -34393,7 +34403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -34633,7 +34643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -34773,7 +34783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -34854,7 +34864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -34986,7 +34996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -35127,7 +35137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]", "EmailSubscriptionOwner": "System.String", @@ -35560,7 +35570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -35632,7 +35642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -35912,7 +35922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -36021,7 +36031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig" }, "ValidateNotNullOrEmpty": false @@ -36069,7 +36079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -36493,7 +36503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -36668,7 +36678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig" }, "ValidateNotNullOrEmpty": false @@ -36740,7 +36750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -36797,7 +36807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -36842,7 +36852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -36954,7 +36964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -36973,7 +36983,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType" ] @@ -37020,7 +37030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -37045,7 +37055,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType" ] @@ -37116,7 +37126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -37173,7 +37183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -37188,7 +37198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37197,7 +37207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37250,7 +37260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -37317,7 +37327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37332,7 +37342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37347,7 +37357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -37429,7 +37439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -37516,7 +37526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -37561,7 +37571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -38040,7 +38050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -38109,7 +38119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -38125,7 +38135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -38217,7 +38227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -38239,7 +38249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -38425,7 +38435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -38494,7 +38504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -38514,7 +38524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -38588,7 +38598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -38645,7 +38655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -38772,7 +38782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -38841,7 +38851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -38861,7 +38871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -38935,7 +38945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -38992,7 +39002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -39119,7 +39129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -39188,7 +39198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -39208,7 +39218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -39295,7 +39305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -39385,7 +39395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -39548,7 +39558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -39602,7 +39612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -39746,7 +39756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40066,7 +40076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -40144,7 +40154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40264,7 +40274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40391,7 +40401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -40460,7 +40470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -40481,7 +40491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40573,7 +40583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -40600,7 +40610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40756,7 +40766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -40828,7 +40838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -40846,7 +40856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -40887,7 +40897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -40931,7 +40941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -40970,7 +40980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -40994,7 +41004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -41041,7 +41051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -41091,7 +41101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -41179,7 +41189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -41257,7 +41267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -41277,7 +41287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -41421,7 +41431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -41493,7 +41503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -41634,7 +41644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -41703,7 +41713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -41723,7 +41733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -41784,7 +41794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -41841,7 +41851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -41910,7 +41920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -42074,7 +42084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -42100,7 +42110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -42223,7 +42233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -42383,7 +42393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -42456,7 +42466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -42558,7 +42568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -42612,7 +42622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -42635,7 +42645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -42737,7 +42747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -42825,7 +42835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -43018,7 +43028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -43087,7 +43097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -43107,7 +43117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -43198,7 +43208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -43268,7 +43278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -43432,7 +43442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -43486,7 +43496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -43606,7 +43616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -43888,7 +43898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -43969,7 +43979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -44071,7 +44081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -44176,7 +44186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -44233,7 +44243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -44297,7 +44307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -44525,7 +44535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -44544,7 +44554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -44610,7 +44620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -44635,7 +44645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -44672,7 +44682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -44729,7 +44739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -44792,7 +44802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -44885,7 +44895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -44942,7 +44952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -45000,7 +45010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -45088,7 +45098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -45145,7 +45155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -45203,7 +45213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -45291,7 +45301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -45360,7 +45370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -45373,7 +45383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -45447,7 +45457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -45466,7 +45476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -45592,7 +45602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -45664,7 +45674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -45686,7 +45696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -45741,7 +45751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -45818,7 +45828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -45846,7 +45856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -45938,7 +45948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -46064,7 +46074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -46322,7 +46332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -46443,7 +46453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -46579,7 +46589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -46737,7 +46747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -46971,7 +46981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -47092,7 +47102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -47164,7 +47174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -47398,7 +47408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -47477,7 +47487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -47549,7 +47559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -47638,7 +47648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -47747,7 +47757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -47879,7 +47889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -48029,7 +48039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -48042,7 +48052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -48057,7 +48067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -48077,7 +48087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -48118,7 +48128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -48160,7 +48170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -48196,7 +48206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -48206,7 +48216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -48226,7 +48236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -48341,7 +48351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -48433,7 +48443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -48452,7 +48462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -48473,7 +48483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -48499,7 +48509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -48546,7 +48556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -48576,7 +48586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -48649,7 +48659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -48716,7 +48726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -48735,7 +48745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -48761,7 +48771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -48808,7 +48818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -48868,7 +48878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -48987,7 +48997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -49047,7 +49057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -49086,7 +49096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -49235,7 +49245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -49280,7 +49290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -49304,7 +49314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -49453,7 +49463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -49572,7 +49582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -49691,7 +49701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -49751,7 +49761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -50001,7 +50011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -50031,7 +50041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -50047,7 +50057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -50282,7 +50292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -50358,7 +50368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -50553,7 +50563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -50625,7 +50635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -50683,7 +50693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -50827,7 +50837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -50899,7 +50909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -50948,7 +50958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -51046,7 +51056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -51127,7 +51137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -51148,7 +51158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -51248,7 +51258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -51275,7 +51285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -51384,7 +51394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -51463,7 +51473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "SystemAssigned", @@ -51592,7 +51602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "SystemAssigned", @@ -51803,7 +51813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -52035,7 +52045,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails" ] @@ -52043,7 +52053,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError", "ServiceErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError", @@ -52082,7 +52092,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTimeUtc": "System.DateTime", "ErrorCode": "System.Int32", @@ -52141,7 +52151,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String", @@ -52191,7 +52201,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask" ] @@ -52199,7 +52209,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupTaskDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails", "EndTime": "System.DateTime", @@ -52251,7 +52261,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, @@ -52313,7 +52323,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -52403,7 +52413,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError" ] @@ -52411,7 +52421,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTimeUtc": "System.String", "EntityId": "System.String", @@ -52469,7 +52479,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails" ] @@ -52477,7 +52487,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails]", "EnableAcceleratedNetworkingOnRecovery": "System.Nullable`1[System.Boolean]", @@ -52672,7 +52682,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsManagedDisk": "System.Boolean", "VhdUri": "System.String", @@ -52848,7 +52858,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -52945,7 +52955,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -53032,7 +53042,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -53119,7 +53129,7 @@ "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.String", "PrivateEndpointStateForBackup": "System.String", @@ -53283,7 +53293,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup" ] @@ -53291,7 +53301,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -53362,7 +53372,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction" ] @@ -53370,7 +53380,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails", "FailoverTypes": "System.Collections.Generic.IList`1[System.String]", @@ -53426,7 +53436,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -53559,7 +53569,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" ] @@ -53567,7 +53577,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -53649,7 +53659,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails" ] @@ -53657,7 +53667,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryZone": "System.String", "RecoveryZone": "System.String" @@ -53705,7 +53715,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -53767,7 +53777,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderType": "System.String" }, @@ -53799,7 +53809,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -53839,7 +53849,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -53937,7 +53947,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Load", @@ -53976,7 +53986,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -54010,7 +54020,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -54044,7 +54054,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk" ] @@ -54052,7 +54062,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Volumes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]", "Capacity": "System.Int64", @@ -54092,7 +54102,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume" ] @@ -54100,7 +54110,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Label": "System.String", "Name": "System.String" @@ -54138,7 +54148,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy" ] @@ -54146,7 +54156,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -54197,7 +54207,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping" ] @@ -54205,7 +54215,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -54263,7 +54273,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -54297,7 +54307,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -54384,7 +54394,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -54471,7 +54481,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -54518,7 +54528,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseSystemAssignedIdentity": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -54565,7 +54575,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -54605,7 +54615,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -54645,7 +54655,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate" ] @@ -54653,7 +54663,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsType": "System.String", "RebootStatus": "System.String", @@ -54706,7 +54716,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails" ] @@ -54714,7 +54724,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimary": "System.Boolean", "IsSeletedForFailover": "System.Boolean", @@ -54761,7 +54771,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -54848,7 +54858,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReuseExistingNic": "System.Boolean", "EnableAcceleratedNetworkingOnRecovery": "System.Boolean", @@ -54898,7 +54908,7 @@ "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -54987,6 +54997,7 @@ "Name": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig", "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig, Microsoft.Azure.Management.RecoveryServices.Backup, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "ResourceGuardOperationRequests": "System.Collections.Generic.IList`1[System.String]", "StorageModelType": "System.String", "StorageType": "System.String", "StorageTypeState": "System.String", @@ -55043,6 +55054,10 @@ { "Name": "softDeleteFeatureState", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resourceGuardOperationRequests", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -55051,7 +55066,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore" ] @@ -55059,7 +55074,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -55105,7 +55120,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume" ] @@ -55113,7 +55128,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.RedisCache.json b/tools/Tools.Common/SerializedCmdlets/Az.RedisCache.json index 7b41e8c61001..16f6d5b7c39c 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.RedisCache.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.RedisCache.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.RedisCache", + "ModuleVersion": "1.5.1", "Cmdlets": [ { "VerbName": "Export", @@ -14,12 +16,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -29,110 +26,56 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Prefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Container", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Format", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -151,21 +94,8 @@ "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 } ], @@ -176,20 +106,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -200,20 +121,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -224,20 +136,11 @@ { "ParameterMetadata": { "Name": "Prefix", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -248,20 +151,11 @@ { "ParameterMetadata": { "Name": "Container", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -272,20 +166,11 @@ { "ParameterMetadata": { "Name": "Format", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -296,20 +181,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -334,21 +210,8 @@ "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, @@ -358,8 +221,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -375,7 +237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributes, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributes, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableNonSslPort": "System.Boolean", "TenantSettings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -399,17 +261,13 @@ "Type": "System.String", "ResourceGroupName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -424,7 +282,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -440,13 +297,10 @@ "Name": "resourceGroupName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -458,38 +312,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -508,21 +344,8 @@ "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 } ], @@ -533,20 +356,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -557,20 +371,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -595,21 +400,8 @@ "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, @@ -619,8 +411,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -636,7 +427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "Name": "System.String", @@ -646,17 +437,13 @@ "StartIP": "System.String", "EndIP": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -671,15 +458,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -691,56 +475,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RuleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -759,21 +516,8 @@ "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 } ], @@ -784,20 +528,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -808,20 +543,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -832,20 +558,11 @@ { "ParameterMetadata": { "Name": "RuleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -870,21 +587,8 @@ "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, @@ -894,8 +598,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -916,17 +619,13 @@ "PrimaryKey": "System.String", "SecondaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -941,15 +640,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -962,8 +658,7 @@ "Name": "secondaryKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -975,38 +670,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1025,21 +702,8 @@ "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 } ], @@ -1050,20 +714,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1074,20 +729,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1112,21 +758,8 @@ "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, @@ -1136,8 +769,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1153,23 +785,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisLinkedServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisLinkedServer, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisLinkedServer, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryServerName": "System.String", "SecondaryServerName": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1184,15 +812,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -1204,56 +829,29 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PrimaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SecondaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1272,21 +870,8 @@ "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 } ], @@ -1297,20 +882,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1335,21 +911,8 @@ "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, @@ -1365,20 +928,11 @@ { "ParameterMetadata": { "Name": "PrimaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1403,21 +957,8 @@ "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, @@ -1433,20 +974,11 @@ { "ParameterMetadata": { "Name": "PrimaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1457,20 +989,11 @@ { "ParameterMetadata": { "Name": "SecondaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1495,21 +1018,8 @@ "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, @@ -1525,20 +1035,11 @@ { "ParameterMetadata": { "Name": "SecondaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1563,21 +1064,8 @@ "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, @@ -1607,21 +1095,8 @@ "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, @@ -1631,8 +1106,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1648,23 +1122,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartHourUtc": "System.Int32", "MaintenanceWindow": "System.Nullable`1[System.TimeSpan]", "DayOfWeek": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1679,15 +1149,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -1699,38 +1166,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1749,21 +1198,8 @@ "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 } ], @@ -1774,20 +1210,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1798,20 +1225,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1836,21 +1254,8 @@ "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, @@ -1860,8 +1265,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Import", @@ -1877,12 +1281,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -1892,110 +1291,57 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Files", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Format", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -2014,21 +1360,8 @@ "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 } ], @@ -2039,20 +1372,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2063,20 +1387,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2087,20 +1402,12 @@ { "ParameterMetadata": { "Name": "Files", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2111,20 +1418,11 @@ { "ParameterMetadata": { "Name": "Format", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2135,20 +1433,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2159,20 +1448,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2197,21 +1477,8 @@ "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, @@ -2221,8 +1488,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -2238,7 +1504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributesWithAccessKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributesWithAccessKeys, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributesWithAccessKeys, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableNonSslPort": "System.Boolean", "RedisConfiguration": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2264,17 +1530,13 @@ "Size": "System.String", "PrimaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2289,7 +1551,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -2309,8 +1570,7 @@ "Name": "resourceGroupName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -2322,280 +1582,149 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Size", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "RedisConfiguration", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableNonSslPort", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TenantSettings", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ShardCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MinimumTlsVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "StaticIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Zone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { "Name": "RedisVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -2614,21 +1743,8 @@ "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 } ], @@ -2639,20 +1755,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2663,20 +1770,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2687,20 +1785,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2711,20 +1800,11 @@ { "ParameterMetadata": { "Name": "Size", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2735,24 +1815,16 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2763,20 +1835,11 @@ { "ParameterMetadata": { "Name": "RedisConfiguration", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2787,22 +1850,14 @@ { "ParameterMetadata": { "Name": "EnableNonSslPort", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2813,20 +1868,11 @@ { "ParameterMetadata": { "Name": "TenantSettings", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2837,22 +1883,14 @@ { "ParameterMetadata": { "Name": "ShardCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2863,20 +1901,11 @@ { "ParameterMetadata": { "Name": "MinimumTlsVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2887,20 +1916,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2911,20 +1931,11 @@ { "ParameterMetadata": { "Name": "StaticIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2935,20 +1946,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2959,20 +1961,12 @@ { "ParameterMetadata": { "Name": "Zone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2983,20 +1977,11 @@ { "ParameterMetadata": { "Name": "RedisVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3021,21 +2006,8 @@ "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, @@ -3045,8 +2017,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -3062,7 +2033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "Name": "System.String", @@ -3072,17 +2043,13 @@ "StartIP": "System.String", "EndIP": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3097,15 +2064,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -3117,47 +2081,28 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributes, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributes, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableNonSslPort": "System.Boolean", "TenantSettings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3180,133 +2125,44 @@ "StaticIP": "System.String", "Type": "System.String", "ResourceGroupName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "cache", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RuleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "StartIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EndIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3325,21 +2181,8 @@ "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 } ], @@ -3350,20 +2193,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3374,20 +2208,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3398,20 +2223,11 @@ { "ParameterMetadata": { "Name": "RuleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3422,20 +2238,11 @@ { "ParameterMetadata": { "Name": "StartIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3446,20 +2253,11 @@ { "ParameterMetadata": { "Name": "EndIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3484,21 +2282,8 @@ "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, @@ -3514,11 +2299,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributes, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributes, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableNonSslPort": "System.Boolean", "TenantSettings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3541,61 +2325,8 @@ "StaticIP": "System.String", "Type": "System.String", "ResourceGroupName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "cache", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3606,20 +2337,11 @@ { "ParameterMetadata": { "Name": "RuleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3630,20 +2352,11 @@ { "ParameterMetadata": { "Name": "StartIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3654,20 +2367,11 @@ { "ParameterMetadata": { "Name": "EndIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3692,21 +2396,8 @@ "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, @@ -3722,20 +2413,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3746,20 +2428,11 @@ { "ParameterMetadata": { "Name": "RuleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3770,20 +2443,11 @@ { "ParameterMetadata": { "Name": "StartIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3794,20 +2458,11 @@ { "ParameterMetadata": { "Name": "EndIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3832,21 +2487,8 @@ "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, @@ -3862,20 +2504,11 @@ { "ParameterMetadata": { "Name": "RuleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3886,20 +2519,11 @@ { "ParameterMetadata": { "Name": "StartIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3910,20 +2534,11 @@ { "ParameterMetadata": { "Name": "EndIP", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3948,21 +2563,8 @@ "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, @@ -3972,8 +2574,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -3994,17 +2595,13 @@ "PrimaryKey": "System.String", "SecondaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4019,15 +2616,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -4040,8 +2634,7 @@ "Name": "secondaryKey", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4053,77 +2646,42 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Primary", "Secondary" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -4142,21 +2700,8 @@ "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 } ], @@ -4167,20 +2712,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4191,20 +2727,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4215,23 +2742,15 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Primary", "Secondary" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4242,20 +2761,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4280,21 +2790,8 @@ "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, @@ -4304,8 +2801,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -4321,23 +2817,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisLinkedServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisLinkedServer, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisLinkedServer, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryServerName": "System.String", "SecondaryServerName": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4352,15 +2844,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -4372,38 +2861,20 @@ "Parameters": [ { "Name": "PrimaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SecondaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -4422,21 +2893,8 @@ "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 } ], @@ -4447,20 +2905,11 @@ { "ParameterMetadata": { "Name": "PrimaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4471,20 +2920,11 @@ { "ParameterMetadata": { "Name": "SecondaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4509,21 +2949,8 @@ "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, @@ -4533,8 +2960,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -4550,23 +2976,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartHourUtc": "System.Int32", "MaintenanceWindow": "System.Nullable`1[System.TimeSpan]", "DayOfWeek": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4581,15 +3003,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -4601,56 +3020,30 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Entries", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry[], Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry[], Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry" + }, "ValidateNotNullOrEmpty": true }, { @@ -4669,21 +3062,8 @@ "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 } ], @@ -4694,20 +3074,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4718,20 +3089,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4742,20 +3104,12 @@ { "ParameterMetadata": { "Name": "Entries", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry[], Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry[], Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4780,21 +3134,8 @@ "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, @@ -4804,8 +3145,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -4821,23 +3161,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartHourUtc": "System.Int32", "MaintenanceWindow": "System.Nullable`1[System.TimeSpan]", "DayOfWeek": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4852,15 +3188,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -4872,16 +3205,10 @@ "Parameters": [ { "Name": "DayOfWeek", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Everyday", @@ -4894,46 +3221,27 @@ "Saturday", "Sunday" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "StartHourUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaintenanceWindow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4952,21 +3260,8 @@ "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 } ], @@ -4977,16 +3272,10 @@ { "ParameterMetadata": { "Name": "DayOfWeek", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Everyday", @@ -4999,8 +3288,6 @@ "Saturday", "Sunday" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5011,20 +3298,11 @@ { "ParameterMetadata": { "Name": "StartHourUtc", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5035,22 +3313,14 @@ { "ParameterMetadata": { "Name": "MaintenanceWindow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5075,21 +3345,8 @@ "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, @@ -5099,8 +3356,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -5116,12 +3372,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -5131,74 +3382,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -5217,21 +3432,8 @@ "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 } ], @@ -5242,20 +3444,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5266,20 +3459,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5290,20 +3474,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5314,20 +3489,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5352,21 +3518,8 @@ "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, @@ -5376,8 +3529,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -5393,12 +3545,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -5408,38 +3555,20 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5458,21 +3587,8 @@ "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 } ], @@ -5483,20 +3599,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5507,20 +3614,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5545,21 +3643,8 @@ "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, @@ -5588,12 +3673,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -5603,65 +3683,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RuleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "Name": "System.String", @@ -5670,65 +3722,17 @@ "Type": "System.String", "StartIP": "System.String", "EndIP": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -5747,21 +3751,8 @@ "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 } ], @@ -5772,20 +3763,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5796,20 +3778,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5820,20 +3793,11 @@ { "ParameterMetadata": { "Name": "RuleName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5844,20 +3808,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5882,21 +3837,8 @@ "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, @@ -5912,11 +3854,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSRedisFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "Name": "System.String", @@ -5925,47 +3866,8 @@ "Type": "System.String", "StartIP": "System.String", "EndIP": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5976,20 +3878,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6014,21 +3907,8 @@ "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, @@ -6044,20 +3924,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6082,21 +3953,8 @@ "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, @@ -6106,8 +3964,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -6123,12 +3980,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -6138,56 +3990,29 @@ "Parameters": [ { "Name": "PrimaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SecondaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -6206,21 +4031,8 @@ "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 } ], @@ -6231,20 +4043,11 @@ { "ParameterMetadata": { "Name": "PrimaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6255,20 +4058,11 @@ { "ParameterMetadata": { "Name": "SecondaryServerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6279,20 +4073,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6317,21 +4102,8 @@ "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, @@ -6341,8 +4113,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -6358,12 +4129,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -6373,56 +4139,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -6441,21 +4180,8 @@ "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 } ], @@ -6466,20 +4192,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6490,20 +4207,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6514,20 +4222,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6552,21 +4251,8 @@ "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, @@ -6576,8 +4262,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Reset", @@ -6593,12 +4278,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -6608,116 +4288,64 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RebootType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryNode", "SecondaryNode", "AllNodes" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ShardId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -6736,21 +4364,8 @@ "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 } ], @@ -6761,20 +4376,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6785,20 +4391,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6809,24 +4406,16 @@ { "ParameterMetadata": { "Name": "RebootType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryNode", "SecondaryNode", "AllNodes" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6837,22 +4426,14 @@ { "ParameterMetadata": { "Name": "ShardId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6863,20 +4444,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6887,20 +4459,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6925,21 +4488,8 @@ "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, @@ -6949,8 +4499,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -6966,7 +4515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributesWithAccessKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributesWithAccessKeys, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.RedisCacheAttributesWithAccessKeys, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableNonSslPort": "System.Boolean", "RedisConfiguration": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6992,17 +4541,13 @@ "Size": "System.String", "PrimaryKey": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7017,7 +4562,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -7037,8 +4581,7 @@ "Name": "resourceGroupName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -7050,208 +4593,112 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Size", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "RedisConfiguration", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableNonSslPort", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TenantSettings", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ShardCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "MinimumTlsVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "RedisVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -7270,21 +4717,8 @@ "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 } ], @@ -7295,20 +4729,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7319,20 +4744,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7343,20 +4759,11 @@ { "ParameterMetadata": { "Name": "Size", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7367,24 +4774,16 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7395,20 +4794,11 @@ { "ParameterMetadata": { "Name": "RedisConfiguration", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7419,22 +4809,14 @@ { "ParameterMetadata": { "Name": "EnableNonSslPort", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7445,20 +4827,11 @@ { "ParameterMetadata": { "Name": "TenantSettings", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7469,22 +4842,14 @@ { "ParameterMetadata": { "Name": "ShardCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7495,20 +4860,11 @@ { "ParameterMetadata": { "Name": "MinimumTlsVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7519,20 +4875,11 @@ { "ParameterMetadata": { "Name": "RedisVersion", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7543,20 +4890,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7581,21 +4919,8 @@ "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, @@ -7605,8 +4930,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -7622,12 +4946,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -7637,56 +4956,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "StorageAccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7705,21 +4997,8 @@ "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 } ], @@ -7730,20 +5009,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7754,20 +5024,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7778,20 +5039,11 @@ { "ParameterMetadata": { "Name": "StorageAccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7816,21 +5068,8 @@ "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, @@ -7848,144 +5087,46 @@ ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -7998,11 +5139,7 @@ "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -8013,24 +5150,16 @@ "Id": "System.String", "Credential": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -8060,23 +5189,15 @@ "ServiceManagementUrl": "System.String", "StorageEndpointSuffix": "System.String", "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -8086,11 +5207,7 @@ "Id": "System.String", "Name": "System.String", "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -8098,11 +5215,7 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -8111,137 +5224,90 @@ "Properties": { "CacheData": "System.Byte[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Clear", - "Parameters": [], "ReturnType": "System.Void" } - ], - "Constructors": [] + ] }, "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Byte" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[System.TimeSpan]": { "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, "System.TimeSpan": { "Namespace": "System", "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry": { "Namespace": "Microsoft.Azure.Commands.RedisCache.Models", "Name": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry, Microsoft.Azure.PowerShell.Cmdlets.RedisCache, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartHourUtc": "System.Int32", "MaintenanceWindow": "System.Nullable`1[System.TimeSpan]", "DayOfWeek": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8256,15 +5322,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] } diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Resources.json b/tools/Tools.Common/SerializedCmdlets/Az.Resources.json index b010e198f51b..4c8e16b70587 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Resources.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Resources.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Resources", - "ModuleVersion": "4.4.0", + "ModuleVersion": "4.4.1", "Cmdlets": [ { "VerbName": "Add", @@ -58,7 +58,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -216,7 +216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -459,7 +459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -1312,7 +1312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -1389,7 +1389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -1577,7 +1577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -1676,7 +1676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -2369,7 +2369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -2956,7 +2956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADObject, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADObject, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "DeletionTimestamp": "System.Nullable`1[System.DateTime]", @@ -3027,7 +3027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -3287,7 +3287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -3473,7 +3473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -3564,7 +3564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -4020,7 +4020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -4303,7 +4303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -4383,7 +4383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -4569,7 +4569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -4666,7 +4666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -5466,7 +5466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DoNotApplyToChildScopes": "System.Boolean", "IsSystemProtected": "System.Boolean", @@ -6953,7 +6953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -7260,7 +7260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -7328,7 +7328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -7468,7 +7468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -7605,7 +7605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -7921,7 +7921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Log": "System.String", "DeploymentScriptName": "System.String", @@ -8000,7 +8000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -8208,7 +8208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -8331,7 +8331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", @@ -11086,7 +11086,7 @@ "Type": { "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.List`1[System.String]", "DisplayName": "System.String", @@ -11899,7 +11899,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Type": "System.String", @@ -11954,7 +11954,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -12191,7 +12191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -12519,7 +12519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -12596,7 +12596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -12751,7 +12751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -12885,7 +12885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", @@ -15901,7 +15901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Aliases": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.Alias]", "Locations": "System.Collections.Generic.IList`1[System.String]", @@ -16270,7 +16270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -16782,7 +16782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -17569,7 +17569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -18078,7 +18078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -18865,7 +18865,7 @@ "Type": { "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FeatureName": "System.String", "ProviderName": "System.String", @@ -19125,7 +19125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models", "Name": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDataAction": "System.Boolean", "Operation": "System.String", @@ -19272,7 +19272,7 @@ "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity", "Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan", @@ -20009,7 +20009,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -20434,7 +20434,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -20759,7 +20759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -20951,7 +20951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", @@ -24853,7 +24853,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -25240,7 +25240,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -27149,7 +27149,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -27731,7 +27731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Versions": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -28076,7 +28076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -28380,7 +28380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -28448,7 +28448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -28588,7 +28588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -28722,7 +28722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", @@ -32574,7 +32574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -32651,7 +32651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -33382,7 +33382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -33503,7 +33503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -33707,7 +33707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -33814,7 +33814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -33824,7 +33824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -34243,7 +34243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -34526,7 +34526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -34611,7 +34611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -34801,7 +34801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -34850,7 +34850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADServicePrincipalWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADServicePrincipalWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADServicePrincipalWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -34927,7 +34927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -34954,7 +34954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -34967,7 +34967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -35197,7 +35197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -35353,7 +35353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -35676,7 +35676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -35832,7 +35832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -35879,7 +35879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -35970,7 +35970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -36003,7 +36003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential" }, "ValidateNotNullOrEmpty": false @@ -36050,7 +36050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -36156,7 +36156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -36189,7 +36189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential" }, "ValidateNotNullOrEmpty": false @@ -36274,7 +36274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -36321,7 +36321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADCredentialWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADCredentialWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADCredentialWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Secret": "System.Security.SecureString", "StartDate": "System.String", @@ -36402,7 +36402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -36820,7 +36820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -36921,7 +36921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -37078,7 +37078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -37344,7 +37344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -41495,7 +41495,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -41662,7 +41662,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -41842,7 +41842,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42022,7 +42022,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42184,7 +42184,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -42298,7 +42298,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -42438,7 +42438,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -42535,7 +42535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -47066,7 +47066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -47173,7 +47173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -47191,7 +47191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -47236,7 +47236,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -47266,7 +47266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -47396,7 +47396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -47420,7 +47420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -47459,7 +47459,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -47507,7 +47507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -47584,7 +47584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -47608,7 +47608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -47723,7 +47723,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -47771,7 +47771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -47848,7 +47848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -47963,7 +47963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -48002,7 +48002,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -48050,7 +48050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -48127,7 +48127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -48242,7 +48242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -48281,7 +48281,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -48329,7 +48329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -48406,7 +48406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -48521,7 +48521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -48560,7 +48560,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -48608,7 +48608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -48685,7 +48685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -48800,7 +48800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -48839,7 +48839,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -48887,7 +48887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -48971,7 +48971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -49694,7 +49694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -49801,7 +49801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -49977,7 +49977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -50122,7 +50122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -52146,7 +52146,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -52417,7 +52417,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -57688,7 +57688,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -57848,7 +57848,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -58024,7 +58024,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -58170,7 +58170,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -58301,7 +58301,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -58462,7 +58462,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -58574,7 +58574,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -58705,7 +58705,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -58821,7 +58821,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -60891,7 +60891,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -60953,7 +60953,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -61045,7 +61045,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -61185,7 +61185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", "Id": "System.String", @@ -61456,7 +61456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Versions": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -62268,7 +62268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -66349,7 +66349,7 @@ "Type": { "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FeatureName": "System.String", "ProviderName": "System.String", @@ -66508,7 +66508,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -66766,7 +66766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -67107,7 +67107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -67306,7 +67306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -67602,7 +67602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -67792,7 +67792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -68009,7 +68009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -68216,7 +68216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -68365,7 +68365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -68608,7 +68608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -68811,7 +68811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -68906,7 +68906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -68925,7 +68925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -69304,7 +69304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -69390,7 +69390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -69589,7 +69589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -69919,7 +69919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -70143,7 +70143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -70519,7 +70519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -70717,7 +70717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -70988,7 +70988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -71185,7 +71185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -71281,7 +71281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -71489,7 +71489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -72398,7 +72398,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -72467,7 +72467,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -72690,7 +72690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -72976,7 +72976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -73399,7 +73399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -73635,7 +73635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -73856,7 +73856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -74394,7 +74394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -74553,7 +74553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -74892,7 +74892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -75064,7 +75064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -75602,7 +75602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -78049,7 +78049,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -78215,7 +78215,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -79487,7 +79487,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -79600,7 +79600,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -79855,7 +79855,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -80055,7 +80055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", "Id": "System.String", @@ -80721,7 +80721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -80992,7 +80992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -81186,7 +81186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, @@ -81261,7 +81261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -81547,7 +81547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -81715,7 +81715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, @@ -81772,7 +81772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -81948,7 +81948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -82145,7 +82145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, @@ -82211,7 +82211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -82402,7 +82402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -82805,7 +82805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, @@ -82862,7 +82862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -83038,7 +83038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -84516,7 +84516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -84680,7 +84680,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -84692,7 +84692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -84714,7 +84714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -84889,7 +84889,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -84907,7 +84907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -85120,7 +85120,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -85138,7 +85138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -85351,7 +85351,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -85369,7 +85369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -85537,7 +85537,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -85555,7 +85555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -85741,7 +85741,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -85759,7 +85759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -85960,7 +85960,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -85978,7 +85978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -86179,7 +86179,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -86197,7 +86197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -86274,7 +86274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -86393,7 +86393,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode" ] @@ -86411,7 +86411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "ValidateNotNullOrEmpty": false @@ -86495,7 +86495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -86648,7 +86648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -87561,7 +87561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -87743,7 +87743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -87902,7 +87902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -88535,7 +88535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -88741,7 +88741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -88885,7 +88885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -89807,7 +89807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -90002,7 +90002,7 @@ "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity", "Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan", @@ -90242,7 +90242,7 @@ "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity", "Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan", @@ -91503,7 +91503,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -91955,7 +91955,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -92115,7 +92115,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -92291,7 +92291,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -92437,7 +92437,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -92568,7 +92568,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -92729,7 +92729,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -92841,7 +92841,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -92972,7 +92972,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -93088,7 +93088,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -93153,7 +93153,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -93272,7 +93272,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -93400,7 +93400,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -93462,7 +93462,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -93554,7 +93554,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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -93649,7 +93649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Versions": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -95070,7 +95070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -95302,7 +95302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -95516,7 +95516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -95763,7 +95763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -96244,7 +96244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -96476,7 +96476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -96640,7 +96640,7 @@ "Type": { "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -99108,7 +99108,7 @@ "Type": { "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -101837,7 +101837,7 @@ "Type": { "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -104776,7 +104776,7 @@ "Type": { "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -107241,7 +107241,7 @@ "Type": { "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FeatureName": "System.String", "ProviderName": "System.String", @@ -107400,7 +107400,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -107585,7 +107585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -107660,7 +107660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -108021,7 +108021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -108206,7 +108206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -108291,7 +108291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -108747,7 +108747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -108985,7 +108985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -109073,7 +109073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -109493,7 +109493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -109659,7 +109659,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -109723,7 +109723,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -109795,7 +109795,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -109823,7 +109823,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -109866,7 +109866,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -109925,7 +109925,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -110047,7 +110047,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -110223,7 +110223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", "Id": "System.String", @@ -110290,7 +110290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -110355,7 +110355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -110661,7 +110661,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal" ] @@ -110669,7 +110669,7 @@ "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "ObjectType": "System.String", @@ -111025,7 +111025,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, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable" @@ -111034,7 +111034,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Object", "Type": "System.String" @@ -111072,7 +111072,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "StartTime": "System.Nullable`1[System.DateTime]", @@ -111430,7 +111430,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange" ] @@ -111438,7 +111438,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeType": "Microsoft.Azure.Management.ResourceManager.Models.ChangeType", "Before": "Newtonsoft.Json.Linq.JToken", @@ -115154,7 +115154,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange" ] @@ -115162,7 +115162,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropertyChangeType": "Microsoft.Azure.Management.ResourceManager.Models.PropertyChangeType", "Before": "Newtonsoft.Json.Linq.JToken", @@ -115296,7 +115296,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo" ] @@ -115304,7 +115304,7 @@ "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.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "Type": "System.String", @@ -115799,7 +115799,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NonComplianceMessages": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", "Metadata": "System.Management.Automation.PSObject", @@ -115854,13 +115854,13 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage" }, "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Message": "System.String", "PolicyDefinitionReferenceId": "System.String" @@ -115915,7 +115915,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Message": "System.String", "PolicyDefinitionReferenceId": "System.String" @@ -115958,7 +115958,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode" ] @@ -115966,7 +115966,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -116053,7 +116053,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", "Metadata": "System.Management.Automation.PSObject", @@ -116116,7 +116116,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -116203,7 +116203,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Management.Automation.PSObject", "ExpiresOn": "System.Nullable`1[System.DateTime]", @@ -116256,7 +116256,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", "Metadata": "System.Management.Automation.PSObject", @@ -116667,13 +116667,13 @@ "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType" }, "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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ZoneMappings": "System.Collections.Hashtable", "ResourceTypeName": "System.String", @@ -116759,13 +116759,13 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion" }, "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LinkedTemplates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact]", @@ -116774,7 +116774,8 @@ "Id": "System.String", "Name": "System.String", "Description": "System.String", - "MainTemplate": "System.String" + "MainTemplate": "System.String", + "UIFormDefinition": "System.String" }, "Methods": [ { @@ -116809,7 +116810,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact" ] @@ -116817,7 +116818,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Template": "System.String", "Path": "System.String" @@ -116850,7 +116851,7 @@ "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.DateTime", "EndDate": "System.DateTime", @@ -116890,7 +116891,7 @@ "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.DateTime", "EndDate": "System.DateTime", @@ -116935,7 +116936,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -117022,7 +117023,7 @@ "Microsoft.Azure.Commands.Tags.Model.PSTagsObject": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TagsProperty": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, @@ -117065,7 +117066,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError" ] @@ -117073,7 +117074,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.PowerShell.Cmdlets.ResourceManager, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Security.json b/tools/Tools.Common/SerializedCmdlets/Az.Security.json index 0d0755f85103..8a565ee470b1 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Security.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Security.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.Security", + "ModuleVersion": "1.1.1", "Cmdlets": [ { "VerbName": "Add", @@ -14,24 +16,20 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardenings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardenings, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardenings, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsProperties", "Id": "System.String", "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -46,15 +44,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -66,166 +61,87 @@ "Parameters": [ { "Name": "AdaptiveNetworkHardeningResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Rule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule" + }, "ValidateNotNullOrEmpty": true }, { "Name": "NetworkSecurityGroup", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -244,21 +160,8 @@ "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 } ], @@ -269,20 +172,11 @@ { "ParameterMetadata": { "Name": "AdaptiveNetworkHardeningResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -293,20 +187,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -317,20 +202,11 @@ { "ParameterMetadata": { "Name": "ResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -341,20 +217,11 @@ { "ParameterMetadata": { "Name": "ResourceNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -365,20 +232,11 @@ { "ParameterMetadata": { "Name": "ResourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -389,20 +247,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -413,20 +262,12 @@ { "ParameterMetadata": { "Name": "Rule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -437,22 +278,14 @@ { "ParameterMetadata": { "Name": "NetworkSecurityGroup", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -463,20 +296,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -501,21 +325,8 @@ "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, @@ -531,20 +342,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -569,21 +371,8 @@ "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, @@ -593,8 +382,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Add", @@ -610,22 +398,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -640,15 +424,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -660,235 +441,106 @@ "Parameters": [ { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Baseline", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[][]", "AssemblyQualifiedName": "System.String[][], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String[]", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String[]" + }, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -907,21 +559,8 @@ "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 } ], @@ -932,20 +571,11 @@ { "ParameterMetadata": { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -956,20 +586,12 @@ { "ParameterMetadata": { "Name": "Baseline", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[][]", "AssemblyQualifiedName": "System.String[][], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String[]", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String[]" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -980,20 +602,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1004,20 +617,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1028,20 +632,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1052,20 +647,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1090,21 +676,8 @@ "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, @@ -1120,20 +693,11 @@ { "ParameterMetadata": { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1144,20 +708,12 @@ { "ParameterMetadata": { "Name": "Baseline", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[][]", "AssemblyQualifiedName": "System.String[][], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String[]", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String[]" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1168,20 +724,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1192,20 +739,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1216,20 +754,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1240,20 +769,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1264,20 +784,11 @@ { "ParameterMetadata": { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1288,20 +799,11 @@ { "ParameterMetadata": { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1312,20 +814,11 @@ { "ParameterMetadata": { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1350,21 +843,8 @@ "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, @@ -1380,55 +860,15 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1439,20 +879,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1463,20 +894,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1487,20 +909,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1511,20 +924,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1549,21 +953,8 @@ "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, @@ -1579,55 +970,15 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -1638,20 +989,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1662,20 +1004,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1686,20 +1019,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1710,20 +1034,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1734,20 +1049,11 @@ { "ParameterMetadata": { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1758,20 +1064,11 @@ { "ParameterMetadata": { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1782,20 +1079,11 @@ { "ParameterMetadata": { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1820,21 +1108,8 @@ "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, @@ -1864,21 +1139,8 @@ "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, @@ -1888,8 +1150,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Disable", @@ -1905,12 +1166,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -1920,65 +1176,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SolutionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedAlert", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "TopDevicesList": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice]", @@ -1997,83 +1225,26 @@ "AlertDisplayName": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -2092,21 +1263,8 @@ "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 } ], @@ -2117,20 +1275,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2141,20 +1290,11 @@ { "ParameterMetadata": { "Name": "SolutionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2165,20 +1305,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2189,20 +1320,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2227,21 +1349,8 @@ "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, @@ -2257,11 +1366,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedAlert", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "TopDevicesList": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice]", @@ -2280,47 +1388,8 @@ "AlertDisplayName": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2331,20 +1400,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2369,21 +1429,8 @@ "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, @@ -2399,20 +1446,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2423,20 +1461,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2461,21 +1490,8 @@ "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, @@ -2491,20 +1507,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2529,21 +1536,8 @@ "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, @@ -2553,8 +1547,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Disable", @@ -2570,22 +1563,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection", "Name": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection.PSAdvancedThreatProtection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection.PSAdvancedThreatProtection, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection.PSAdvancedThreatProtection, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2600,15 +1589,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -2620,20 +1606,11 @@ "Parameters": [ { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2652,21 +1629,8 @@ "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 } ], @@ -2677,20 +1641,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2715,21 +1670,8 @@ "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, @@ -2759,21 +1701,8 @@ "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, @@ -2783,8 +1712,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Enable", @@ -2800,22 +1728,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection", "Name": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection.PSAdvancedThreatProtection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection.PSAdvancedThreatProtection, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection.PSAdvancedThreatProtection, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2830,15 +1754,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -2850,20 +1771,11 @@ "Parameters": [ { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2882,21 +1794,8 @@ "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 } ], @@ -2907,20 +1806,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2945,21 +1835,8 @@ "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, @@ -2989,21 +1866,8 @@ "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, @@ -3013,8 +1877,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -3030,7 +1893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AllowedConnection", "Name": "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityAllowedConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityAllowedConnection, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityAllowedConnection, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectableResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources]", "CalculatedDateTime": "System.Nullable`1[System.DateTime]", @@ -3038,17 +1901,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3063,15 +1922,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -3083,74 +1939,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3169,21 +1989,8 @@ "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 } ], @@ -3194,20 +2001,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3218,20 +2016,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3242,20 +2031,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3280,21 +2060,8 @@ "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, @@ -3310,20 +2077,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3348,21 +2106,8 @@ "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, @@ -3392,21 +2137,8 @@ "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, @@ -3416,8 +2148,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -3433,7 +2164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowlistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule]", "DenylistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule]", @@ -3443,17 +2174,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3468,15 +2195,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -3488,38 +2212,20 @@ "Parameters": [ { "Name": "HubResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3538,21 +2244,8 @@ "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 } ], @@ -3563,20 +2256,11 @@ { "ParameterMetadata": { "Name": "HubResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3587,20 +2271,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3625,21 +2300,8 @@ "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, @@ -3655,20 +2317,11 @@ { "ParameterMetadata": { "Name": "HubResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3693,21 +2346,8 @@ "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, @@ -3737,21 +2377,8 @@ "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, @@ -3761,8 +2388,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -3778,7 +2404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DiscoveredSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.DiscoveredSecuritySolutions.PSSecurityDiscoveredSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DiscoveredSecuritySolutions.PSSecurityDiscoveredSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DiscoveredSecuritySolutions.PSSecurityDiscoveredSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -3787,17 +2413,13 @@ "SecurityFamily": "System.String", "Sku": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3812,15 +2434,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -3832,74 +2451,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3918,21 +2501,8 @@ "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 } ], @@ -3943,20 +2513,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3967,20 +2528,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3991,20 +2543,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4029,21 +2572,8 @@ "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, @@ -4059,20 +2589,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4097,21 +2618,8 @@ "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, @@ -4141,21 +2649,8 @@ "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, @@ -4165,8 +2660,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4182,23 +2676,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.ExternalSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.ExternalSecuritySolutions.PSSecurityExternalSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.ExternalSecuritySolutions.PSSecurityExternalSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.ExternalSecuritySolutions.PSSecurityExternalSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "Kind": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4213,15 +2703,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -4233,74 +2720,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -4319,21 +2770,8 @@ "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 } ], @@ -4344,20 +2782,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4368,20 +2797,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4392,20 +2812,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4430,21 +2841,8 @@ "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, @@ -4460,20 +2858,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4498,21 +2887,8 @@ "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, @@ -4528,20 +2904,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4566,21 +2933,8 @@ "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, @@ -4610,21 +2964,8 @@ "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, @@ -4634,8 +2975,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4651,7 +2991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIotSecuritySolutionAnalytics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIotSecuritySolutionAnalytics, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIotSecuritySolutionAnalytics, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metrics": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSeverityMetrics", "DevicesMetrics": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSDevicesMetrics]", @@ -4663,17 +3003,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4688,15 +3024,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -4708,56 +3041,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SolutionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Default", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, { @@ -4776,21 +3082,8 @@ "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 } ], @@ -4801,20 +3094,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4825,20 +3109,11 @@ { "ParameterMetadata": { "Name": "SolutionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4849,20 +3124,11 @@ { "ParameterMetadata": { "Name": "Default", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4887,21 +3153,8 @@ "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, @@ -4931,21 +3184,8 @@ "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, @@ -4955,8 +3195,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4972,7 +3211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedAlert", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "TopDevicesList": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice]", @@ -4992,17 +3231,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5017,15 +3252,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -5037,56 +3269,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SolutionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5105,21 +3310,8 @@ "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 } ], @@ -5130,20 +3322,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5154,20 +3337,11 @@ { "ParameterMetadata": { "Name": "SolutionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5192,21 +3366,8 @@ "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, @@ -5222,20 +3383,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5246,20 +3398,11 @@ { "ParameterMetadata": { "Name": "SolutionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5270,20 +3413,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5308,21 +3442,8 @@ "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, @@ -5352,21 +3473,8 @@ "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, @@ -5376,8 +3484,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5393,7 +3500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAggregatedRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "HealthyDevices": "System.Nullable`1[System.Int64]", @@ -5410,17 +3517,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5435,15 +3538,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -5455,56 +3555,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SolutionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5523,21 +3596,8 @@ "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 } ], @@ -5548,20 +3608,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5572,20 +3623,11 @@ { "ParameterMetadata": { "Name": "SolutionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5610,21 +3652,8 @@ "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, @@ -5640,20 +3669,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5664,20 +3684,11 @@ { "ParameterMetadata": { "Name": "SolutionName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5688,20 +3699,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5726,21 +3728,8 @@ "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, @@ -5770,21 +3759,8 @@ "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, @@ -5794,8 +3770,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5811,7 +3786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDefinedResources": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -5829,17 +3804,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5854,15 +3825,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -5874,56 +3842,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5942,21 +3883,8 @@ "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 } ], @@ -5967,20 +3895,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6005,21 +3924,8 @@ "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, @@ -6035,20 +3941,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6059,20 +3956,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6097,21 +3985,8 @@ "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, @@ -6127,20 +4002,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6165,21 +4031,8 @@ "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, @@ -6209,21 +4062,8 @@ "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, @@ -6233,8 +4073,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6250,7 +4089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Requests": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest]", "VirtualMachines": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine]", @@ -6259,17 +4098,13 @@ "Kind": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6284,15 +4119,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -6304,74 +4136,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6390,21 +4186,8 @@ "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 } ], @@ -6415,20 +4198,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6453,21 +4227,8 @@ "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, @@ -6483,20 +4244,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6507,20 +4259,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6531,20 +4274,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6569,21 +4303,8 @@ "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, @@ -6599,20 +4320,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6637,21 +4349,8 @@ "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, @@ -6681,21 +4380,8 @@ "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, @@ -6705,8 +4391,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6722,7 +4407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance.PSSecurityRegulatoryComplianceAssessment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance.PSSecurityRegulatoryComplianceAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance.PSSecurityRegulatoryComplianceAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PassedResources": "System.Int32", "FailedResources": "System.Int32", @@ -6735,17 +4420,13 @@ "AssessmentDetailsLink": "System.String", "State": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6760,15 +4441,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -6780,74 +4458,38 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "StandardName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ControlName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6866,21 +4508,8 @@ "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 } ], @@ -6891,20 +4520,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6915,20 +4535,11 @@ { "ParameterMetadata": { "Name": "StandardName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6939,20 +4550,11 @@ { "ParameterMetadata": { "Name": "ControlName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6977,21 +4579,8 @@ "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, @@ -7007,20 +4596,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7045,21 +4625,8 @@ "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, @@ -7089,21 +4656,8 @@ "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, @@ -7132,7 +4686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance.PSSecurityRegulatoryComplianceControl", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance.PSSecurityRegulatoryComplianceControl, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance.PSSecurityRegulatoryComplianceControl, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PassedAssessments": "System.Int32", "FailedAssessments": "System.Int32", @@ -7143,17 +4697,13 @@ "Description": "System.String", "State": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7168,15 +4718,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -7188,56 +4735,29 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "StandardName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7256,21 +4776,8 @@ "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 } ], @@ -7281,20 +4788,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7305,20 +4803,11 @@ { "ParameterMetadata": { "Name": "StandardName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7343,21 +4832,8 @@ "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, @@ -7373,20 +4849,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7411,21 +4878,8 @@ "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, @@ -7455,21 +4909,8 @@ "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, @@ -7479,8 +4920,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -7496,7 +4936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance.PSSecurityRegulatoryComplianceStandard", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance.PSSecurityRegulatoryComplianceStandard, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.RegulatoryCompliance.PSSecurityRegulatoryComplianceStandard, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PassedControls": "System.Int32", "FailedControls": "System.Int32", @@ -7507,17 +4947,13 @@ "Type": "System.String", "State": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7532,15 +4968,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -7552,38 +4985,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7602,21 +5017,8 @@ "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 } ], @@ -7627,20 +5029,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7665,21 +5058,8 @@ "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, @@ -7695,20 +5075,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7733,21 +5104,8 @@ "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, @@ -7777,21 +5135,8 @@ "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, @@ -7801,8 +5146,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -7818,7 +5162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControls", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControls, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControls, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProperties", "Id": "System.String", @@ -7826,17 +5170,13 @@ "Type": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7851,15 +5191,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -7871,56 +5208,29 @@ "Parameters": [ { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IncludePathRecommendation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Summary", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7939,21 +5249,8 @@ "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 } ], @@ -7964,20 +5261,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7988,20 +5276,11 @@ { "ParameterMetadata": { "Name": "IncludePathRecommendation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8012,20 +5291,11 @@ { "ParameterMetadata": { "Name": "Summary", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8050,21 +5320,8 @@ "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, @@ -8094,21 +5351,8 @@ "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, @@ -8118,8 +5362,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -8135,7 +5378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControls", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControls, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControls, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProperties", "Id": "System.String", @@ -8143,17 +5386,13 @@ "Type": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8168,15 +5407,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -8188,56 +5424,29 @@ "Parameters": [ { "Name": "GroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AscLocation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -8256,21 +5465,8 @@ "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 } ], @@ -8281,20 +5477,11 @@ { "ParameterMetadata": { "Name": "GroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8305,20 +5492,11 @@ { "ParameterMetadata": { "Name": "AscLocation", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8329,20 +5507,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8367,21 +5536,8 @@ "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, @@ -8411,21 +5567,8 @@ "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, @@ -8435,8 +5578,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -8452,24 +5594,20 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardenings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardenings, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardenings, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsProperties", "Id": "System.String", "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8484,15 +5622,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -8504,110 +5639,56 @@ "Parameters": [ { "Name": "AdaptiveNetworkHardeningResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -8626,21 +5707,8 @@ "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 } ], @@ -8651,20 +5719,11 @@ { "ParameterMetadata": { "Name": "AdaptiveNetworkHardeningResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8675,20 +5734,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8699,20 +5749,11 @@ { "ParameterMetadata": { "Name": "ResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8723,20 +5764,11 @@ { "ParameterMetadata": { "Name": "ResourceNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8747,20 +5779,11 @@ { "ParameterMetadata": { "Name": "ResourceType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8771,20 +5794,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8809,21 +5823,8 @@ "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, @@ -8853,21 +5854,8 @@ "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, @@ -8877,8 +5865,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -8894,22 +5881,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection", "Name": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection.PSAdvancedThreatProtection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection.PSAdvancedThreatProtection, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AdvancedThreatProtection.PSAdvancedThreatProtection, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8924,15 +5907,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -8944,20 +5924,11 @@ "Parameters": [ { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -8976,21 +5947,8 @@ "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 } ], @@ -9001,20 +5959,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9039,21 +5988,8 @@ "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, @@ -9063,8 +5999,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -9080,7 +6015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Alerts", "Name": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlert", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ConfidenceReasons": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason]", @@ -9106,17 +6041,13 @@ "VendorName": "System.String", "WorkspaceArmId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9131,15 +6062,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -9151,74 +6079,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -9237,21 +6129,8 @@ "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 } ], @@ -9262,20 +6141,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9300,21 +6170,8 @@ "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, @@ -9330,20 +6187,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9354,20 +6202,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9378,20 +6217,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9416,21 +6246,8 @@ "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, @@ -9446,20 +6263,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9470,20 +6278,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9508,21 +6307,8 @@ "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, @@ -9538,20 +6324,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9576,21 +6353,8 @@ "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, @@ -9620,21 +6384,8 @@ "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, @@ -9644,8 +6395,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -9661,7 +6411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Assessments", "Name": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessmentStatus", "ResourceDetails": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails", @@ -9670,17 +6420,13 @@ "Name": "System.String", "DisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9695,15 +6441,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -9715,56 +6458,29 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -9783,21 +6499,8 @@ "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 } ], @@ -9808,20 +6511,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9846,21 +6540,8 @@ "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, @@ -9876,20 +6557,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9900,20 +6572,11 @@ { "ParameterMetadata": { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9938,21 +6601,8 @@ "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, @@ -9968,20 +6618,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10006,21 +6647,8 @@ "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, @@ -10050,21 +6678,8 @@ "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, @@ -10074,8 +6689,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -10091,7 +6705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata", "Name": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -10102,17 +6716,13 @@ "Severity": "System.String", "AssessmentType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10127,15 +6737,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -10147,38 +6754,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -10197,21 +6786,8 @@ "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 } ], @@ -10222,20 +6798,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10260,21 +6827,8 @@ "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, @@ -10290,20 +6844,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10328,21 +6873,8 @@ "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, @@ -10372,21 +6904,8 @@ "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, @@ -10396,8 +6915,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -10413,23 +6931,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings", "Name": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "AutoProvision": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10444,15 +6958,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -10464,38 +6975,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -10514,21 +7007,8 @@ "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 } ], @@ -10539,20 +7019,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10577,21 +7048,8 @@ "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, @@ -10607,20 +7065,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10645,21 +7094,8 @@ "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, @@ -10689,21 +7125,8 @@ "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, @@ -10713,8 +7136,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -10730,7 +7152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Compliances", "Name": "Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityCompliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityCompliance, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityCompliance, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AssessmentResult": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityComplianceSegment]", "AssessmentTimestampUtcDate": "System.DateTime", @@ -10738,17 +7160,13 @@ "Id": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10763,15 +7181,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -10783,38 +7198,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -10833,21 +7230,8 @@ "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 } ], @@ -10858,20 +7242,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10896,21 +7271,8 @@ "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, @@ -10926,20 +7288,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10964,21 +7317,8 @@ "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, @@ -11008,21 +7348,8 @@ "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, @@ -11032,8 +7359,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -11049,7 +7375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.SecurityContacts", "Name": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -11058,17 +7384,13 @@ "AlertNotifications": "System.String", "AlertsToAdmins": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11083,15 +7405,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -11103,38 +7422,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11153,21 +7454,8 @@ "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 } ], @@ -11178,20 +7466,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11216,21 +7495,8 @@ "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, @@ -11246,20 +7512,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11284,21 +7541,8 @@ "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, @@ -11328,21 +7572,8 @@ "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, @@ -11352,8 +7583,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -11369,22 +7599,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Locations", "Name": "Microsoft.Azure.Commands.Security.Models.Locations.PSSecurityLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Locations.PSSecurityLocation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Locations.PSSecurityLocation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11399,15 +7625,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -11419,38 +7642,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11469,21 +7674,8 @@ "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 } ], @@ -11494,20 +7686,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11532,21 +7715,8 @@ "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, @@ -11562,20 +7732,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11600,21 +7761,8 @@ "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, @@ -11644,21 +7792,8 @@ "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, @@ -11668,8 +7803,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -11685,24 +7819,20 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Pricings", "Name": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FreeTrialRemainingTime": "System.Nullable`1[System.TimeSpan]", "Id": "System.String", "Name": "System.String", "PricingTier": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11717,15 +7847,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -11737,38 +7864,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11787,21 +7896,8 @@ "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 } ], @@ -11812,20 +7908,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11850,21 +7937,8 @@ "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, @@ -11880,20 +7954,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11918,21 +7983,8 @@ "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, @@ -11962,21 +8014,8 @@ "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, @@ -11986,8 +8025,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -12003,7 +8041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore.PSSecuritySecureScore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore.PSSecuritySecureScore, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore.PSSecuritySecureScore, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentScore": "System.Nullable`1[System.Double]", "Percentage": "System.Nullable`1[System.Double]", @@ -12014,17 +8052,13 @@ "Type": "System.String", "DisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12039,15 +8073,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -12059,20 +8090,11 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12091,21 +8113,8 @@ "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 } ], @@ -12116,20 +8125,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12154,21 +8154,8 @@ "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, @@ -12198,21 +8185,8 @@ "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, @@ -12222,8 +8196,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -12239,7 +8212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore.PSSecuritySecureScore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore.PSSecuritySecureScore, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore.PSSecuritySecureScore, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentScore": "System.Nullable`1[System.Double]", "Percentage": "System.Nullable`1[System.Double]", @@ -12250,17 +8223,13 @@ "Type": "System.String", "DisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12275,15 +8244,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -12295,20 +8261,11 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12327,21 +8284,8 @@ "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 } ], @@ -12352,20 +8296,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12390,21 +8325,8 @@ "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, @@ -12434,21 +8356,8 @@ "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, @@ -12458,8 +8367,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -12475,7 +8383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore.PSSecuritySecureScoreControlDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore.PSSecuritySecureScoreControlDefinition, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SecureScore.PSSecuritySecureScoreControlDefinition, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxScore": "System.Int32", "Id": "System.String", @@ -12486,17 +8394,13 @@ "Source": "System.String", "AssessmentDefinitions": "System.String[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12511,15 +8415,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -12531,20 +8432,11 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12563,21 +8455,8 @@ "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 } ], @@ -12588,20 +8467,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12626,21 +8496,8 @@ "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, @@ -12670,21 +8527,8 @@ "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, @@ -12694,8 +8538,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -12711,23 +8554,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Settings", "Name": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12742,15 +8581,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -12762,20 +8598,11 @@ "Parameters": [ { "Name": "SettingName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12794,21 +8621,8 @@ "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 } ], @@ -12819,20 +8633,11 @@ { "ParameterMetadata": { "Name": "SettingName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12857,21 +8662,8 @@ "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, @@ -12901,21 +8693,8 @@ "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, @@ -12925,8 +8704,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -12942,22 +8720,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12972,15 +8746,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -12992,164 +8763,83 @@ "Parameters": [ { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -13168,21 +8858,8 @@ "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 } ], @@ -13193,20 +8870,11 @@ { "ParameterMetadata": { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13217,20 +8885,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13241,20 +8900,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13265,20 +8915,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13289,20 +8930,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13327,21 +8959,8 @@ "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, @@ -13357,20 +8976,11 @@ { "ParameterMetadata": { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13381,20 +8991,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13405,20 +9006,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13429,20 +9021,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13453,20 +9036,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13477,20 +9051,11 @@ { "ParameterMetadata": { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13501,20 +9066,11 @@ { "ParameterMetadata": { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13525,20 +9081,11 @@ { "ParameterMetadata": { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13563,21 +9110,8 @@ "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, @@ -13607,21 +9141,8 @@ "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, @@ -13631,8 +9152,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -13648,7 +9168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentScanRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentScanRecord, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentScanRecord, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsBaselineApplied": "System.Boolean", "MediumSeverityFailedRulesCount": "System.Int32", @@ -13668,17 +9188,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -13693,15 +9209,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -13713,164 +9226,83 @@ "Parameters": [ { "Name": "ScanId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -13889,21 +9321,8 @@ "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 } ], @@ -13914,20 +9333,11 @@ { "ParameterMetadata": { "Name": "ScanId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13938,20 +9348,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13962,20 +9363,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13986,20 +9378,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14010,20 +9393,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14048,21 +9422,8 @@ "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, @@ -14078,20 +9439,11 @@ { "ParameterMetadata": { "Name": "ScanId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14102,20 +9454,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14126,20 +9469,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14150,20 +9484,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14174,20 +9499,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14198,20 +9514,11 @@ { "ParameterMetadata": { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14222,20 +9529,11 @@ { "ParameterMetadata": { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14246,20 +9544,11 @@ { "ParameterMetadata": { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14284,21 +9573,8 @@ "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, @@ -14328,21 +9604,8 @@ "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, @@ -14352,8 +9615,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -14369,7 +9631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentScanResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentScanResult, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentScanResult, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaselineAdjustedResult": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineAdjustedResult", "Remediation": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRemediation", @@ -14382,17 +9644,13 @@ "Type": "System.String", "QueryResults": "System.String[][]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -14407,15 +9665,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -14427,182 +9682,92 @@ "Parameters": [ { "Name": "ScanId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -14621,21 +9786,8 @@ "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 } ], @@ -14646,20 +9798,11 @@ { "ParameterMetadata": { "Name": "ScanId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14670,20 +9813,11 @@ { "ParameterMetadata": { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14694,20 +9828,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14718,20 +9843,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14742,20 +9858,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14766,20 +9873,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14804,21 +9902,8 @@ "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, @@ -14834,20 +9919,11 @@ { "ParameterMetadata": { "Name": "ScanId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14858,20 +9934,11 @@ { "ParameterMetadata": { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14882,20 +9949,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14906,20 +9964,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14930,20 +9979,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14954,20 +9994,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14978,20 +10009,11 @@ { "ParameterMetadata": { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15002,20 +10024,11 @@ { "ParameterMetadata": { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15026,20 +10039,11 @@ { "ParameterMetadata": { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15064,21 +10068,8 @@ "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, @@ -15108,21 +10099,8 @@ "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, @@ -15132,8 +10110,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -15149,7 +10126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.SubAssessments", "Name": "Microsoft.Azure.Commands.Security.Models.SubAssessments.PSSecuritySubAssessment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SubAssessments.PSSecuritySubAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SubAssessments.PSSecuritySubAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceDetails": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails", "Status": "Microsoft.Azure.Commands.Security.Models.SubAssessments.PSSecuritySubAssessmentStatus", @@ -15160,17 +10137,13 @@ "Remediation": "System.String", "SecuritySubAssessmentId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -15185,15 +10158,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -15205,74 +10175,38 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AssessmentName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -15291,21 +10225,8 @@ "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 } ], @@ -15316,20 +10237,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15340,20 +10252,11 @@ { "ParameterMetadata": { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15378,21 +10281,8 @@ "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, @@ -15408,20 +10298,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15432,20 +10313,11 @@ { "ParameterMetadata": { "Name": "AssessmentName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15456,20 +10328,11 @@ { "ParameterMetadata": { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15494,21 +10357,8 @@ "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, @@ -15524,20 +10374,11 @@ { "ParameterMetadata": { "Name": "AssessmentName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15548,20 +10389,11 @@ { "ParameterMetadata": { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15586,21 +10418,8 @@ "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, @@ -15616,20 +10435,11 @@ { "ParameterMetadata": { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15654,21 +10464,8 @@ "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, @@ -15684,20 +10481,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15722,21 +10510,8 @@ "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, @@ -15766,21 +10541,8 @@ "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, @@ -15790,8 +10552,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -15807,24 +10568,20 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Tasks", "Name": "Microsoft.Azure.Commands.Security.Models.Tasks.PSSecurityTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Tasks.PSSecurityTask, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Tasks.PSSecurityTask, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "RecommendationType": "System.String", "ResourceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -15839,15 +10596,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -15859,56 +10613,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -15927,21 +10654,8 @@ "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 } ], @@ -15952,20 +10666,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15990,21 +10695,8 @@ "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, @@ -16020,20 +10712,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16044,20 +10727,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16082,21 +10756,8 @@ "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, @@ -16112,20 +10773,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16150,21 +10802,8 @@ "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, @@ -16180,20 +10819,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16218,21 +10848,8 @@ "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, @@ -16262,21 +10879,8 @@ "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, @@ -16286,8 +10890,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -16303,7 +10906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Topology", "Name": "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopology", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopology, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopology, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TopologyResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResource]", "CalculatedDateTime": "System.Nullable`1[System.DateTime]", @@ -16311,17 +10914,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -16336,15 +10935,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -16356,74 +10952,38 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -16442,21 +11002,8 @@ "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 } ], @@ -16467,20 +11014,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16491,20 +11029,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16515,20 +11044,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16553,21 +11073,8 @@ "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, @@ -16583,20 +11090,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16621,21 +11119,8 @@ "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, @@ -16665,21 +11150,8 @@ "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, @@ -16689,8 +11161,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -16706,24 +11177,20 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings", "Name": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "WorkspaceId": "System.String", "Scope": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -16738,15 +11205,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -16758,38 +11222,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -16808,21 +11254,8 @@ "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 } ], @@ -16833,20 +11266,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16871,21 +11295,8 @@ "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, @@ -16901,20 +11312,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16939,21 +11341,8 @@ "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, @@ -16983,21 +11372,8 @@ "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, @@ -17007,8 +11383,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -17024,23 +11399,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InformationTypes": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType]", "Labels": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel]", "Version": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17055,15 +11426,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -17075,20 +11443,11 @@ "Parameters": [ { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -17107,21 +11466,8 @@ "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 } ], @@ -17132,20 +11478,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17170,21 +11507,8 @@ "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, @@ -17194,8 +11518,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -17211,7 +11534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "AllowlistValues": "System.Collections.Generic.IList`1[System.String]", @@ -17220,17 +11543,13 @@ "Description": "System.String", "RuleType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17245,15 +11564,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -17265,56 +11581,30 @@ "Parameters": [ { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AllowlistValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { @@ -17333,21 +11623,8 @@ "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 } ], @@ -17358,20 +11635,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17382,20 +11650,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17406,20 +11665,12 @@ { "ParameterMetadata": { "Name": "AllowlistValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17444,21 +11695,8 @@ "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, @@ -17488,21 +11726,8 @@ "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, @@ -17512,8 +11737,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -17529,7 +11753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "DenylistValues": "System.Collections.Generic.IList`1[System.String]", @@ -17538,17 +11762,13 @@ "Description": "System.String", "RuleType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17563,15 +11783,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -17583,56 +11800,30 @@ "Parameters": [ { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "DenylistValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { @@ -17651,21 +11842,8 @@ "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 } ], @@ -17676,20 +11854,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17700,20 +11869,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17724,20 +11884,12 @@ { "ParameterMetadata": { "Name": "DenylistValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -17762,21 +11914,8 @@ "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, @@ -17806,21 +11945,8 @@ "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, @@ -17830,8 +11956,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -17847,7 +11972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "MinThreshold": "System.Int32", @@ -17856,17 +11981,13 @@ "Description": "System.String", "RuleType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -17881,15 +12002,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -17901,74 +12019,38 @@ "Parameters": [ { "Name": "MinThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaxThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -17987,21 +12069,8 @@ "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 } ], @@ -18012,20 +12081,11 @@ { "ParameterMetadata": { "Name": "MinThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18036,20 +12096,11 @@ { "ParameterMetadata": { "Name": "MaxThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18060,20 +12111,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18084,20 +12126,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18122,21 +12155,8 @@ "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, @@ -18166,21 +12186,8 @@ "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, @@ -18190,8 +12197,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -18207,7 +12213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "MinThreshold": "System.Int32", @@ -18217,17 +12223,13 @@ "RuleType": "System.String", "TimeWindowSize": "System.TimeSpan" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -18242,15 +12244,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -18262,92 +12261,47 @@ "Parameters": [ { "Name": "TimeWindowSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MinThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaxThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -18366,21 +12320,8 @@ "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 } ], @@ -18391,20 +12332,11 @@ { "ParameterMetadata": { "Name": "TimeWindowSize", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18415,20 +12347,11 @@ { "ParameterMetadata": { "Name": "MinThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18439,20 +12362,11 @@ { "ParameterMetadata": { "Name": "MaxThreshold", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18463,20 +12377,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18487,20 +12392,11 @@ { "ParameterMetadata": { "Name": "Type", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18525,21 +12421,8 @@ "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, @@ -18569,21 +12452,8 @@ "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, @@ -18593,8 +12463,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -18610,23 +12479,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendationType": "System.String", "Name": "System.String", "Status": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -18641,15 +12506,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -18661,38 +12523,20 @@ "Parameters": [ { "Name": "RecommendationType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -18711,21 +12555,8 @@ "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 } ], @@ -18736,20 +12567,11 @@ { "ParameterMetadata": { "Name": "RecommendationType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18760,20 +12582,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -18798,21 +12611,8 @@ "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, @@ -18842,21 +12642,8 @@ "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, @@ -18866,8 +12653,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -18883,27 +12669,22 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuerySubscriptions": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Boolean" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -18918,15 +12699,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -18938,38 +12716,21 @@ "Parameters": [ { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "QuerySubscriptionList", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { @@ -18988,21 +12749,8 @@ "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 } ], @@ -19013,20 +12761,11 @@ { "ParameterMetadata": { "Name": "Query", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19037,20 +12776,12 @@ { "ParameterMetadata": { "Name": "QuerySubscriptionList", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -19075,21 +12806,8 @@ "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, @@ -19119,21 +12837,8 @@ "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, @@ -19143,8 +12848,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -19160,12 +12864,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -19175,47 +12874,28 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "HubResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowlistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule]", "DenylistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule]", @@ -19224,83 +12904,26 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -19319,21 +12942,8 @@ "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 } ], @@ -19344,20 +12954,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19368,20 +12969,11 @@ { "ParameterMetadata": { "Name": "HubResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19392,20 +12984,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19430,21 +13013,8 @@ "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, @@ -19460,11 +13030,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowlistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule]", "DenylistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule]", @@ -19473,47 +13042,8 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19524,20 +13054,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19562,21 +13083,8 @@ "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, @@ -19592,20 +13100,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19616,20 +13115,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19654,21 +13144,8 @@ "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, @@ -19684,20 +13161,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19722,21 +13190,8 @@ "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, @@ -19746,8 +13201,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -19763,12 +13217,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -19778,65 +13227,37 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDefinedResources": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19853,65 +13274,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -19930,21 +13303,8 @@ "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 } ], @@ -19955,20 +13315,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19979,20 +13330,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20003,20 +13345,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20041,21 +13374,8 @@ "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, @@ -20071,20 +13391,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20095,20 +13406,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20133,21 +13435,8 @@ "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, @@ -20163,11 +13452,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDefinedResources": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20184,47 +13472,8 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20235,20 +13484,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20273,21 +13513,8 @@ "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, @@ -20303,20 +13530,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20341,21 +13559,8 @@ "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, @@ -20365,8 +13570,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -20382,12 +13586,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -20397,83 +13596,46 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Requests": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest]", "VirtualMachines": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine]", @@ -20481,65 +13643,17 @@ "Name": "System.String", "Kind": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -20558,21 +13672,8 @@ "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 } ], @@ -20583,20 +13684,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20607,20 +13699,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20631,20 +13714,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20655,20 +13729,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20693,21 +13758,8 @@ "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, @@ -20723,20 +13775,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20747,20 +13790,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20785,21 +13819,8 @@ "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, @@ -20815,11 +13836,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Requests": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest]", "VirtualMachines": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine]", @@ -20827,47 +13847,8 @@ "Name": "System.String", "Kind": "System.String", "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20878,20 +13859,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20916,21 +13888,8 @@ "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, @@ -20946,20 +13905,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20984,21 +13934,8 @@ "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, @@ -21008,8 +13945,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -21025,12 +13961,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -21040,65 +13971,37 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Assessments", "Name": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessmentStatus", "ResourceDetails": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails", @@ -21106,65 +14009,17 @@ "Id": "System.String", "Name": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -21183,21 +14038,8 @@ "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 } ], @@ -21208,20 +14050,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21232,20 +14065,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21270,21 +14094,8 @@ "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, @@ -21300,20 +14111,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21324,20 +14126,11 @@ { "ParameterMetadata": { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -21348,20 +14141,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21386,21 +14170,8 @@ "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, @@ -21416,20 +14187,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21440,20 +14202,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21478,21 +14231,8 @@ "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, @@ -21508,11 +14248,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Assessments", "Name": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessmentStatus", "ResourceDetails": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails", @@ -21520,47 +14259,8 @@ "Id": "System.String", "Name": "System.String", "DisplayName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21571,20 +14271,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21609,21 +14300,8 @@ "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, @@ -21639,20 +14317,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21677,21 +14346,8 @@ "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, @@ -21701,8 +14357,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -21718,12 +14373,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -21733,47 +14383,28 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata", "Name": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -21783,65 +14414,17 @@ "RemediationDescription": "System.String", "Severity": "System.String", "AssessmentType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -21860,21 +14443,8 @@ "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 } ], @@ -21885,20 +14455,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21909,20 +14470,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21947,21 +14499,8 @@ "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, @@ -21977,20 +14516,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22001,20 +14531,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22039,21 +14560,8 @@ "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, @@ -22069,11 +14577,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata", "Name": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -22083,47 +14590,8 @@ "RemediationDescription": "System.String", "Severity": "System.String", "AssessmentType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22134,20 +14602,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22172,21 +14631,8 @@ "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, @@ -22202,20 +14648,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22240,21 +14677,8 @@ "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, @@ -22264,8 +14688,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -22281,12 +14704,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -22296,47 +14714,28 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.SecurityContacts", "Name": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -22344,65 +14743,17 @@ "Phone": "System.String", "AlertNotifications": "System.String", "AlertsToAdmins": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -22421,21 +14772,8 @@ "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 } ], @@ -22446,20 +14784,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22470,20 +14799,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22508,21 +14828,8 @@ "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, @@ -22538,20 +14845,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22562,20 +14860,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22600,21 +14889,8 @@ "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, @@ -22630,11 +14906,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.SecurityContacts", "Name": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -22642,47 +14917,8 @@ "Phone": "System.String", "AlertNotifications": "System.String", "AlertsToAdmins": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22693,20 +14929,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22731,21 +14958,8 @@ "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, @@ -22761,20 +14975,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22799,21 +15004,8 @@ "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, @@ -22823,8 +15015,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -22840,12 +15031,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -22855,253 +15041,114 @@ "Parameters": [ { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -23120,21 +15167,8 @@ "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 } ], @@ -23145,20 +15179,11 @@ { "ParameterMetadata": { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23169,20 +15194,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23193,20 +15209,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23217,20 +15224,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23241,20 +15239,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23265,20 +15254,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23289,20 +15269,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23327,21 +15298,8 @@ "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, @@ -23357,20 +15315,11 @@ { "ParameterMetadata": { "Name": "RuleId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23381,20 +15330,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23405,20 +15345,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23429,20 +15360,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23453,20 +15375,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23477,20 +15390,11 @@ { "ParameterMetadata": { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23501,20 +15405,11 @@ { "ParameterMetadata": { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23525,20 +15420,11 @@ { "ParameterMetadata": { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23549,20 +15435,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23573,20 +15450,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23611,21 +15479,8 @@ "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, @@ -23641,55 +15496,15 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -23700,20 +15515,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23724,20 +15530,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23762,21 +15559,8 @@ "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, @@ -23792,20 +15576,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23816,20 +15591,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23854,21 +15620,8 @@ "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, @@ -23878,8 +15631,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -23895,12 +15647,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -23910,111 +15657,44 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings", "Name": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "WorkspaceId": "System.String", "Scope": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -24033,21 +15713,8 @@ "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 } ], @@ -24058,20 +15725,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24082,20 +15740,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24120,21 +15769,8 @@ "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, @@ -24150,20 +15786,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24174,20 +15801,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24212,21 +15830,8 @@ "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, @@ -24242,57 +15847,17 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings", "Name": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "WorkspaceId": "System.String", "Scope": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24303,20 +15868,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24341,21 +15897,8 @@ "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, @@ -24371,20 +15914,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24409,21 +15943,8 @@ "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, @@ -24433,8 +15954,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -24450,7 +15970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowlistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule]", "DenylistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule]", @@ -24460,17 +15980,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -24485,15 +16001,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -24505,119 +16018,68 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "HubResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ThresholdRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule" + }, "ValidateNotNullOrEmpty": false }, { "Name": "TimeWindowRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AllowlistRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule" + }, "ValidateNotNullOrEmpty": false }, { "Name": "DenylistRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule" + }, "ValidateNotNullOrEmpty": false }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowlistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule]", "DenylistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule]", @@ -24626,65 +16088,17 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -24703,21 +16117,8 @@ "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 } ], @@ -24728,20 +16129,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24752,20 +16144,11 @@ { "ParameterMetadata": { "Name": "HubResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24776,20 +16159,12 @@ { "ParameterMetadata": { "Name": "ThresholdRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24800,20 +16175,12 @@ { "ParameterMetadata": { "Name": "TimeWindowRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24824,20 +16191,12 @@ { "ParameterMetadata": { "Name": "AllowlistRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24848,20 +16207,12 @@ { "ParameterMetadata": { "Name": "DenylistRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24886,21 +16237,8 @@ "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, @@ -24916,20 +16254,12 @@ { "ParameterMetadata": { "Name": "ThresholdRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24940,20 +16270,12 @@ { "ParameterMetadata": { "Name": "TimeWindowRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24964,20 +16286,12 @@ { "ParameterMetadata": { "Name": "AllowlistRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -24988,20 +16302,12 @@ { "ParameterMetadata": { "Name": "DenylistRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25012,11 +16318,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDeviceSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowlistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule]", "DenylistRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule]", @@ -25025,47 +16330,8 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25090,21 +16356,8 @@ "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, @@ -25120,20 +16373,12 @@ { "ParameterMetadata": { "Name": "ThresholdRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25144,20 +16389,12 @@ { "ParameterMetadata": { "Name": "TimeWindowRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25168,20 +16405,12 @@ { "ParameterMetadata": { "Name": "AllowlistRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25192,20 +16421,12 @@ { "ParameterMetadata": { "Name": "DenylistRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25216,20 +16437,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25254,21 +16466,8 @@ "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, @@ -25298,21 +16497,8 @@ "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, @@ -25322,8 +16508,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -25339,7 +16524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDefinedResources": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25357,17 +16542,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -25382,15 +16563,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -25402,47 +16580,28 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDefinedResources": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25459,303 +16618,124 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Export", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { "Name": "DisabledDataSource", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": false }, { "Name": "IotHub", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "System.String" + }, "ValidateNotNullOrEmpty": true }, { "Name": "UserDefinedResource", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuerySubscriptions": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "RecommendationsConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration" + }, "ValidateNotNullOrEmpty": false }, { "Name": "UnmaskedIpLoggingStatus", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -25774,21 +16754,8 @@ "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 } ], @@ -25799,20 +16766,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25823,20 +16781,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25847,20 +16796,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25871,20 +16811,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25895,20 +16826,11 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25919,20 +16841,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25943,20 +16856,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25967,20 +16871,12 @@ { "ParameterMetadata": { "Name": "Export", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25991,20 +16887,12 @@ { "ParameterMetadata": { "Name": "DisabledDataSource", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26015,20 +16903,12 @@ { "ParameterMetadata": { "Name": "IotHub", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26039,60 +16919,15 @@ { "ParameterMetadata": { "Name": "UserDefinedResource", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuerySubscriptions": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26103,20 +16938,12 @@ { "ParameterMetadata": { "Name": "RecommendationsConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26127,20 +16954,11 @@ { "ParameterMetadata": { "Name": "UnmaskedIpLoggingStatus", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26165,21 +16983,8 @@ "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, @@ -26195,11 +17000,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDefinedResources": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -26216,47 +17020,8 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26267,20 +17032,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26291,20 +17047,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26315,20 +17062,11 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26339,20 +17077,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26363,20 +17092,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26387,20 +17107,12 @@ { "ParameterMetadata": { "Name": "Export", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26411,20 +17123,12 @@ { "ParameterMetadata": { "Name": "DisabledDataSource", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26435,20 +17139,12 @@ { "ParameterMetadata": { "Name": "IotHub", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26459,60 +17155,15 @@ { "ParameterMetadata": { "Name": "UserDefinedResource", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuerySubscriptions": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26523,20 +17174,12 @@ { "ParameterMetadata": { "Name": "RecommendationsConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26547,20 +17190,11 @@ { "ParameterMetadata": { "Name": "UnmaskedIpLoggingStatus", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26585,21 +17219,8 @@ "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, @@ -26615,20 +17236,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26639,20 +17251,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26663,20 +17266,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26687,20 +17281,11 @@ { "ParameterMetadata": { "Name": "Workspace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26711,20 +17296,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26735,20 +17311,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26759,20 +17326,12 @@ { "ParameterMetadata": { "Name": "Export", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26783,20 +17342,12 @@ { "ParameterMetadata": { "Name": "DisabledDataSource", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26807,20 +17358,12 @@ { "ParameterMetadata": { "Name": "IotHub", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26831,60 +17374,15 @@ { "ParameterMetadata": { "Name": "UserDefinedResource", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuerySubscriptions": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26895,20 +17393,12 @@ { "ParameterMetadata": { "Name": "RecommendationsConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26919,20 +17409,11 @@ { "ParameterMetadata": { "Name": "UnmaskedIpLoggingStatus", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26957,21 +17438,8 @@ "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, @@ -27001,21 +17469,8 @@ "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, @@ -27025,8 +17480,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -27042,7 +17496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Requests": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest]", "VirtualMachines": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine]", @@ -27051,17 +17505,13 @@ "Kind": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -27076,15 +17526,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -27096,92 +17543,48 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VirtualMachine", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -27200,21 +17603,8 @@ "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 } ], @@ -27225,20 +17615,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27249,20 +17630,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27273,20 +17645,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27297,20 +17660,12 @@ { "ParameterMetadata": { "Name": "VirtualMachine", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27321,20 +17676,11 @@ { "ParameterMetadata": { "Name": "Kind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -27359,21 +17705,8 @@ "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, @@ -27403,21 +17736,8 @@ "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, @@ -27427,8 +17747,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -27444,12 +17763,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -27459,101 +17773,55 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ActionType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Alerts", "Name": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlert", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ConfidenceReasons": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason]", @@ -27578,56 +17846,16 @@ "Name": "System.String", "VendorName": "System.String", "WorkspaceArmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "InputObjectV3", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.Alerts", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.Alerts.PSSecurityAlertV3", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.Alerts.PSSecurityAlertV3, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.Alerts.PSSecurityAlertV3, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Entities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity]", @@ -27654,65 +17882,17 @@ "Name": "System.String", "Status": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -27731,21 +17911,8 @@ "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 } ], @@ -27756,20 +17923,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27780,20 +17938,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27804,20 +17953,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27828,20 +17968,11 @@ { "ParameterMetadata": { "Name": "ActionType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27852,20 +17983,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -27890,21 +18012,8 @@ "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, @@ -27920,20 +18029,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27944,20 +18044,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27968,20 +18059,11 @@ { "ParameterMetadata": { "Name": "ActionType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27992,20 +18074,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28030,21 +18103,8 @@ "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, @@ -28060,20 +18120,11 @@ { "ParameterMetadata": { "Name": "ActionType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28084,20 +18135,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28108,20 +18150,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28146,21 +18179,8 @@ "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, @@ -28176,20 +18196,11 @@ { "ParameterMetadata": { "Name": "ActionType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28200,11 +18211,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Alerts", "Name": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlert", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ConfidenceReasons": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason]", @@ -28229,47 +18239,8 @@ "Name": "System.String", "VendorName": "System.String", "WorkspaceArmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28280,20 +18251,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28318,21 +18280,8 @@ "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, @@ -28348,11 +18297,10 @@ { "ParameterMetadata": { "Name": "InputObjectV3", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.Alerts", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.Alerts.PSSecurityAlertV3", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.Alerts.PSSecurityAlertV3, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.Alerts.PSSecurityAlertV3, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Entities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity]", @@ -28379,47 +18327,8 @@ "Name": "System.String", "Status": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28430,20 +18339,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28468,21 +18368,8 @@ "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, @@ -28498,20 +18385,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28536,21 +18414,8 @@ "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, @@ -28560,8 +18425,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -28577,7 +18441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Assessments", "Name": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessmentStatus", "ResourceDetails": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails", @@ -28586,17 +18450,13 @@ "Name": "System.String", "DisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28611,15 +18471,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -28631,113 +18488,60 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "StatusCode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "StatusCause", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "StatusDescription", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AdditionalData", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -28755,22 +18559,9 @@ "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": [] + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -28781,20 +18572,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28805,20 +18587,11 @@ { "ParameterMetadata": { "Name": "StatusCode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28829,20 +18602,11 @@ { "ParameterMetadata": { "Name": "StatusCause", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28853,20 +18617,11 @@ { "ParameterMetadata": { "Name": "StatusDescription", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -28877,23 +18632,15 @@ { "ParameterMetadata": { "Name": "AdditionalData", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -28918,21 +18665,8 @@ "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, @@ -28948,20 +18682,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28972,20 +18697,11 @@ { "ParameterMetadata": { "Name": "AssessedResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28996,20 +18712,11 @@ { "ParameterMetadata": { "Name": "StatusCode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29020,20 +18727,11 @@ { "ParameterMetadata": { "Name": "StatusCause", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29044,20 +18742,11 @@ { "ParameterMetadata": { "Name": "StatusDescription", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29068,23 +18757,15 @@ { "ParameterMetadata": { "Name": "AdditionalData", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29109,21 +18790,8 @@ "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, @@ -29153,21 +18821,8 @@ "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, @@ -29177,8 +18832,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -29194,7 +18848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata", "Name": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AssessmentMetadata.PSSecurityAssessmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -29205,17 +18859,13 @@ "Severity": "System.String", "AssessmentType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29230,15 +18880,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -29250,92 +18897,47 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "RemediationDescription", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Severity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -29354,21 +18956,8 @@ "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 } ], @@ -29379,20 +18968,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29403,20 +18983,11 @@ { "ParameterMetadata": { "Name": "DisplayName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29427,20 +18998,11 @@ { "ParameterMetadata": { "Name": "Description", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -29451,20 +19013,11 @@ { "ParameterMetadata": { "Name": "RemediationDescription", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29475,20 +19028,11 @@ { "ParameterMetadata": { "Name": "Severity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -29513,21 +19057,8 @@ "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, @@ -29557,21 +19088,8 @@ "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, @@ -29581,8 +19099,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -29598,23 +19115,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings", "Name": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "AutoProvision": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29629,15 +19142,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -29649,110 +19159,43 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EnableAutoProvision", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings", "Name": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "AutoProvision": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -29771,21 +19214,8 @@ "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 } ], @@ -29796,20 +19226,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29820,20 +19241,11 @@ { "ParameterMetadata": { "Name": "EnableAutoProvision", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29858,21 +19270,8 @@ "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, @@ -29888,20 +19287,11 @@ { "ParameterMetadata": { "Name": "EnableAutoProvision", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -29912,20 +19302,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29950,21 +19331,8 @@ "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, @@ -29980,56 +19348,16 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings", "Name": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AutoProvisioningSettings.PSSecurityAutoProvisioningSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "AutoProvision": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30054,21 +19382,8 @@ "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, @@ -30098,21 +19413,8 @@ "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, @@ -30122,8 +19424,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -30139,7 +19440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.SecurityContacts", "Name": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -30148,17 +19449,13 @@ "AlertNotifications": "System.String", "AlertsToAdmins": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -30173,15 +19470,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -30193,92 +19487,47 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Email", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Phone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AlertAdmin", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "NotifyOnAlert", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -30297,21 +19546,8 @@ "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 } ], @@ -30322,20 +19558,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30346,20 +19573,11 @@ { "ParameterMetadata": { "Name": "Email", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30370,20 +19588,11 @@ { "ParameterMetadata": { "Name": "Phone", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30394,20 +19603,11 @@ { "ParameterMetadata": { "Name": "AlertAdmin", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30418,20 +19618,11 @@ { "ParameterMetadata": { "Name": "NotifyOnAlert", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30456,21 +19647,8 @@ "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, @@ -30500,21 +19678,8 @@ "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, @@ -30524,8 +19689,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -30541,24 +19705,20 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Pricings", "Name": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FreeTrialRemainingTime": "System.Nullable`1[System.TimeSpan]", "Id": "System.String", "Name": "System.String", "PricingTier": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -30573,15 +19733,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -30593,93 +19750,35 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PricingTier", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Pricings", "Name": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FreeTrialRemainingTime": "System.Nullable`1[System.TimeSpan]", "Id": "System.String", "Name": "System.String", "PricingTier": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -30698,21 +19797,8 @@ "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 } ], @@ -30723,20 +19809,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30747,20 +19824,11 @@ { "ParameterMetadata": { "Name": "PricingTier", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30785,21 +19853,8 @@ "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, @@ -30815,57 +19870,17 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Pricings", "Name": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FreeTrialRemainingTime": "System.Nullable`1[System.TimeSpan]", "Id": "System.String", "Name": "System.String", "PricingTier": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30890,21 +19905,8 @@ "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, @@ -30934,21 +19936,8 @@ "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, @@ -30958,8 +19947,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -30975,23 +19963,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Settings", "Name": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -31006,15 +19990,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -31026,110 +20007,43 @@ "Parameters": [ { "Name": "SettingName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SettingKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Settings", "Name": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -31148,45 +20062,23 @@ "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": "DataExportSettingsScope", + "Name": "SettingsScope", "Parameters": [ { "ParameterMetadata": { "Name": "SettingName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31197,20 +20089,11 @@ { "ParameterMetadata": { "Name": "SettingKind", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31221,20 +20104,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31259,21 +20133,8 @@ "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, @@ -31289,56 +20150,16 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Settings", "Name": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Settings.PSSecuritySetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31349,20 +20170,11 @@ { "ParameterMetadata": { "Name": "Enabled", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -31387,21 +20199,8 @@ "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, @@ -31431,21 +20230,8 @@ "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, @@ -31455,8 +20241,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -31472,22 +20257,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -31502,15 +20283,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -31522,235 +20300,105 @@ "Parameters": [ { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "BaselineSet", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -31769,21 +20417,8 @@ "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 } ], @@ -31794,55 +20429,15 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31853,20 +20448,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31877,20 +20463,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31901,20 +20478,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31925,20 +20493,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31949,20 +20508,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -31987,21 +20537,8 @@ "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, @@ -32017,55 +20554,15 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", "WorkSpaceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -32076,20 +20573,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32100,20 +20588,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32124,20 +20603,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32148,20 +20618,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32172,20 +20633,11 @@ { "ParameterMetadata": { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32196,20 +20648,11 @@ { "ParameterMetadata": { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32220,20 +20663,11 @@ { "ParameterMetadata": { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32244,20 +20678,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32282,21 +20707,8 @@ "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, @@ -32312,20 +20724,11 @@ { "ParameterMetadata": { "Name": "BaselineSet", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32336,20 +20739,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32360,20 +20754,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32384,20 +20769,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32408,20 +20784,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32432,20 +20799,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32470,21 +20828,8 @@ "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, @@ -32500,20 +20845,11 @@ { "ParameterMetadata": { "Name": "BaselineSet", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32524,20 +20860,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32548,20 +20875,11 @@ { "ParameterMetadata": { "Name": "Server", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32572,20 +20890,11 @@ { "ParameterMetadata": { "Name": "Database", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32596,20 +20905,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32620,20 +20920,11 @@ { "ParameterMetadata": { "Name": "VmUuid", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32644,20 +20935,11 @@ { "ParameterMetadata": { "Name": "AgentId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32668,20 +20950,11 @@ { "ParameterMetadata": { "Name": "WorkspaceResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -32692,20 +20965,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32730,21 +20994,8 @@ "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, @@ -32760,20 +21011,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -32798,21 +21040,8 @@ "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, @@ -32822,8 +21051,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -32839,24 +21067,20 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings", "Name": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.WorkspaceSettings.PSSecurityWorkspaceSetting, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "WorkspaceId": "System.String", "Scope": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -32871,15 +21095,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -32891,56 +21112,29 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Scope", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -32959,21 +21153,8 @@ "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 } ], @@ -32984,20 +21165,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33008,20 +21180,11 @@ { "ParameterMetadata": { "Name": "Scope", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33032,20 +21195,11 @@ { "ParameterMetadata": { "Name": "WorkspaceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33070,21 +21224,8 @@ "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, @@ -33114,21 +21255,8 @@ "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, @@ -33138,8 +21266,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -33155,23 +21282,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InformationTypes": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType]", "Labels": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel]", "Version": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -33186,15 +21309,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -33206,56 +21326,29 @@ "Parameters": [ { "Name": "Policy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -33273,22 +21366,9 @@ "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": [] + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -33299,20 +21379,11 @@ { "ParameterMetadata": { "Name": "Policy", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33323,20 +21394,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33361,21 +21423,8 @@ "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, @@ -33391,20 +21440,11 @@ { "ParameterMetadata": { "Name": "FilePath", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33415,20 +21455,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33453,21 +21484,8 @@ "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, @@ -33483,20 +21501,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -33521,21 +21530,8 @@ "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, @@ -33545,8 +21541,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Start", @@ -33562,7 +21557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Requests": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest]", "VirtualMachines": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine]", @@ -33571,17 +21566,13 @@ "Kind": "System.String", "ProvisioningState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -33596,15 +21587,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -33616,147 +21604,63 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VirtualMachine", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Cmdlets.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Cmdlets.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateInputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Cmdlets.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateInputObject, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Cmdlets.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateInputObject, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachine": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[]", "Name": "System.String", "ResourceGroupName": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -33775,21 +21679,8 @@ "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 } ], @@ -33800,20 +21691,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33824,20 +21706,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33848,20 +21721,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33872,20 +21736,12 @@ { "ParameterMetadata": { "Name": "VirtualMachine", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33910,21 +21766,8 @@ "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, @@ -33940,20 +21783,12 @@ { "ParameterMetadata": { "Name": "VirtualMachine", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -33964,20 +21799,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34002,21 +21828,8 @@ "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, @@ -34032,57 +21845,17 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Cmdlets.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Cmdlets.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateInputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Cmdlets.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateInputObject, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Cmdlets.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateInputObject, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachine": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[]", "Name": "System.String", "ResourceGroupName": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34107,21 +21880,8 @@ "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, @@ -34151,21 +21911,8 @@ "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, @@ -34175,8 +21922,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -34192,7 +21938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDefinedResources": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34210,17 +21956,13 @@ "Name": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -34235,15 +21977,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -34255,65 +21994,37 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDefinedResources": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34330,141 +22041,40 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "UserDefinedResource", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuerySubscriptions": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "RecommendationsConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration" + }, "ValidateNotNullOrEmpty": false }, { @@ -34483,21 +22093,8 @@ "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 } ], @@ -34508,20 +22105,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34532,20 +22120,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34556,20 +22135,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34580,60 +22150,15 @@ { "ParameterMetadata": { "Name": "UserDefinedResource", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuerySubscriptions": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34644,20 +22169,12 @@ { "ParameterMetadata": { "Name": "RecommendationsConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34682,21 +22199,8 @@ "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, @@ -34712,20 +22216,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34736,20 +22231,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34760,60 +22246,15 @@ { "ParameterMetadata": { "Name": "UserDefinedResource", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuerySubscriptions": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34824,20 +22265,12 @@ { "ParameterMetadata": { "Name": "RecommendationsConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34862,21 +22295,8 @@ "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, @@ -34892,11 +22312,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDefinedResources": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34913,47 +22332,8 @@ "Id": "System.String", "Name": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -34964,20 +22344,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -34988,60 +22359,15 @@ { "ParameterMetadata": { "Name": "UserDefinedResource", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuerySubscriptions": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35052,20 +22378,12 @@ { "ParameterMetadata": { "Name": "RecommendationsConfiguration", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -35090,21 +22408,8 @@ "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, @@ -35134,21 +22439,8 @@ "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, @@ -35158,171 +22450,68 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsProperties": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsProperties, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsProperties, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EffectiveNetworkSecurityGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsEffectiveNetworkSecurityGroups]", "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule]", "RulesCalculationTime": "System.Nullable`1[System.DateTime]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -35337,49 +22526,38 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsEffectiveNetworkSecurityGroups]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsEffectiveNetworkSecurityGroups]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsEffectiveNetworkSecurityGroups, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsEffectiveNetworkSecurityGroups, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsEffectiveNetworkSecurityGroups" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsEffectiveNetworkSecurityGroups": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsEffectiveNetworkSecurityGroups", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsEffectiveNetworkSecurityGroups, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsEffectiveNetworkSecurityGroups, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroups": "System.Collections.Generic.IList`1[System.String]", "NetworkInterface": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -35394,15 +22572,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -35410,40 +22585,27 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveNetworkHardening.PSSecurityAdaptiveNetworkHardeningsRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.IList`1[System.String]", "IpAddresses": "System.Collections.Generic.IList`1[System.String]", @@ -35451,17 +22613,13 @@ "Name": "System.String", "Direction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -35476,15 +22634,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -35492,35 +22647,22 @@ "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -35533,11 +22675,7 @@ "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -35548,24 +22686,16 @@ "Id": "System.String", "Credential": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -35595,11 +22725,7 @@ "ServiceManagementUrl": "System.String", "StorageEndpointSuffix": "System.String", "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -35609,11 +22735,7 @@ "Id": "System.String", "Name": "System.String", "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -35621,11 +22743,7 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -35634,106 +22752,73 @@ "Properties": { "CacheData": "System.Byte[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Clear", - "Parameters": [], "ReturnType": "System.Void" } - ], - "Constructors": [] + ] }, "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.Byte" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRuleBaselineResults, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", "Type": "System.String", "Results": "System.String[][]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -35748,15 +22833,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -35764,54 +22846,38 @@ "Namespace": "System", "Name": "System.String[][]", "AssemblyQualifiedName": "System.String[][], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String[]", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String[]" }, "System.String[]": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSTopDevice, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AlertsCount": "System.Nullable`1[System.Int64]", "DeviceId": "System.String", "LastOccurrence": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -35826,15 +22892,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -35842,46 +22905,34 @@ "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AllowedConnection", "Name": "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundConnectedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource]", "OutboundConnectedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource]", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -35896,50 +22947,39 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource": { "Namespace": "Microsoft.Azure.Commands.Security.Models.AllowedConnection", "Name": "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectedResourceId": "System.String", "TcpPorts": "System.String", "UdpPorts": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -35954,34 +22994,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "AllowlistValues": "System.Collections.Generic.IList`1[System.String]", @@ -35990,17 +23023,13 @@ "Description": "System.String", "RuleType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36015,34 +23044,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "DenylistValues": "System.Collections.Generic.IList`1[System.String]", @@ -36051,17 +23073,13 @@ "Description": "System.String", "RuleType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36076,34 +23094,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "MinThreshold": "System.Int32", @@ -36112,17 +23123,13 @@ "Description": "System.String", "RuleType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36137,34 +23144,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule": { "Namespace": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups", "Name": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "MinThreshold": "System.Int32", @@ -36174,17 +23174,13 @@ "RuleType": "System.String", "TimeWindowSize": "System.TimeSpan" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36199,48 +23195,36 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.TimeSpan": { "Namespace": "System", "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSeverityMetrics": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSeverityMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSeverityMetrics, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSeverityMetrics, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "High": "System.Nullable`1[System.Int32]", "Medium": "System.Nullable`1[System.Int32]", "Low": "System.Nullable`1[System.Int32]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36255,49 +23239,38 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSDevicesMetrics]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSDevicesMetrics]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSDevicesMetrics, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSDevicesMetrics, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSDevicesMetrics" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSDevicesMetrics": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSDevicesMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSDevicesMetrics, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSDevicesMetrics, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DevicesMetrics": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSeverityMetrics", "Date": "System.Nullable`1[System.DateTime]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36312,49 +23285,38 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAlertedDevice]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAlertedDevice]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAlertedDevice, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAlertedDevice, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAlertedDevice" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAlertedDevice": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAlertedDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAlertedDevice, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityAlertedDevice, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AlertsCount": "System.Nullable`1[System.Int32]", "DeviceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36369,50 +23331,39 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceAlert]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceAlert]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceAlert" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceAlert": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceAlert", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceAlert, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AlertsCount": "System.Nullable`1[System.Int32]", "ReportedSeverity": "System.String", "AlertDisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36427,50 +23378,39 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceRecommendation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceRecommendation]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceRecommendation" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceRecommendation": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutionAnalytics.PSIoTSecurityDeviceRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DevicesCount": "System.Nullable`1[System.Int32]", "ReportedSeverity": "System.String", "RecommendationDisplayName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36485,42 +23425,34 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuerySubscriptions": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Boolean" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36535,50 +23467,39 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration": { "Namespace": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions", "Name": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendationType": "System.String", "Name": "System.String", "Status": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36593,50 +23514,39 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyRequest, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachines": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessRequestVirtualMachine]", "StartTimeUtc": "System.DateTime", "Requestor": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36651,49 +23561,38 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessRequestVirtualMachine]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessRequestVirtualMachine]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessRequestVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessRequestVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessRequestVirtualMachine" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessRequestVirtualMachine": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessRequestVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessRequestVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessRequestVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ports": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachinePort]", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36708,34 +23607,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachinePort]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachinePort]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachinePort, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachinePort, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachinePort" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachinePort": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachinePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachinePort, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachinePort, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedSourceAddressPrefixes": "System.Collections.Generic.IList`1[System.String]", "EndTimeUtc": "System.DateTime", @@ -36744,17 +23636,13 @@ "Status": "System.String", "StatusReason": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36769,49 +23657,38 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ports": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule[]", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36826,32 +23703,25 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule[]": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule" }, "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPortRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedSourceAddressPrefixes": "System.Collections.Generic.IList`1[System.String]", "Number": "System.Int32", @@ -36859,17 +23729,13 @@ "MaxRequestAccessDuration": "System.String", "Protocol": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36884,22 +23750,19 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProperties": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProperties, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProperties, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectionMode": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProtectionMode", "Issues": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsIssueSummary]", @@ -36910,17 +23773,13 @@ "ConfigurationStatus": "System.String", "SourceSystem": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36935,38 +23794,31 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProtectionMode": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProtectionMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProtectionMode, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsProtectionMode, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exe": "System.String", "Msi": "System.String", "Script": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -36981,49 +23833,38 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsIssueSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsIssueSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsIssueSummary, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsIssueSummary, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsIssueSummary" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsIssueSummary": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsIssueSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsIssueSummary, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsIssueSummary, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NumberOfVms": "System.Nullable`1[System.Double]", "Issue": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37038,15 +23879,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -37054,30 +23892,22 @@ "Namespace": "System", "Name": "System.Nullable`1[System.Double]", "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Double" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPathRecommendation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPathRecommendation]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPathRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPathRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPathRecommendation" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPathRecommendation": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPathRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPathRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPathRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublisherInfo": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPublisherInfo", "Usernames": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsUserRecommendation]", @@ -37089,17 +23919,13 @@ "FileType": "System.String", "ConfigurationStatus": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37114,39 +23940,32 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPublisherInfo": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPublisherInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPublisherInfo, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsPublisherInfo, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublisherName": "System.String", "ProductName": "System.String", "BinaryName": "System.String", "Version": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37161,49 +23980,38 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsUserRecommendation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsUserRecommendation]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsUserRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsUserRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsUserRecommendation" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsUserRecommendation": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsUserRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsUserRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsUserRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Username": "System.String", "RecommendationAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37218,15 +24026,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -37234,47 +24039,35 @@ "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsVmRecommendation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsVmRecommendation]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsVmRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsVmRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsVmRecommendation" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsVmRecommendation": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsVmRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsVmRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.AdaptiveApplicationControls.PSSecurityAdaptiveApplicationControlsVmRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationStatus": "System.String", "ResourceId": "System.String", "RecommendationAction": "System.String", "EnforcementSupport": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37289,15 +24082,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -37305,56 +24095,39 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.Object" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Alerts", "Name": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertConfidenceReason, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String", "Reason": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37369,48 +24142,37 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Alerts", "Name": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37425,38 +24187,31 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessmentStatus": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Assessments", "Name": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessmentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessmentStatus, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessmentStatus, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Cause": "System.String", "Description": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37471,36 +24226,29 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Assessments", "Name": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37515,15 +24263,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -37531,46 +24276,34 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityComplianceSegment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityComplianceSegment]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityComplianceSegment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityComplianceSegment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityComplianceSegment" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityComplianceSegment": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Compliances", "Name": "Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityComplianceSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityComplianceSegment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Compliances.PSSecurityComplianceSegment, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Percentage": "System.Double", "SegmentType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37585,15 +24318,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -37601,35 +24331,27 @@ "Namespace": "System", "Name": "System.Nullable`1[System.TimeSpan]", "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineAdjustedResult": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineAdjustedResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineAdjustedResult, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaselineAdjustedResult, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Baseline": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaseline", "Status": "System.String", "ResultsNotInBaseline": "System.String[][]", "ResultsOnlyInBaseline": "System.String[][]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -37644,37 +24366,30 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaseline": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaseline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaseline, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentBaseline, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdatedTime": "System.Nullable`1[System.DateTime]", "ExpectedResults": "System.String[][]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -37689,39 +24404,32 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRemediation": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRemediation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRemediation, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Automated": "System.Boolean", "Description": "System.String", "PortalLink": "System.String", "Scripts": "System.String[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -37736,22 +24444,19 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRule": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentRule, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueryCheck": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentQueryCheck", "BenchmarkReferences": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityBenchmarkReference]", @@ -37763,17 +24468,13 @@ "Description": "System.String", "Rationale": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -37788,38 +24489,31 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentQueryCheck": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentQueryCheck", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentQueryCheck, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityAssessmentQueryCheck, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Query": "System.String", "ColumnNames": "System.String[]", "ExpectedResult": "System.String[][]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -37834,49 +24528,38 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityBenchmarkReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityBenchmarkReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityBenchmarkReference, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityBenchmarkReference, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityBenchmarkReference" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityBenchmarkReference": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityBenchmarkReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityBenchmarkReference, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlVulnerabilityAssessment.PSSqlVulnerabilityBenchmarkReference, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Benchmark": "System.String", "Reference": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { @@ -37891,39 +24574,32 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.Security.Models.SubAssessments.PSSecuritySubAssessmentStatus": { "Namespace": "Microsoft.Azure.Commands.Security.Models.SubAssessments", "Name": "Microsoft.Azure.Commands.Security.Models.SubAssessments.PSSecuritySubAssessmentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SubAssessments.PSSecuritySubAssessmentStatus, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.SubAssessments.PSSecuritySubAssessmentStatus, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Severity": "System.String", "Code": "System.String", "Cause": "System.String", "Description": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -37938,34 +24614,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResource, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResource, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResource" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResource": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Topology", "Name": "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResource, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResource, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResourceChild]", "Parents": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.Topology.PSsecurityTopologySingleResourceParent]", @@ -37976,17 +24645,13 @@ "NetworkZones": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38001,48 +24666,37 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResourceChild]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResourceChild]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResourceChild, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResourceChild, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResourceChild" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResourceChild": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Topology", "Name": "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResourceChild", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResourceChild, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologySingleResourceChild, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38057,48 +24711,37 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.Topology.PSsecurityTopologySingleResourceParent]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Security.Models.Topology.PSsecurityTopologySingleResourceParent]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.Topology.PSsecurityTopologySingleResourceParent, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Security.Models.Topology.PSsecurityTopologySingleResourceParent, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Security.Models.Topology.PSsecurityTopologySingleResourceParent" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.Topology.PSsecurityTopologySingleResourceParent": { "Namespace": "Microsoft.Azure.Commands.Security.Models.Topology", "Name": "Microsoft.Azure.Commands.Security.Models.Topology.PSsecurityTopologySingleResourceParent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Topology.PSsecurityTopologySingleResourceParent, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.Topology.PSsecurityTopologySingleResourceParent, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38113,35 +24756,28 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Custom": "System.Boolean", @@ -38151,17 +24787,13 @@ "DisplayName": "System.String", "Description": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38176,51 +24808,40 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Custom": "System.Boolean", "CanBeNumeric": "System.Boolean", "Excluded": "System.Boolean", "Pattern": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38235,15 +24856,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -38251,41 +24869,28 @@ "Namespace": "System", "Name": "System.Nullable`1[System.Guid]", "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Guid" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Guid": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Order": "System.Int32", @@ -38293,17 +24898,13 @@ "DisplayName": "System.String", "Description": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38318,37 +24919,27 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "System.Nullable`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank": { "Namespace": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy", "Name": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -38382,12 +24973,10 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38426,55 +25015,38 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.TypeCode": { "Namespace": "System", "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.List`1[Microsoft.Azure.Management.Security.Models.ResourceIdentifier]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Security.Models.ResourceIdentifier]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Security.Models.ResourceIdentifier, Microsoft.Azure.Management.SecurityCenter, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Security.Models.ResourceIdentifier, Microsoft.Azure.Management.SecurityCenter, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Security.Models.ResourceIdentifier" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.Security.Models.ResourceIdentifier": { "Namespace": "Microsoft.Azure.Management.Security.Models", "Name": "Microsoft.Azure.Management.Security.Models.ResourceIdentifier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Security.Models.ResourceIdentifier, Microsoft.Azure.Management.SecurityCenter, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "AssemblyQualifiedName": "Microsoft.Azure.Management.Security.Models.ResourceIdentifier, Microsoft.Azure.Management.SecurityCenter, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38489,15 +25061,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, @@ -38505,45 +25074,33 @@ "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.Collections.Generic.IDictionary`2[System.String,System.String]]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Collections.Generic.IDictionary`2[System.String,System.String]" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.List`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ports": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort[]", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38558,48 +25115,37 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort[]": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort" }, "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiatePort, Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndTimeUtc": "System.DateTime", "Number": "System.Int32", "AllowedSourceAddressPrefix": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -38614,27 +25160,20 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" } ] }, "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[]": { "Namespace": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies", "Name": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=0.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine[], Microsoft.Azure.PowerShell.Cmdlets.Security, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Security.Models.JitNetworkAccessPolicies.PSSecurityJitNetworkAccessPolicyInitiateVirtualMachine" } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ServiceBus.json b/tools/Tools.Common/SerializedCmdlets/Az.ServiceBus.json index a8c3a351aea0..be4f7ab920bc 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.ServiceBus.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.ServiceBus.json @@ -1,5 +1,6 @@ { - "ProcessedTypes": {}, + "ModuleName": "Az.ServiceBus", + "ModuleVersion": "1.6.0", "Cmdlets": [ { "VerbName": "Add", @@ -8,7 +9,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.ServiceBus.AddAzureServiceBusIPRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "IPRulePropertiesParameterSet", "OutputTypes": [ @@ -25,17 +25,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -50,15 +46,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -67,8 +60,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -80,20 +72,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -104,57 +87,30 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IpMask", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Action", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IpRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes", @@ -162,67 +118,8 @@ "Properties": { "IpMask": "System.String", "Action": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetIpRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwiprulescol", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceBus.Models.NWRuleSetIpRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwiprules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -241,21 +138,8 @@ "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 } ], @@ -266,20 +150,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -296,16 +171,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -316,20 +183,11 @@ { "ParameterMetadata": { "Name": "IpMask", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -340,20 +198,11 @@ { "ParameterMetadata": { "Name": "Action", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -378,21 +227,8 @@ "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, @@ -408,20 +244,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -438,16 +265,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -458,7 +277,6 @@ { "ParameterMetadata": { "Name": "IpRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes", @@ -466,67 +284,8 @@ "Properties": { "IpMask": "System.String", "Action": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetIpRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwiprulescol", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceBus.Models.NWRuleSetIpRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwiprules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -551,21 +310,8 @@ "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, @@ -595,21 +341,8 @@ "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, @@ -619,8 +352,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Add", @@ -629,7 +361,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.NewAzureEventHubVNetRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "VirtualNetworkRulePropertiesParameterSet", "OutputTypes": [ @@ -646,17 +377,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -671,15 +398,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -688,8 +412,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -701,20 +424,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -725,57 +439,30 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IgnoreMissingVnetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes", @@ -783,67 +470,8 @@ "Properties": { "Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceBus.Models.NWRuleSetVirtualNetworkRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -862,21 +490,8 @@ "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 } ], @@ -887,20 +502,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -917,16 +523,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -937,20 +535,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -961,20 +550,11 @@ { "ParameterMetadata": { "Name": "IgnoreMissingVnetServiceEndpoint", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -999,21 +579,8 @@ "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, @@ -1029,20 +596,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1059,16 +617,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1079,7 +629,6 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes", @@ -1087,67 +636,8 @@ "Properties": { "Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceBus.Models.NWRuleSetVirtualNetworkRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1172,21 +662,8 @@ "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, @@ -1216,21 +693,8 @@ "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, @@ -1240,8 +704,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Complete", @@ -1250,7 +713,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.CompleteAzureServiceBusMigrationConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "MigrationConfigurationPropertiesSet", "OutputTypes": [ @@ -1258,12 +720,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -1273,43 +730,24 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -1323,93 +761,26 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -1428,21 +799,8 @@ "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 } ], @@ -1453,20 +811,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1477,20 +826,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1501,20 +841,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1539,21 +870,8 @@ "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, @@ -1569,7 +887,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -1583,57 +900,8 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1644,20 +912,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1682,21 +941,8 @@ "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, @@ -1712,20 +958,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1736,20 +973,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1774,21 +1002,8 @@ "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, @@ -1804,20 +1019,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1842,21 +1048,8 @@ "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, @@ -1866,8 +1059,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1876,7 +1068,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GetAzureServiceBusAuthorizationRule", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -1893,17 +1084,13 @@ "Name": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1918,15 +1105,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -1935,8 +1119,7 @@ "Name": "authRuleResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -1948,20 +1131,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1972,16 +1146,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1992,16 +1158,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2012,34 +1170,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2050,16 +1191,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2078,21 +1211,8 @@ "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 } ], @@ -2103,20 +1223,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2133,16 +1244,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2159,16 +1262,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2193,21 +1288,8 @@ "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, @@ -2229,16 +1311,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2249,20 +1323,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2279,16 +1344,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2305,16 +1362,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2339,21 +1388,8 @@ "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, @@ -2375,16 +1411,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2395,20 +1423,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2425,16 +1444,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2451,16 +1462,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2485,21 +1488,8 @@ "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, @@ -2515,20 +1505,11 @@ { "ParameterMetadata": { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2539,20 +1520,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2569,16 +1541,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2595,16 +1559,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2629,21 +1585,8 @@ "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, @@ -2653,8 +1596,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -2663,7 +1605,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.GetServiceBusGeoDRConfiguration", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "GeoDRPropertiesSet", "OutputTypes": [ @@ -2682,17 +1623,13 @@ "PartnerNamespace": "System.String", "AlternateName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -2707,15 +1644,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -2724,8 +1658,7 @@ "Name": "drResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -2737,49 +1670,32 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -2789,93 +1705,26 @@ "Location": "System.String", "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -2894,21 +1743,8 @@ "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 } ], @@ -2919,20 +1755,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2943,20 +1770,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2967,20 +1785,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3005,21 +1814,8 @@ "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, @@ -3035,13 +1831,14 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -3051,57 +1848,8 @@ "Location": "System.String", "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3112,20 +1860,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3150,21 +1889,8 @@ "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, @@ -3180,20 +1906,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3204,20 +1921,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3242,21 +1950,8 @@ "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, @@ -3272,20 +1967,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3310,21 +1996,8 @@ "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, @@ -3334,8 +2007,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -3344,7 +2016,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GetAzureServiceBusKey", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -3362,17 +2033,13 @@ "SecondaryKey": "System.String", "KeyName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -3387,7 +2054,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -3399,8 +2065,7 @@ "Name": "listKeysResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -3412,20 +2077,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3436,16 +2092,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3456,16 +2104,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3476,34 +2116,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3514,16 +2137,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -3542,21 +2157,8 @@ "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 } ], @@ -3567,20 +2169,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3597,16 +2190,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3623,16 +2208,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3657,21 +2234,8 @@ "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, @@ -3693,16 +2257,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3713,20 +2269,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3743,16 +2290,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3769,16 +2308,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3803,21 +2334,8 @@ "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, @@ -3839,16 +2357,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3859,20 +2369,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3889,16 +2390,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3915,16 +2408,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3949,21 +2434,8 @@ "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, @@ -3979,20 +2451,11 @@ { "ParameterMetadata": { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4003,20 +2466,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4033,16 +2487,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4059,16 +2505,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4093,21 +2531,8 @@ "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, @@ -4117,8 +2542,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4127,7 +2551,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.GetAzureServiceBusMigrationConfiguration", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "MigrationConfigurationPropertiesSet", "OutputTypes": [ @@ -4146,17 +2569,13 @@ "PostMigrationName": "System.String", "MigrationState": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4171,15 +2590,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -4188,8 +2604,7 @@ "Name": "mcResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4201,49 +2616,32 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -4253,75 +2651,17 @@ "Location": "System.String", "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -4340,21 +2680,8 @@ "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 } ], @@ -4365,20 +2692,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4389,20 +2707,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4427,21 +2736,8 @@ "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, @@ -4457,13 +2753,14 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -4473,57 +2770,8 @@ "Location": "System.String", "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4548,21 +2796,8 @@ "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, @@ -4578,20 +2813,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4616,21 +2842,8 @@ "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, @@ -4660,21 +2873,8 @@ "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, @@ -4684,8 +2884,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4694,7 +2893,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.GetAzureRmServiceBusNamespace", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -4705,6 +2903,8 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -4715,17 +2915,13 @@ "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4740,15 +2936,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -4757,8 +2950,7 @@ "Name": "evResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4776,16 +2968,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -4796,16 +2980,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -4824,21 +3000,8 @@ "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 } ], @@ -4855,16 +3018,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4881,16 +3036,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4915,21 +3062,8 @@ "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, @@ -4939,8 +3073,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -4949,7 +3082,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.GetAzureServiceBusNetworkRuleSet", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NetworkRuleSetPropertiesSet", "OutputTypes": [ @@ -4966,17 +3098,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4991,15 +3119,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -5008,8 +3133,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5021,20 +3145,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -5045,34 +3160,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5091,21 +3189,8 @@ "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 } ], @@ -5116,20 +3201,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -5146,16 +3222,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5180,21 +3248,8 @@ "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, @@ -5210,20 +3265,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5240,16 +3286,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5274,21 +3312,8 @@ "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, @@ -5304,20 +3329,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5342,21 +3358,8 @@ "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, @@ -5386,21 +3389,8 @@ "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, @@ -5410,8 +3400,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5420,7 +3409,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.GetAzureServiceBusOperations", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5433,17 +3421,13 @@ "Display": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationDisplayAttributes", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5458,15 +3442,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -5479,8 +3460,7 @@ "Name": "display", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -5489,8 +3469,7 @@ "Name": "operation", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5516,21 +3495,8 @@ "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 } ], @@ -5555,21 +3521,8 @@ "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, @@ -5579,8 +3532,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5589,7 +3541,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Queue.GetAzureRmServiceBusQueue", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5623,17 +3574,13 @@ "ForwardDeadLetteredMessagesTo": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5648,15 +3595,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -5665,8 +3609,7 @@ "Name": "quResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5684,16 +3627,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5704,16 +3639,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -5724,34 +3651,20 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 10000, "ValidateNotNullOrEmpty": false @@ -5772,21 +3685,8 @@ "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 } ], @@ -5803,16 +3703,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5829,16 +3721,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5855,16 +3739,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5875,20 +3751,14 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 10000, "ValidateNotNullOrEmpty": false @@ -5915,21 +3785,8 @@ "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, @@ -5939,8 +3796,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -5949,7 +3805,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Rule.GetAzureRmServiceBusRule", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5967,17 +3822,13 @@ "Id": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5992,15 +3843,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -6009,8 +3857,7 @@ "Name": "rule", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6028,16 +3875,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6048,16 +3887,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6068,16 +3899,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6088,52 +3911,29 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 10000, "ValidateNotNullOrEmpty": false @@ -6154,21 +3954,8 @@ "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 } ], @@ -6185,16 +3972,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6211,16 +3990,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6237,16 +4008,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6263,16 +4026,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6283,20 +4038,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6307,20 +4053,14 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 10000, "ValidateNotNullOrEmpty": false @@ -6347,21 +4087,8 @@ "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, @@ -6371,8 +4098,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6381,7 +4107,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Subscription.GetAzureRmServiceBusSubscription", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -6410,17 +4135,13 @@ "ForwardTo": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6435,15 +4156,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -6452,8 +4170,7 @@ "Name": "subscriptionResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6471,16 +4188,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6491,16 +4200,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6511,16 +4212,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6531,34 +4224,20 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 10000, "ValidateNotNullOrEmpty": false @@ -6579,21 +4258,8 @@ "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 } ], @@ -6610,16 +4276,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6636,16 +4294,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6662,16 +4312,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6688,16 +4330,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6708,20 +4342,14 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 10000, "ValidateNotNullOrEmpty": false @@ -6748,21 +4376,8 @@ "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, @@ -6772,8 +4387,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -6782,7 +4396,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Topic.GetAzureRmServiceBusTopic", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -6812,17 +4425,13 @@ "DefaultMessageTimeToLive": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6837,15 +4446,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -6854,8 +4460,7 @@ "Name": "topicResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6873,16 +4478,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6893,16 +4490,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -6913,34 +4502,20 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 10000, "ValidateNotNullOrEmpty": false @@ -6961,21 +4536,8 @@ "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 } ], @@ -6992,16 +4554,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7018,16 +4572,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7044,16 +4590,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -7064,20 +4602,14 @@ { "ParameterMetadata": { "Name": "MaxCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], "ValidateRangeMin": 1, "ValidateRangeMax": 10000, "ValidateNotNullOrEmpty": false @@ -7104,21 +4636,8 @@ "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, @@ -7128,8 +4647,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -7138,7 +4656,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NewAzureServiceBusAuthorizationRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -7155,17 +4672,13 @@ "Name": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -7180,15 +4693,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -7197,8 +4707,7 @@ "Name": "authRuleResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -7210,20 +4719,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7234,16 +4734,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7254,16 +4746,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7274,16 +4758,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -7294,38 +4770,23 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -7344,21 +4805,8 @@ "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 } ], @@ -7369,20 +4817,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7399,16 +4838,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7419,24 +4850,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7461,21 +4885,8 @@ "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, @@ -7497,16 +4908,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7517,20 +4920,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7547,16 +4941,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7567,24 +4953,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7609,21 +4988,8 @@ "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, @@ -7645,16 +5011,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7671,16 +5029,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7691,20 +5041,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7721,16 +5062,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7741,24 +5074,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7783,21 +5109,8 @@ "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, @@ -7819,16 +5132,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7845,16 +5150,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7865,20 +5162,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7895,16 +5183,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7915,24 +5195,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7957,21 +5230,8 @@ "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, @@ -7981,8 +5241,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -7991,7 +5250,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NewAzureAuthorizationRuleSASToken", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -8003,17 +5261,13 @@ "Properties": { "SharedAccessSignature": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8028,15 +5282,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -8045,8 +5296,7 @@ "Name": "sharedAccessSignature", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -8064,74 +5314,41 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ExpiryTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "StartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -8150,21 +5367,8 @@ "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 } ], @@ -8181,16 +5385,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8215,21 +5411,8 @@ "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, @@ -8245,20 +5428,11 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8269,22 +5443,14 @@ { "ParameterMetadata": { "Name": "ExpiryTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8295,22 +5461,14 @@ { "ParameterMetadata": { "Name": "StartTime", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8327,16 +5485,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8361,21 +5511,8 @@ "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, @@ -8385,8 +5522,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -8395,7 +5531,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.NewAzureRmEventHubGeoDRConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "GeoDRPropertiesSet", "OutputTypes": [ @@ -8414,17 +5549,13 @@ "PartnerNamespace": "System.String", "AlternateName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -8439,15 +5570,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -8456,8 +5584,7 @@ "Name": "drResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -8469,49 +5596,32 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -8521,147 +5631,53 @@ "Location": "System.String", "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PartnerNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AlternateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -8680,21 +5696,8 @@ "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 } ], @@ -8705,20 +5708,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8729,20 +5723,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8753,20 +5738,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8777,20 +5753,11 @@ { "ParameterMetadata": { "Name": "PartnerNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8801,20 +5768,11 @@ { "ParameterMetadata": { "Name": "AlternateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -8825,20 +5783,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -8863,21 +5812,8 @@ "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, @@ -8893,13 +5829,14 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -8909,57 +5846,8 @@ "Location": "System.String", "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8970,20 +5858,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -8994,20 +5873,11 @@ { "ParameterMetadata": { "Name": "PartnerNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9018,20 +5888,11 @@ { "ParameterMetadata": { "Name": "AlternateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9042,20 +5903,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9080,21 +5932,8 @@ "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, @@ -9110,20 +5949,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9134,20 +5964,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9158,20 +5979,11 @@ { "ParameterMetadata": { "Name": "PartnerNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9182,20 +5994,11 @@ { "ParameterMetadata": { "Name": "AlternateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9206,20 +6009,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9244,21 +6038,8 @@ "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, @@ -9274,20 +6055,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9298,20 +6070,11 @@ { "ParameterMetadata": { "Name": "PartnerNamespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9322,20 +6085,11 @@ { "ParameterMetadata": { "Name": "AlternateName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -9346,20 +6100,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9384,21 +6129,8 @@ "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, @@ -9408,8 +6140,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -9418,7 +6149,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NewAzureServiceBusKey", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -9436,17 +6166,13 @@ "SecondaryKey": "System.String", "KeyName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -9461,7 +6187,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -9473,8 +6198,7 @@ "Name": "listKeysResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -9486,20 +6210,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -9510,16 +6225,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -9530,16 +6237,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -9550,16 +6249,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -9570,55 +6261,30 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RegenerateKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryKey", "SecondaryKey" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "KeyValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -9637,21 +6303,8 @@ "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 } ], @@ -9662,20 +6315,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9692,16 +6336,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9712,23 +6348,15 @@ { "ParameterMetadata": { "Name": "RegenerateKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryKey", "SecondaryKey" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9739,20 +6367,11 @@ { "ParameterMetadata": { "Name": "KeyValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9777,21 +6396,8 @@ "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, @@ -9813,16 +6419,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9833,20 +6431,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9863,16 +6452,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -9883,23 +6464,15 @@ { "ParameterMetadata": { "Name": "RegenerateKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryKey", "SecondaryKey" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -9910,20 +6483,11 @@ { "ParameterMetadata": { "Name": "KeyValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -9948,21 +6512,8 @@ "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, @@ -9984,16 +6535,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10010,16 +6553,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10030,20 +6565,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10060,16 +6586,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10080,23 +6598,15 @@ { "ParameterMetadata": { "Name": "RegenerateKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryKey", "SecondaryKey" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10107,20 +6617,11 @@ { "ParameterMetadata": { "Name": "KeyValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10145,21 +6646,8 @@ "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, @@ -10181,16 +6669,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10207,16 +6687,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10227,20 +6699,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10257,16 +6720,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10277,23 +6732,15 @@ { "ParameterMetadata": { "Name": "RegenerateKey", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "PrimaryKey", "SecondaryKey" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -10304,20 +6751,11 @@ { "ParameterMetadata": { "Name": "KeyValue", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10342,21 +6780,8 @@ "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, @@ -10366,8 +6791,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -10376,7 +6800,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.NewAzureRmServiceBusNamespace", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -10387,6 +6810,8 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -10397,17 +6822,13 @@ "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10422,15 +6843,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -10439,8 +6857,7 @@ "Name": "evResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -10458,34 +6875,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -10496,76 +6896,61 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ZoneRedundant", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -10584,21 +6969,8 @@ "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 } ], @@ -10615,16 +6987,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10635,20 +6999,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10665,16 +7020,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -10685,24 +7032,16 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10713,22 +7052,14 @@ { "ParameterMetadata": { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10739,20 +7070,41 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ZoneRedundant", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -10777,21 +7129,8 @@ "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, @@ -10801,8 +7140,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -10811,7 +7149,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Queue.NewAzureRmServiceBusQueue", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -10845,17 +7182,13 @@ "ForwardDeadLetteredMessagesTo": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -10870,15 +7203,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -10887,8 +7217,7 @@ "Name": "quResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -10906,16 +7235,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -10926,16 +7247,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -10946,337 +7259,199 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EnablePartitioning", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "LockDuration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AutoDeleteOnIdle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DefaultMessageTimeToLive", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DuplicateDetectionHistoryTimeWindow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeadLetteringOnMessageExpiration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "EnableBatchedOperations", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableExpress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxDeliveryCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxSizeInMegabytes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MessageCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "RequiresDuplicateDetection", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "RequiresSession", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SizeInBytes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ForwardTo", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ForwardDeadLetteredMessagesTo", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11295,21 +7470,8 @@ "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 } ], @@ -11326,16 +7488,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11352,16 +7506,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11378,16 +7524,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -11398,25 +7536,18 @@ { "ParameterMetadata": { "Name": "EnablePartitioning", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11427,20 +7558,11 @@ { "ParameterMetadata": { "Name": "LockDuration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11451,20 +7573,11 @@ { "ParameterMetadata": { "Name": "AutoDeleteOnIdle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11475,20 +7588,11 @@ { "ParameterMetadata": { "Name": "DefaultMessageTimeToLive", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11499,20 +7603,11 @@ { "ParameterMetadata": { "Name": "DuplicateDetectionHistoryTimeWindow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11523,25 +7618,18 @@ { "ParameterMetadata": { "Name": "DeadLetteringOnMessageExpiration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11552,20 +7640,11 @@ { "ParameterMetadata": { "Name": "EnableBatchedOperations", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11576,25 +7655,18 @@ { "ParameterMetadata": { "Name": "EnableExpress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11605,22 +7677,14 @@ { "ParameterMetadata": { "Name": "MaxDeliveryCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11631,22 +7695,14 @@ { "ParameterMetadata": { "Name": "MaxSizeInMegabytes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11657,22 +7713,14 @@ { "ParameterMetadata": { "Name": "MessageCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11683,25 +7731,18 @@ { "ParameterMetadata": { "Name": "RequiresDuplicateDetection", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11712,25 +7753,18 @@ { "ParameterMetadata": { "Name": "RequiresSession", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11741,22 +7775,14 @@ { "ParameterMetadata": { "Name": "SizeInBytes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11767,20 +7793,11 @@ { "ParameterMetadata": { "Name": "ForwardTo", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11791,20 +7808,11 @@ { "ParameterMetadata": { "Name": "ForwardDeadLetteredMessagesTo", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -11829,21 +7837,8 @@ "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, @@ -11853,8 +7848,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -11863,7 +7857,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Rule.NewAzureRmServiceBusRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "RulePropertiesSet", "OutputTypes": [ @@ -11881,17 +7874,13 @@ "Id": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -11906,15 +7895,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -11923,8 +7909,7 @@ "Name": "rule", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -11942,16 +7927,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11962,16 +7939,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -11982,16 +7951,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12002,88 +7963,44 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SqlExpression", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ActionSqlExpression", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "RequiresPreprocessing", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -12102,21 +8019,8 @@ "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 } ], @@ -12133,16 +8037,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12159,16 +8055,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12185,16 +8073,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12211,16 +8091,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12231,20 +8103,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12255,20 +8118,11 @@ { "ParameterMetadata": { "Name": "SqlExpression", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12293,21 +8147,8 @@ "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, @@ -12323,20 +8164,11 @@ { "ParameterMetadata": { "Name": "ActionSqlExpression", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12347,20 +8179,11 @@ { "ParameterMetadata": { "Name": "RequiresPreprocessing", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -12377,16 +8200,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12403,16 +8218,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12429,16 +8236,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12455,16 +8254,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12475,20 +8266,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12499,20 +8281,11 @@ { "ParameterMetadata": { "Name": "SqlExpression", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -12537,21 +8310,8 @@ "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, @@ -12561,8 +8321,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -12571,7 +8330,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Subscription.NewAzureRmServiceBusSubscription", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -12600,17 +8358,13 @@ "ForwardTo": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -12625,15 +8379,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -12642,8 +8393,7 @@ "Name": "subscriptionResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -12661,16 +8411,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12681,16 +8423,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12701,16 +8435,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12721,213 +8447,122 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AutoDeleteOnIdle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DefaultMessageTimeToLive", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DeadLetteringOnMessageExpiration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "DeadLetteringOnFilterEvaluationExceptions", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "EnableBatchedOperations", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "LockDuration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "MaxDeliveryCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "RequiresSession", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ForwardTo", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ForwardDeadLetteredMessagesTo", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -12946,21 +8581,8 @@ "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 } ], @@ -12977,16 +8599,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13003,16 +8617,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13029,16 +8635,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13055,16 +8653,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13075,20 +8665,11 @@ { "ParameterMetadata": { "Name": "AutoDeleteOnIdle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13099,20 +8680,11 @@ { "ParameterMetadata": { "Name": "DefaultMessageTimeToLive", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13123,25 +8695,18 @@ { "ParameterMetadata": { "Name": "DeadLetteringOnMessageExpiration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13152,20 +8717,11 @@ { "ParameterMetadata": { "Name": "DeadLetteringOnFilterEvaluationExceptions", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13176,25 +8732,18 @@ { "ParameterMetadata": { "Name": "EnableBatchedOperations", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13205,20 +8754,11 @@ { "ParameterMetadata": { "Name": "LockDuration", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -13229,22 +8769,14 @@ { "ParameterMetadata": { "Name": "MaxDeliveryCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13255,25 +8787,18 @@ { "ParameterMetadata": { "Name": "RequiresSession", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13284,20 +8809,11 @@ { "ParameterMetadata": { "Name": "ForwardTo", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13308,20 +8824,11 @@ { "ParameterMetadata": { "Name": "ForwardDeadLetteredMessagesTo", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13346,21 +8853,8 @@ "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, @@ -13370,8 +8864,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -13380,7 +8873,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Topic.NewAzureRmServiceBusTopic", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -13410,17 +8902,13 @@ "DefaultMessageTimeToLive": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -13435,15 +8923,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -13452,8 +8937,7 @@ "Name": "topicResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -13471,16 +8955,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -13491,16 +8967,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -13511,225 +8979,139 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EnablePartitioning", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "AutoDeleteOnIdle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DefaultMessageTimeToLive", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DuplicateDetectionHistoryTimeWindow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "EnableBatchedOperations", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "EnableExpress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "MaxSizeInMegabytes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "RequiresDuplicateDetection", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SupportOrdering", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "SizeInBytes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -13748,21 +9130,8 @@ "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 } ], @@ -13779,16 +9148,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13805,16 +9166,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13831,16 +9184,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13851,25 +9196,18 @@ { "ParameterMetadata": { "Name": "EnablePartitioning", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -13880,20 +9218,11 @@ { "ParameterMetadata": { "Name": "AutoDeleteOnIdle", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13904,20 +9233,11 @@ { "ParameterMetadata": { "Name": "DefaultMessageTimeToLive", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13928,20 +9248,11 @@ { "ParameterMetadata": { "Name": "DuplicateDetectionHistoryTimeWindow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13952,25 +9263,18 @@ { "ParameterMetadata": { "Name": "EnableBatchedOperations", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -13981,25 +9285,18 @@ { "ParameterMetadata": { "Name": "EnableExpress", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14010,22 +9307,14 @@ { "ParameterMetadata": { "Name": "MaxSizeInMegabytes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14036,25 +9325,18 @@ { "ParameterMetadata": { "Name": "RequiresDuplicateDetection", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14065,25 +9347,18 @@ { "ParameterMetadata": { "Name": "SupportOrdering", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "ValidateSet": [ "TRUE", "FALSE" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14094,22 +9369,14 @@ { "ParameterMetadata": { "Name": "SizeInBytes", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14134,21 +9401,8 @@ "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, @@ -14158,8 +9412,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -14168,7 +9421,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.RemoveAzureServiceBusAuthorizationRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -14176,12 +9428,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -14191,20 +9438,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -14215,16 +9453,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -14235,16 +9465,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -14255,16 +9477,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -14275,16 +9489,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -14303,93 +9509,26 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -14408,21 +9547,8 @@ "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 } ], @@ -14433,20 +9559,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14463,16 +9580,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14497,57 +9606,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14558,20 +9618,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14582,20 +9633,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14620,21 +9662,8 @@ "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, @@ -14656,16 +9685,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14676,20 +9697,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14706,16 +9718,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14740,57 +9744,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -14801,20 +9756,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14825,20 +9771,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -14863,21 +9800,8 @@ "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, @@ -14899,16 +9823,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14925,16 +9841,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14945,20 +9853,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -14975,16 +9874,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15009,57 +9900,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15070,20 +9912,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15094,20 +9927,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15132,21 +9956,8 @@ "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, @@ -15168,16 +9979,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15194,16 +9997,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15214,20 +10009,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15244,16 +10030,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15278,57 +10056,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -15339,20 +10068,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15363,20 +10083,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15401,21 +10112,8 @@ "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, @@ -15425,8 +10123,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -15435,7 +10132,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.RemoveServicBusGeoDRConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "GeoDRPropertiesSet", "OutputTypes": [ @@ -15443,12 +10139,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -15458,61 +10149,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -15526,111 +10189,35 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -15649,21 +10236,8 @@ "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 } ], @@ -15674,20 +10248,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15698,20 +10263,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15722,20 +10278,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15746,20 +10293,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15770,20 +10308,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15808,21 +10337,8 @@ "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, @@ -15838,7 +10354,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -15852,57 +10367,8 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -15913,20 +10379,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15937,20 +10394,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -15975,21 +10423,8 @@ "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, @@ -16005,20 +10440,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16029,20 +10455,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16053,20 +10470,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16091,21 +10499,8 @@ "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, @@ -16121,20 +10516,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16145,20 +10531,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16183,21 +10560,8 @@ "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, @@ -16207,8 +10571,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -16217,7 +10580,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.RemoveAzureServiceBusIPRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "IPRulePropertiesParameterSet", "OutputTypes": [ @@ -16234,17 +10596,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -16259,15 +10617,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -16276,8 +10631,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -16289,20 +10643,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -16313,39 +10658,21 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IpMask", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "IpRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes", @@ -16353,103 +10680,26 @@ "Properties": { "IpMask": "System.String", "Action": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetIpRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwiprulescol", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceBus.Models.NWRuleSetIpRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwiprules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "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=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -16468,21 +10718,8 @@ "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 } ], @@ -16493,20 +10730,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16523,16 +10751,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16543,20 +10763,11 @@ { "ParameterMetadata": { "Name": "IpMask", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16567,20 +10778,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16591,20 +10793,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16629,21 +10822,8 @@ "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, @@ -16659,20 +10839,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16689,16 +10860,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16709,7 +10872,6 @@ { "ParameterMetadata": { "Name": "IpRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes", @@ -16717,67 +10879,8 @@ "Properties": { "IpMask": "System.String", "Action": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetIpRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwiprulescol", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceBus.Models.NWRuleSetIpRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwiprules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -16788,20 +10891,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16812,20 +10906,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16850,21 +10935,8 @@ "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, @@ -16880,20 +10952,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16904,20 +10967,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -16942,21 +10996,8 @@ "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, @@ -16966,8 +11007,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -16976,7 +11016,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.RemoveAzureServiceBusMigrationConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "MigrationConfigurationPropertiesSet", "OutputTypes": [ @@ -16984,12 +11023,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -16999,43 +11033,24 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -17049,111 +11064,35 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -17172,21 +11111,8 @@ "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 } ], @@ -17197,20 +11123,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17221,20 +11138,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17245,20 +11153,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17269,20 +11168,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17307,21 +11197,8 @@ "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, @@ -17337,7 +11214,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -17351,57 +11227,8 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17412,20 +11239,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17436,20 +11254,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17474,21 +11283,8 @@ "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, @@ -17504,20 +11300,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17528,20 +11315,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17552,20 +11330,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17590,21 +11359,8 @@ "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, @@ -17620,20 +11376,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17644,20 +11391,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -17682,21 +11420,8 @@ "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, @@ -17706,8 +11431,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -17716,7 +11440,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.RemoveAzureRmServiceBusNamespace", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "NamespacePropertiesSet", "OutputTypes": [ @@ -17724,12 +11447,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -17745,16 +11463,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -17765,27 +11475,20 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -17795,111 +11498,35 @@ "Location": "System.String", "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -17918,21 +11545,8 @@ "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 } ], @@ -17949,16 +11563,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17975,16 +11581,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -17995,20 +11593,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18019,20 +11608,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18057,21 +11637,8 @@ "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, @@ -18087,13 +11654,14 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -18103,57 +11671,8 @@ "Location": "System.String", "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18164,20 +11683,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18188,20 +11698,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18226,21 +11727,8 @@ "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, @@ -18256,20 +11744,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18280,20 +11759,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18304,20 +11774,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18342,21 +11803,8 @@ "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, @@ -18372,20 +11820,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18396,20 +11835,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18434,21 +11864,8 @@ "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, @@ -18458,8 +11875,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -18468,7 +11884,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.RemoveAzureServiceBusNetworkRuleSet", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "NetworkRuleSetPropertiesSet", "OutputTypes": [ @@ -18476,12 +11891,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -18491,20 +11901,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -18515,27 +11916,20 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -18545,111 +11939,35 @@ "Location": "System.String", "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -18668,21 +11986,8 @@ "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 } ], @@ -18693,20 +11998,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18723,16 +12019,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18743,20 +12031,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18767,20 +12046,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18805,21 +12075,8 @@ "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, @@ -18835,13 +12092,14 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -18851,57 +12109,8 @@ "Location": "System.String", "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "evResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -18912,20 +12121,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18936,20 +12136,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -18974,21 +12165,8 @@ "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, @@ -19004,20 +12182,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19028,20 +12197,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19052,20 +12212,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19090,21 +12241,8 @@ "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, @@ -19120,20 +12258,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19144,20 +12273,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19182,21 +12302,8 @@ "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, @@ -19206,8 +12313,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -19216,7 +12322,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Queue.RemoveAzureRmServiceBusQueue", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "QueuePropertiesSet", "OutputTypes": [ @@ -19224,12 +12329,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -19245,16 +12345,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -19265,16 +12357,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -19285,21 +12369,12 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes", @@ -19328,111 +12403,35 @@ "ForwardTo": "System.String", "ForwardDeadLetteredMessagesTo": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "quResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -19451,21 +12450,8 @@ "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 } ], @@ -19482,16 +12468,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19508,16 +12486,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19534,16 +12504,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19554,20 +12516,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19578,20 +12531,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19616,21 +12560,8 @@ "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, @@ -19646,7 +12577,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes", @@ -19675,57 +12605,8 @@ "ForwardTo": "System.String", "ForwardDeadLetteredMessagesTo": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "quResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19736,20 +12617,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19760,20 +12632,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19798,21 +12661,8 @@ "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, @@ -19828,20 +12678,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -19852,20 +12693,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19876,20 +12708,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19914,21 +12737,8 @@ "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, @@ -19944,20 +12754,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -19968,20 +12769,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20006,21 +12798,8 @@ "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, @@ -20030,8 +12809,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -20040,7 +12818,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Rule.RemoveAzureRmServiceBusRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "RulePropertiesSet", "OutputTypes": [ @@ -20048,12 +12825,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -20069,16 +12841,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20089,16 +12853,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20109,16 +12865,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20129,39 +12877,21 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes", @@ -20186,129 +12916,44 @@ "Id": "System.String", "DefaultMessageTimeToLive": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "topicResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -20327,21 +12972,8 @@ "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 } ], @@ -20358,16 +12990,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20384,16 +13008,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20410,16 +13026,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20436,16 +13044,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20456,20 +13056,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20480,20 +13071,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20504,20 +13086,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20528,20 +13101,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20566,21 +13130,8 @@ "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, @@ -20596,7 +13147,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes", @@ -20621,57 +13171,8 @@ "Id": "System.String", "DefaultMessageTimeToLive": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "topicResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20682,20 +13183,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -20706,20 +13198,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20730,20 +13213,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20754,20 +13228,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20792,21 +13257,8 @@ "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, @@ -20822,20 +13274,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20846,20 +13289,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20870,20 +13304,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -20908,21 +13333,8 @@ "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, @@ -20932,8 +13344,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -20942,7 +13353,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Subscription.RemoveAzureRmServiceBusSubscription", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "SubscriptionPropertiesSet", "OutputTypes": [ @@ -20950,12 +13360,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -20971,16 +13376,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -20991,16 +13388,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -21011,16 +13400,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -21031,21 +13412,12 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes", @@ -21069,111 +13441,35 @@ "Name": "System.String", "ForwardTo": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "subscriptionResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -21192,21 +13488,8 @@ "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 } ], @@ -21223,16 +13506,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21249,16 +13524,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21275,16 +13542,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21301,16 +13560,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21321,20 +13572,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21345,20 +13587,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21383,21 +13616,8 @@ "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, @@ -21413,7 +13633,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes", @@ -21437,57 +13656,8 @@ "Name": "System.String", "ForwardTo": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "subscriptionResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21498,20 +13668,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21522,20 +13683,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21560,21 +13712,8 @@ "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, @@ -21590,20 +13729,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -21614,20 +13744,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21638,20 +13759,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21676,21 +13788,8 @@ "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, @@ -21706,20 +13805,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21730,20 +13820,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -21768,21 +13849,8 @@ "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, @@ -21792,8 +13860,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -21802,7 +13869,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Topic.RemoveAzureRmServiceBusTopic", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "TopicPropertiesSet", "OutputTypes": [ @@ -21810,12 +13876,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -21831,16 +13892,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -21851,16 +13904,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -21871,21 +13916,12 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes", @@ -21910,111 +13946,35 @@ "Id": "System.String", "DefaultMessageTimeToLive": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "topicResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -22033,21 +13993,8 @@ "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 } ], @@ -22064,16 +14011,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22090,16 +14029,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22116,16 +14047,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22136,20 +14059,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22160,20 +14074,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22198,21 +14103,8 @@ "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, @@ -22228,7 +14120,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes", @@ -22253,57 +14144,8 @@ "Id": "System.String", "DefaultMessageTimeToLive": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "topicResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22314,20 +14156,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22338,20 +14171,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22376,21 +14200,8 @@ "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, @@ -22406,20 +14217,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22430,20 +14232,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22454,20 +14247,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22492,21 +14276,8 @@ "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, @@ -22522,20 +14293,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22546,20 +14308,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22584,21 +14337,8 @@ "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, @@ -22608,8 +14348,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -22618,7 +14357,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.RemoveAzureEventHubVNetRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "VirtualNetworkRulePropertiesParameterSet", "OutputTypes": [ @@ -22635,17 +14373,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -22660,15 +14394,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -22677,8 +14408,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -22690,20 +14420,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -22714,39 +14435,21 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes", @@ -22754,103 +14457,26 @@ "Properties": { "Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceBus.Models.NWRuleSetVirtualNetworkRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "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=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -22869,21 +14495,8 @@ "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 } ], @@ -22894,20 +14507,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22924,16 +14528,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22944,20 +14540,11 @@ { "ParameterMetadata": { "Name": "SubnetId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -22968,20 +14555,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -22992,20 +14570,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23030,21 +14599,8 @@ "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, @@ -23060,20 +14616,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23090,16 +14637,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23110,7 +14649,6 @@ { "ParameterMetadata": { "Name": "VirtualNetworkRuleObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes", @@ -23118,67 +14656,8 @@ "Properties": { "Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceBus.Models.NWRuleSetVirtualNetworkRules]" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "nwVirtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23189,20 +14668,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23213,20 +14683,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23251,21 +14712,8 @@ "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, @@ -23281,20 +14729,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23305,20 +14744,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -23343,21 +14773,8 @@ "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, @@ -23367,8 +14784,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -23377,7 +14793,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.SetAzureServiceBusAuthorizationRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -23394,17 +14809,13 @@ "Name": "System.String", "Location": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -23419,15 +14830,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -23436,8 +14844,7 @@ "Name": "authRuleResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -23449,20 +14856,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -23473,16 +14871,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -23493,16 +14883,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -23513,16 +14895,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -23533,16 +14907,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -23561,79 +14927,23 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -23652,21 +14962,8 @@ "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 } ], @@ -23677,20 +14974,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23707,16 +14995,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23741,21 +15021,8 @@ "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, @@ -23777,16 +15044,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23811,57 +15070,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23872,24 +15082,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -23900,20 +15103,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23930,16 +15124,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -23964,21 +15150,8 @@ "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, @@ -24000,16 +15173,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24026,16 +15191,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24060,57 +15217,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24121,24 +15229,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24149,20 +15250,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24179,16 +15271,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24213,21 +15297,8 @@ "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, @@ -24249,16 +15320,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24275,16 +15338,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24309,57 +15364,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24370,24 +15376,17 @@ { "ParameterMetadata": { "Name": "Rights", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateSet": [ "Listen", "Send", "Manage" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -24398,20 +15397,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24428,16 +15418,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24462,21 +15444,8 @@ "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, @@ -24506,57 +15475,8 @@ "Type": "System.String", "Name": "System.String", "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "authRuleResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24567,20 +15487,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24597,16 +15508,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24631,21 +15534,8 @@ "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, @@ -24655,8 +15545,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -24665,7 +15554,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.SetAzureServiceBusGeoDRConfigurationBreakPair", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "GeoDRPropertiesSet", "OutputTypes": [ @@ -24673,12 +15561,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -24694,57 +15577,30 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -24758,93 +15614,26 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -24863,21 +15652,8 @@ "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 } ], @@ -24894,16 +15670,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24914,20 +15682,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24938,20 +15697,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -24962,20 +15712,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25000,21 +15741,8 @@ "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, @@ -25030,7 +15758,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -25044,57 +15771,8 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25105,20 +15783,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25143,21 +15812,8 @@ "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, @@ -25173,20 +15829,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25197,20 +15844,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25235,21 +15873,8 @@ "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, @@ -25265,20 +15890,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25303,21 +15919,8 @@ "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, @@ -25327,8 +15930,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -25337,7 +15939,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.SetAzureServiceBusGeoDRConfigurationFailOver", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "GeoDRPropertiesSet", "OutputTypes": [ @@ -25345,12 +15946,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -25360,61 +15956,33 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -25428,93 +15996,26 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -25533,21 +16034,8 @@ "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 } ], @@ -25558,20 +16046,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25582,20 +16061,11 @@ { "ParameterMetadata": { "Name": "Namespace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25606,20 +16076,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25630,20 +16091,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25668,21 +16120,8 @@ "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, @@ -25698,7 +16137,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -25712,57 +16150,8 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25773,20 +16162,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25811,21 +16191,8 @@ "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, @@ -25841,20 +16208,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -25865,20 +16223,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25903,21 +16252,8 @@ "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, @@ -25933,20 +16269,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -25971,21 +16298,8 @@ "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, @@ -25995,8 +16309,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -26005,7 +16318,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.SetAzureRmServiceBusNamespace", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -26016,6 +16328,8 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "ResourceGroup": "System.String", @@ -26026,17 +16340,13 @@ "ProvisioningState": "System.String", "ServiceBusEndpoint": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26051,15 +16361,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -26068,8 +16375,7 @@ "Name": "evResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -26087,34 +16393,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -26125,76 +16414,52 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -26213,21 +16478,8 @@ "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 } ], @@ -26244,16 +16496,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26264,20 +16508,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26294,16 +16529,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26314,24 +16541,16 @@ { "ParameterMetadata": { "Name": "SkuName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Basic", "Standard", "Premium" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26342,22 +16561,14 @@ { "ParameterMetadata": { "Name": "SkuCapacity", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26368,20 +16579,26 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26406,21 +16623,8 @@ "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, @@ -26430,8 +16634,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -26440,7 +16643,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.SetAzureServiceBusNetworkrule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NetworkRuleSetPropertiesSet", "OutputTypes": [ @@ -26457,17 +16659,13 @@ "Name": "System.String", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -26482,15 +16680,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -26499,8 +16694,7 @@ "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -26512,20 +16706,11 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -26536,52 +16721,27 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "DefaultAction", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "IPRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes" + }, "ValidateNotNullOrEmpty": true }, { @@ -26593,20 +16753,12 @@ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes", @@ -26618,75 +16770,17 @@ "Type": "System.String", "Name": "System.String", "DefaultAction": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -26705,21 +16799,8 @@ "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 } ], @@ -26730,20 +16811,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26760,16 +16832,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26780,7 +16844,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes", @@ -26792,57 +16855,8 @@ "Type": "System.String", "Name": "System.String", "DefaultAction": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26867,21 +16881,8 @@ "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, @@ -26897,20 +16898,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26927,16 +16919,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -26947,20 +16931,11 @@ { "ParameterMetadata": { "Name": "DefaultAction", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -26971,20 +16946,12 @@ { "ParameterMetadata": { "Name": "IPRule", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27002,15 +16969,8 @@ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes[]", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27035,21 +16995,8 @@ "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, @@ -27065,20 +17012,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27095,16 +17033,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27115,20 +17045,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27153,21 +17074,8 @@ "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, @@ -27197,21 +17105,8 @@ "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, @@ -27221,8 +17116,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -27231,7 +17125,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Queue.SetAzureRmServiceBusQueue", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -27265,17 +17158,13 @@ "ForwardDeadLetteredMessagesTo": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -27290,15 +17179,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -27307,8 +17193,7 @@ "Name": "quResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -27326,16 +17211,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -27346,16 +17223,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -27366,16 +17235,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -27411,57 +17272,8 @@ "ForwardTo": "System.String", "ForwardDeadLetteredMessagesTo": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "quResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -27480,21 +17292,8 @@ "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 } ], @@ -27511,16 +17310,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27537,16 +17328,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27563,16 +17346,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27614,57 +17389,8 @@ "ForwardTo": "System.String", "ForwardDeadLetteredMessagesTo": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "quResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -27689,21 +17415,8 @@ "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, @@ -27713,8 +17426,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -27723,7 +17435,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Rule.SetAzureRmServiceBusRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -27741,17 +17452,13 @@ "Id": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -27766,15 +17473,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -27783,8 +17487,7 @@ "Name": "rule", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -27802,16 +17505,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -27822,16 +17517,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -27842,16 +17529,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -27862,39 +17541,21 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes", @@ -27907,57 +17568,8 @@ "Name": "System.String", "Id": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "rule", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -27976,21 +17588,8 @@ "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 } ], @@ -28007,16 +17606,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28033,16 +17624,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28059,16 +17642,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28085,16 +17660,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28105,20 +17672,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28129,7 +17687,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes", @@ -28142,57 +17699,8 @@ "Name": "System.String", "Id": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "rule", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28217,21 +17725,8 @@ "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, @@ -28241,8 +17736,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -28251,7 +17745,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Subscription.SetAzureRmServiceBusSubscription", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -28280,17 +17773,13 @@ "ForwardTo": "System.String", "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28305,15 +17794,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -28322,8 +17808,7 @@ "Name": "subscriptionResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -28341,16 +17826,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -28361,16 +17838,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -28381,16 +17850,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -28421,57 +17882,8 @@ "Name": "System.String", "ForwardTo": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "subscriptionResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -28490,21 +17902,8 @@ "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 } ], @@ -28521,16 +17920,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28547,16 +17938,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28573,16 +17956,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28619,57 +17994,8 @@ "Name": "System.String", "ForwardTo": "System.String", "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "subscriptionResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -28694,21 +18020,8 @@ "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, @@ -28718,8 +18031,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -28728,7 +18040,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Topic.SetAzureRmServiceBusTopic", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -28758,17 +18069,13 @@ "DefaultMessageTimeToLive": "System.String", "Name": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -28783,15 +18090,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -28800,8 +18104,7 @@ "Name": "topicResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -28819,16 +18122,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -28839,16 +18134,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -28859,16 +18146,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -28900,57 +18179,8 @@ "Id": "System.String", "DefaultMessageTimeToLive": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "topicResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { @@ -28969,21 +18199,8 @@ "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 } ], @@ -29000,16 +18217,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29026,16 +18235,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29052,16 +18253,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29099,57 +18292,8 @@ "Id": "System.String", "DefaultMessageTimeToLive": "System.String", "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "topicResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29174,21 +18318,8 @@ "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, @@ -29198,8 +18329,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Start", @@ -29208,7 +18338,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.StartAzureServiceBusMigrationConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "MigrationConfigurationPropertiesSet", "OutputTypes": [ @@ -29227,17 +18356,13 @@ "PartnerNamespace": "System.String", "AlternateName": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -29252,15 +18377,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -29269,8 +18391,7 @@ "Name": "drResource", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -29282,92 +18403,47 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "TargetNameSpace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PostMigrationName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -29386,21 +18462,8 @@ "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 } ], @@ -29411,20 +18474,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29435,20 +18489,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29459,20 +18504,11 @@ { "ParameterMetadata": { "Name": "TargetNameSpace", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29483,20 +18519,11 @@ { "ParameterMetadata": { "Name": "PostMigrationName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29507,20 +18534,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29545,21 +18563,8 @@ "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, @@ -29569,8 +18574,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Stop", @@ -29579,7 +18583,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.StopAzureServiceBusMigrationConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "MigrationConfigurationPropertiesSet", "OutputTypes": [ @@ -29587,12 +18590,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -29608,39 +18606,21 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -29654,93 +18634,26 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -29759,21 +18672,8 @@ "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 } ], @@ -29790,16 +18690,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29810,20 +18702,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29834,20 +18717,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -29872,21 +18746,8 @@ "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, @@ -29902,7 +18763,6 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes", @@ -29916,57 +18776,8 @@ "Type": "System.String", "PartnerNamespace": "System.String", "AlternateName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "drResource", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -29977,20 +18788,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30015,21 +18817,8 @@ "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, @@ -30045,20 +18834,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30069,20 +18849,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30107,21 +18878,8 @@ "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, @@ -30137,20 +18895,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -30175,21 +18924,8 @@ "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, @@ -30199,8 +18935,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Test", @@ -30209,7 +18944,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.TestAzureServiceBusCheckNameAvailability", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -30223,17 +18957,13 @@ "NameAvailable": "System.Nullable`1[System.Boolean]", "Message": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -30248,15 +18978,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -30273,8 +19000,7 @@ "Name": "message", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -30283,8 +19009,7 @@ "Name": "checkNameAvailabilityResult", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -30302,16 +19027,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -30322,34 +19039,17 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { @@ -30364,25 +19064,12 @@ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] + "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]" + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -30399,16 +19086,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30425,16 +19104,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30445,20 +19116,11 @@ { "ParameterMetadata": { "Name": "AliasName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30483,21 +19145,8 @@ "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, @@ -30519,16 +19168,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30553,21 +19194,8 @@ "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, @@ -30597,21 +19225,8 @@ "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, @@ -30621,8 +19236,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Test", @@ -30631,7 +19245,6 @@ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.TestAzServiceBusCheckNameAvailability", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "QueueCheckNameAvailabilitySet", "OutputTypes": [ @@ -30639,12 +19252,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -30660,16 +19268,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -30680,70 +19280,35 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Queue", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { "Name": "Topic", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -30762,21 +19327,8 @@ "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 } ], @@ -30793,16 +19345,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30819,16 +19363,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30839,20 +19375,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30877,21 +19404,8 @@ "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, @@ -30907,20 +19421,11 @@ { "ParameterMetadata": { "Name": "Queue", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30937,16 +19442,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -30963,16 +19460,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -30983,20 +19472,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31021,21 +19501,8 @@ "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, @@ -31051,20 +19518,11 @@ { "ParameterMetadata": { "Name": "Topic", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31081,16 +19539,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -31107,16 +19557,8 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31127,20 +19569,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -31165,21 +19598,8 @@ "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, @@ -31189,162 +19609,59 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", @@ -31354,8 +19671,6 @@ "IpMask": "System.String", "Action": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "PSNWRuleSetIpRulesAttributesCollection", @@ -31369,12 +19684,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -31389,15 +19702,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -31406,32 +19716,22 @@ "Name": "nwiprules", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", @@ -31441,8 +19741,6 @@ "Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", @@ -31456,12 +19754,10 @@ }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -31476,15 +19772,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -31493,8 +19786,7 @@ "Name": "nwVirtualNetworkRules", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -31505,17 +19797,13 @@ "Properties": { "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -31530,15 +19818,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -31547,22 +19832,17 @@ "Name": "subnet", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -31575,11 +19855,7 @@ "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -31590,24 +19866,16 @@ "Id": "System.String", "Credential": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -31637,23 +19905,15 @@ "ServiceManagementUrl": "System.String", "StorageEndpointSuffix": "System.String", "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -31663,11 +19923,7 @@ "Id": "System.String", "Name": "System.String", "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -31675,11 +19931,7 @@ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + } }, "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", @@ -31688,92 +19940,60 @@ "Properties": { "CacheData": "System.Byte[]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Clear", - "Parameters": [], "ReturnType": "System.Void" } - ], - "Constructors": [] + ] }, "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Byte" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR": { "Namespace": "Microsoft.Azure.Management.ServiceBus.Models", "Name": "Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR", "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -31795,16 +20015,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -31815,6 +20025,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -31851,46 +20069,31 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.TypeCode": { "Namespace": "System", "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery": { "Namespace": "Microsoft.Azure.Management.ServiceBus.Models", "Name": "Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery", "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -31912,16 +20115,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -31932,6 +20125,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -31968,73 +20169,51 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.Dictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceBus.Models.AccessRights" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.ServiceBus.Models.AccessRights": { "Namespace": "Microsoft.Azure.Management.ServiceBus.Models", "Name": "Microsoft.Azure.Management.ServiceBus.Models.AccessRights", "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -32056,16 +20235,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -32076,6 +20245,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -32112,16 +20289,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Management.ServiceBus.Models.SBSku": { "Namespace": "Microsoft.Azure.Management.ServiceBus.Models", @@ -32132,22 +20306,17 @@ "Tier": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.SkuTier]", "Capacity": "System.Nullable`1[System.Int32]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -32162,15 +20331,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -32187,8 +20353,7 @@ "Name": "capacity", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -32196,9 +20361,6 @@ "Namespace": "Microsoft.Azure.Management.ServiceBus.Models", "Name": "Microsoft.Azure.Management.ServiceBus.Models.SkuName", "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.SkuName, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -32220,16 +20382,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -32240,6 +20392,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -32276,36 +20436,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.SkuTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.SkuTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.SkuTier, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.SkuTier, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceBus.Models.SkuTier" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.ServiceBus.Models.SkuTier": { "Namespace": "Microsoft.Azure.Management.ServiceBus.Models", "Name": "Microsoft.Azure.Management.ServiceBus.Models.SkuTier", "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.SkuTier, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -32327,16 +20477,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -32347,6 +20487,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -32383,50 +20531,34 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" - ], - "Methods": [], - "Constructors": [] + ] }, "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationDisplayAttributes": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", @@ -32437,17 +20569,13 @@ "Resource": "System.String", "Operation": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -32462,15 +20590,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -32487,8 +20612,7 @@ "Name": "operation", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -32497,8 +20621,7 @@ "Name": "operationDisplay", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -32513,17 +20636,13 @@ "TransferMessageCount": "System.Nullable`1[System.Int64]", "TransferDeadLetterMessageCount": "System.Nullable`1[System.Int64]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -32538,15 +20657,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -32571,30 +20687,22 @@ "Name": "transferDeadLetterMessageCount", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceBus.Models.EntityStatus" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.ServiceBus.Models.EntityStatus": { "Namespace": "Microsoft.Azure.Management.ServiceBus.Models", "Name": "Microsoft.Azure.Management.ServiceBus.Models.EntityStatus", "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.EntityStatus, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -32616,16 +20724,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -32636,6 +20734,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -32672,16 +20778,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", @@ -32692,17 +20795,13 @@ "CompatibilityLevel": "System.Nullable`1[System.Int32]", "SqlExpression": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -32717,7 +20816,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -32737,13 +20835,10 @@ "Name": "requiresPreprocessing", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -32752,8 +20847,7 @@ "Name": "action", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -32773,17 +20867,13 @@ "ReplyToSessionId": "System.String", "ContentType": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -32798,15 +20888,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -32815,8 +20902,7 @@ "Name": "correlationFilter", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -32829,17 +20915,13 @@ "CompatibilityLevel": "System.Nullable`1[System.Int32]", "SqlExpression": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -32854,15 +20936,12 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], "Constructors": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "" }, { "Name": "", @@ -32879,8 +20958,7 @@ "Name": "requiresPreprocessing", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] }, { "Name": "", @@ -32889,30 +20967,22 @@ "Name": "sqlFilter", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.FilterType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.FilterType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.FilterType, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.FilterType, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceBus.Models.FilterType" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Management.ServiceBus.Models.FilterType": { "Namespace": "Microsoft.Azure.Management.ServiceBus.Models", "Name": "Microsoft.Azure.Management.ServiceBus.Models.FilterType", "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.FilterType, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -32934,16 +21004,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -32954,6 +21014,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -32990,36 +21058,26 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] }, "System.Nullable`1[Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes" - ], - "Methods": [], - "Constructors": [] + ] }, "Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes": { "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models", "Name": "Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes", "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "Equals", @@ -33041,16 +21099,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -33061,6 +21109,14 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -33097,16 +21153,13 @@ }, { "Name": "GetTypeCode", - "Parameters": [], "ReturnType": "System.TypeCode" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" } - ], - "Constructors": [] + ] } } -} +} \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.SignalR.json b/tools/Tools.Common/SerializedCmdlets/Az.SignalR.json index e2c7efb6cbcc..9a958b8f7b23 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.SignalR.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.SignalR.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.SignalR", + "ModuleVersion": "1.4.0", "Cmdlets": [ { "VerbName": "Get", @@ -14,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -34,17 +36,13 @@ "Version": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -59,7 +57,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -71,8 +68,7 @@ "Name": "signalR", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -84,56 +80,29 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -152,21 +121,8 @@ "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 } ], @@ -177,20 +133,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -215,21 +162,8 @@ "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, @@ -245,20 +179,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -269,20 +194,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -307,21 +223,8 @@ "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, @@ -337,20 +240,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -375,21 +269,8 @@ "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, @@ -419,21 +300,8 @@ "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, @@ -443,8 +311,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -460,7 +327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRKeys, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRKeys, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PrimaryKey": "System.String", @@ -468,17 +335,13 @@ "SecondaryKey": "System.String", "SecondaryConnectionString": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -493,7 +356,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -509,8 +371,7 @@ "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -522,65 +383,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -599,52 +432,8 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -663,21 +452,8 @@ "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 } ], @@ -688,20 +464,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -712,20 +479,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -750,21 +508,8 @@ "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, @@ -780,20 +525,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -818,21 +554,8 @@ "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, @@ -848,11 +571,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -871,52 +593,8 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -941,21 +619,8 @@ "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, @@ -985,21 +650,8 @@ "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, @@ -1009,8 +661,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Get", @@ -1026,7 +677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRUsage, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRUsage, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentValue": "System.Nullable`1[System.Int64]", "Limit": "System.Nullable`1[System.Int64]", @@ -1035,17 +686,13 @@ "LocalizedName": "System.String", "Unit": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1060,7 +707,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -1072,8 +718,7 @@ "Name": "signalrUsage", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -1085,20 +730,11 @@ "Parameters": [ { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -1117,21 +753,8 @@ "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 } ], @@ -1142,20 +765,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1180,21 +794,8 @@ "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, @@ -1204,8 +805,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -1221,7 +821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -1241,17 +841,13 @@ "Version": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -1266,7 +862,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -1278,8 +873,7 @@ "Name": "signalR", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -1291,167 +885,88 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UnitCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServiceMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AllowedOrigin", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1470,21 +985,8 @@ "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 } ], @@ -1495,20 +997,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1519,20 +1012,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -1543,20 +1027,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -1567,20 +1042,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1591,20 +1057,11 @@ { "ParameterMetadata": { "Name": "UnitCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1615,23 +1072,15 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1642,20 +1091,11 @@ { "ParameterMetadata": { "Name": "ServiceMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1666,20 +1106,12 @@ { "ParameterMetadata": { "Name": "AllowedOrigin", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1690,20 +1122,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1728,21 +1151,8 @@ "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, @@ -1752,8 +1162,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "New", @@ -1769,12 +1178,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -1784,65 +1188,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -1861,91 +1237,30 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Primary", "Secondary" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -1964,21 +1279,8 @@ "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 } ], @@ -1989,20 +1291,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2013,20 +1306,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2037,23 +1321,15 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Primary", "Secondary" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2064,20 +1340,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2102,21 +1369,8 @@ "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, @@ -2132,20 +1386,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2156,23 +1401,15 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Primary", "Secondary" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2183,20 +1420,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2221,21 +1449,8 @@ "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, @@ -2251,11 +1466,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -2274,52 +1488,8 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2330,23 +1500,15 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Primary", "Secondary" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2357,20 +1519,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2395,21 +1548,8 @@ "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, @@ -2425,23 +1565,15 @@ { "ParameterMetadata": { "Name": "KeyType", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Primary", "Secondary" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -2452,20 +1584,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2490,21 +1613,8 @@ "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, @@ -2514,8 +1624,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Remove", @@ -2531,12 +1640,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -2546,65 +1650,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -2623,88 +1699,26 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -2723,21 +1737,8 @@ "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 } ], @@ -2748,20 +1749,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -2772,20 +1764,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2796,20 +1779,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2820,20 +1794,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2858,21 +1823,8 @@ "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, @@ -2888,20 +1840,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -2912,20 +1855,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2936,20 +1870,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -2974,21 +1899,8 @@ "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, @@ -3004,11 +1916,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -3027,52 +1938,8 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3083,20 +1950,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3107,20 +1965,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3145,21 +1994,8 @@ "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, @@ -3175,20 +2011,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3199,20 +2026,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3237,21 +2055,8 @@ "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, @@ -3261,8 +2066,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Restart", @@ -3278,12 +2082,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -3293,65 +2092,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -3370,88 +2141,26 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -3470,21 +2179,8 @@ "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 } ], @@ -3495,20 +2191,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -3519,20 +2206,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3543,20 +2221,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3567,20 +2236,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3605,21 +2265,8 @@ "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, @@ -3635,20 +2282,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -3659,20 +2297,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3683,20 +2312,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3721,21 +2341,8 @@ "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, @@ -3751,11 +2358,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -3774,52 +2380,8 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -3830,20 +2392,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3854,20 +2407,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3892,21 +2436,8 @@ "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, @@ -3922,20 +2453,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3946,20 +2468,11 @@ { "ParameterMetadata": { "Name": "PassThru", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -3984,21 +2497,8 @@ "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, @@ -4008,8 +2508,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Set", @@ -4025,21 +2524,17 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Templates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate]" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -4054,7 +2549,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -4066,8 +2560,7 @@ "Name": "settings", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -4079,65 +2572,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -4156,106 +2621,36 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Template", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[], Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[], Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Clear", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4274,21 +2669,8 @@ "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 } ], @@ -4299,20 +2681,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -4323,20 +2696,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4347,20 +2711,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4371,20 +2726,12 @@ { "ParameterMetadata": { "Name": "Template", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[], Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[], Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4395,20 +2742,11 @@ { "ParameterMetadata": { "Name": "Clear", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4433,21 +2771,8 @@ "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, @@ -4463,20 +2788,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -4487,20 +2803,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4511,20 +2818,12 @@ { "ParameterMetadata": { "Name": "Template", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[], Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[], Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4535,20 +2834,11 @@ { "ParameterMetadata": { "Name": "Clear", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4573,21 +2863,8 @@ "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, @@ -4603,11 +2880,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -4626,52 +2902,8 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -4682,20 +2914,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4706,20 +2929,12 @@ { "ParameterMetadata": { "Name": "Template", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[], Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[], Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4730,20 +2945,11 @@ { "ParameterMetadata": { "Name": "Clear", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4768,21 +2974,8 @@ "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, @@ -4798,20 +2991,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4822,20 +3006,12 @@ { "ParameterMetadata": { "Name": "Template", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[], Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate[], Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4846,20 +3022,11 @@ { "ParameterMetadata": { "Name": "Clear", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -4884,21 +3051,8 @@ "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, @@ -4908,8 +3062,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Test", @@ -4925,12 +3078,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -4940,38 +3088,20 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { @@ -4990,21 +3120,8 @@ "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 } ], @@ -5015,20 +3132,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5039,20 +3147,11 @@ { "ParameterMetadata": { "Name": "Location", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5077,21 +3176,8 @@ "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, @@ -5120,7 +3206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -5140,17 +3226,13 @@ "Version": "System.String", "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -5165,7 +3247,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -5177,8 +3258,7 @@ "Name": "signalR", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -5190,65 +3270,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -5267,165 +3319,70 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UnitCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ServiceMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AllowedOrigin", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -5444,21 +3401,8 @@ "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 } ], @@ -5469,20 +3413,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -5493,20 +3428,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5517,20 +3443,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5541,22 +3458,14 @@ { "ParameterMetadata": { "Name": "UnitCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5567,23 +3476,15 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5594,20 +3495,11 @@ { "ParameterMetadata": { "Name": "ServiceMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5618,20 +3510,12 @@ { "ParameterMetadata": { "Name": "AllowedOrigin", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5642,20 +3526,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5680,21 +3555,8 @@ "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, @@ -5710,20 +3572,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -5734,20 +3587,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5758,22 +3602,14 @@ { "ParameterMetadata": { "Name": "UnitCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5784,23 +3620,15 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5811,20 +3639,11 @@ { "ParameterMetadata": { "Name": "ServiceMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5835,20 +3654,12 @@ { "ParameterMetadata": { "Name": "AllowedOrigin", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5859,20 +3670,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -5897,21 +3699,8 @@ "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, @@ -5927,11 +3716,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -5950,52 +3738,8 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -6006,20 +3750,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6030,22 +3765,14 @@ { "ParameterMetadata": { "Name": "UnitCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6056,23 +3783,15 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6083,20 +3802,11 @@ { "ParameterMetadata": { "Name": "ServiceMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6107,20 +3817,12 @@ { "ParameterMetadata": { "Name": "AllowedOrigin", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6131,20 +3833,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6169,21 +3862,8 @@ "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, @@ -6199,20 +3879,11 @@ { "ParameterMetadata": { "Name": "Sku", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6223,22 +3894,14 @@ { "ParameterMetadata": { "Name": "UnitCount", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.Int32" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6249,23 +3912,15 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, "GenericTypeArguments": [ "System.String", "System.String" - ], - "Methods": [], - "Constructors": [] + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6276,20 +3931,11 @@ { "ParameterMetadata": { "Name": "ServiceMode", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6300,20 +3946,12 @@ { "ParameterMetadata": { "Name": "AllowedOrigin", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6324,20 +3962,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6362,21 +3991,8 @@ "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, @@ -6386,8 +4002,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Update", @@ -6403,23 +4018,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRNetworkAcls", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRNetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRNetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicNetwork": "Microsoft.Azure.Commands.SignalR.Models.PSNetworkAcl", "PrivateEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL]", "DefaultAction": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { @@ -6434,7 +4045,6 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" } ], @@ -6446,8 +4056,7 @@ "Name": "signalRNetworkAcls", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, @@ -6459,65 +4068,37 @@ "Parameters": [ { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -6536,141 +4117,58 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "DefaultAction", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Allow", "Deny" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PublicNetwork", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "PrivateEndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Allow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "ClientConnection", @@ -6678,22 +4176,15 @@ "RESTAPI", "Trace" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Deny", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "ClientConnection", @@ -6701,8 +4192,6 @@ "RESTAPI", "Trace" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -6721,21 +4210,8 @@ "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 } ], @@ -6746,20 +4222,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -6770,20 +4237,11 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -6794,20 +4252,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6818,23 +4267,15 @@ { "ParameterMetadata": { "Name": "DefaultAction", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Allow", "Deny" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6845,20 +4286,11 @@ { "ParameterMetadata": { "Name": "PublicNetwork", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6869,20 +4301,12 @@ { "ParameterMetadata": { "Name": "PrivateEndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6893,16 +4317,11 @@ { "ParameterMetadata": { "Name": "Allow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "ClientConnection", @@ -6910,8 +4329,6 @@ "RESTAPI", "Trace" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6922,16 +4339,11 @@ { "ParameterMetadata": { "Name": "Deny", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "ClientConnection", @@ -6939,8 +4351,6 @@ "RESTAPI", "Trace" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -6965,21 +4375,8 @@ "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, @@ -6995,20 +4392,11 @@ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -7019,20 +4407,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7043,23 +4422,15 @@ { "ParameterMetadata": { "Name": "DefaultAction", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Allow", "Deny" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7070,20 +4441,11 @@ { "ParameterMetadata": { "Name": "PublicNetwork", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7094,20 +4456,12 @@ { "ParameterMetadata": { "Name": "PrivateEndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7118,16 +4472,11 @@ { "ParameterMetadata": { "Name": "Allow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "ClientConnection", @@ -7135,8 +4484,6 @@ "RESTAPI", "Trace" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7147,16 +4494,11 @@ { "ParameterMetadata": { "Name": "Deny", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "ClientConnection", @@ -7164,8 +4506,6 @@ "RESTAPI", "Trace" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7190,21 +4530,8 @@ "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, @@ -7220,11 +4547,10 @@ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.SignalR.Models", "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", "Upstream": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", @@ -7243,52 +4569,8 @@ "HostName": "System.String", "Version": "System.String", "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "signalR", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + } }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -7299,20 +4581,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7323,23 +4596,15 @@ { "ParameterMetadata": { "Name": "DefaultAction", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Allow", "Deny" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7350,20 +4615,11 @@ { "ParameterMetadata": { "Name": "PublicNetwork", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7374,20 +4630,12 @@ { "ParameterMetadata": { "Name": "PrivateEndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7398,16 +4646,11 @@ { "ParameterMetadata": { "Name": "Allow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "ClientConnection", @@ -7415,8 +4658,6 @@ "RESTAPI", "Trace" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7427,16 +4668,11 @@ { "ParameterMetadata": { "Name": "Deny", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "ClientConnection", @@ -7444,8 +4680,6 @@ "RESTAPI", "Trace" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7470,21 +4704,8 @@ "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, @@ -7500,20 +4721,11 @@ { "ParameterMetadata": { "Name": "AsJob", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7524,23 +4736,15 @@ { "ParameterMetadata": { "Name": "DefaultAction", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateSet": [ "Allow", "Deny" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7551,20 +4755,11 @@ { "ParameterMetadata": { "Name": "PublicNetwork", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7575,20 +4770,12 @@ { "ParameterMetadata": { "Name": "PrivateEndpointName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7599,16 +4786,11 @@ { "ParameterMetadata": { "Name": "Allow", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "ClientConnection", @@ -7616,8 +4798,6 @@ "RESTAPI", "Trace" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7628,16 +4808,11 @@ { "ParameterMetadata": { "Name": "Deny", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String[]", "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ElementType": "System.String" }, "ValidateSet": [ "ClientConnection", @@ -7645,8 +4820,6 @@ "RESTAPI", "Trace" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -7671,21 +4844,8 @@ "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, @@ -7695,377 +4855,10293 @@ } ] } - ], - "AliasList": [] - } - ], - "TypeDictionary": { - "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + ] }, - "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku": { - "Namespace": "Microsoft.Azure.Commands.SignalR.Models", - "Name": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Capacity": "System.Nullable`1[System.Int32]", - "Family": "System.String", - "Name": "System.String", - "Size": "System.String", - "Tier": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, + { + "VerbName": "Get", + "NounName": "AzWebPubSub", + "Name": "Get-AzWebPubSub", + "ClassName": "Get-AzWebPubSub", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubResource, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LiveTraceCategory": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]", + "UserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IManagedIdentityUserAssignedIdentities", + "PrivateEndpointAcl": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]", + "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointConnection[]", + "ResourceLogCategory": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]", + "SharedPrivateLinkResource": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISharedPrivateLinkResource[]", + "PublicNetworkDeny": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "PublicNetworkAllow": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "NetworkAcLDefaultAction": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]", + "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]", + "DisableAadAuth": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "EnableTlsClientCert": "System.Nullable`1[System.Boolean]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "PublicPort": "System.Nullable`1[System.Int32]", + "ServerPort": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "PublicNetworkAccess": "System.String", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "ExternalIP": "System.String", + "SkuName": "System.String", + "LiveTraceEnabled": "System.String", + "SkuFamily": "System.String", + "HostName": "System.String", + "HostNamePrefix": "System.String", + "IdentityPrincipalId": "System.String", + "IdentityTenantId": "System.String", + "SkuSize": "System.String", + "Version": "System.String" } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + }, + "ParameterSets": [ + "__AllParameterSets" + ] } ], - "Constructors": [ + "Parameters": [ { - "Name": "", - "Parameters": [ - { - "Name": "resourceSku", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Name": "Name", + "AliasList": [ + "ResourceName" ], - "ReturnType": null - } - ] - }, - "System.Nullable`1[System.Int32]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "System.Type": { - "Namespace": "System", - "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings": { - "Namespace": "Microsoft.Azure.Commands.SignalR.Models", - "Name": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Templates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" } - ], - "ReturnType": "System.Boolean" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "settings", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" ], - "ReturnType": null - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate": { - "Namespace": "Microsoft.Azure.Commands.SignalR.Models", - "Name": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "HubPattern": "System.String", - "EventPattern": "System.String", - "CategoryPattern": "System.String", - "UrlTemplate": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { - "Name": "toSDKTemplate", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate" + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false } ], - "Constructors": [ + "ParameterSets": [ { - "Name": "", + "Name": "Get", "Parameters": [ { - "Name": "upstream", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List1", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzWebPubSubHub", + "Name": "Get-AzWebPubSubHub", + "ClassName": "Get-AzWebPubSubHub", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubHub", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubHub, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EventHandler": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler[]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "AnonymousConnectPolicy": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzWebPubSubKey", + "Name": "Get-AzWebPubSubKey", + "ClassName": "Get-AzWebPubSubKey", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubKeys", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubKeys, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrimaryConnectionString": "System.String", + "PrimaryKey": "System.String", + "SecondaryConnectionString": "System.String", + "SecondaryKey": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzWebPubSubSku", + "Name": "Get-AzWebPubSubSku", + "ClassName": "Get-AzWebPubSubSku", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISkuList", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISkuList, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Value": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISku[]", + "NextLink": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzWebPubSubUsage", + "Name": "Get-AzWebPubSubUsage", + "ClassName": "Get-AzWebPubSubUsage", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISignalRServiceUsage", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISignalRServiceUsage, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CurrentValue": "System.Nullable`1[System.Int64]", + "Limit": "System.Nullable`1[System.Int64]", + "Id": "System.String", + "NameLocalizedValue": "System.String", + "NameValue": "System.String", + "Unit": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzWebPubSub", + "Name": "New-AzWebPubSub", + "ClassName": "New-AzWebPubSub", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubResource, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LiveTraceCategory": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]", + "UserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IManagedIdentityUserAssignedIdentities", + "PrivateEndpointAcl": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]", + "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointConnection[]", + "ResourceLogCategory": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]", + "SharedPrivateLinkResource": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISharedPrivateLinkResource[]", + "PublicNetworkDeny": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "PublicNetworkAllow": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "NetworkAcLDefaultAction": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]", + "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]", + "DisableAadAuth": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "EnableTlsClientCert": "System.Nullable`1[System.Boolean]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "PublicPort": "System.Nullable`1[System.Int32]", + "ServerPort": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "PublicNetworkAccess": "System.String", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "ExternalIP": "System.String", + "SkuName": "System.String", + "LiveTraceEnabled": "System.String", + "SkuFamily": "System.String", + "HostName": "System.String", + "HostNamePrefix": "System.String", + "IdentityPrincipalId": "System.String", + "IdentityTenantId": "System.String", + "SkuSize": "System.String", + "Version": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisableAadAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnableTlsClientCert", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LiveTraceCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LiveTraceEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NetworkAcLDefaultAction", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrivateEndpointAcl", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PublicNetworkAllow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PublicNetworkDeny", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceLogCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserAssignedIdentity", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableAadAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableTlsClientCert", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LiveTraceCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LiveTraceEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkAcLDefaultAction", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrivateEndpointAcl", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAllow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkDeny", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceLogCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentity", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzWebPubSubHub", + "Name": "New-AzWebPubSubHub", + "ClassName": "New-AzWebPubSubHub", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubHub", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubHub, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EventHandler": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler[]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "AnonymousConnectPolicy": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AnonymousConnectPolicy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EventHandler", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AnonymousConnectPolicy", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EventHandler", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzWebPubSubKey", + "Name": "New-AzWebPubSubKey", + "ClassName": "New-AzWebPubSubKey", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "RegenerateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubKeys", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubKeys, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrimaryConnectionString": "System.String", + "PrimaryKey": "System.String", + "SecondaryConnectionString": "System.String", + "SecondaryKey": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.KeyType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.KeyType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "RegenerateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.KeyType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.KeyType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RegenerateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.KeyType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.KeyType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KeyType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.KeyType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.KeyType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzWebPubSub", + "Name": "Remove-AzWebPubSub", + "ClassName": "Remove-AzWebPubSub", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzWebPubSubHub", + "Name": "Remove-AzWebPubSubHub", + "ClassName": "Remove-AzWebPubSubHub", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Restart", + "NounName": "AzWebPubSub", + "Name": "Restart-AzWebPubSub", + "ClassName": "Restart-AzWebPubSub", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Restart", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Restart", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RestartViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Test", + "NounName": "AzWebPubSubNameAvailability", + "Name": "Test-AzWebPubSubNameAvailability", + "ClassName": "Test-AzWebPubSubNameAvailability", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CheckExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.INameAvailability", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.INameAvailability, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "NameAvailable": "System.Nullable`1[System.Boolean]", + "Message": "System.String", + "Reason": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzWebPubSub", + "Name": "Update-AzWebPubSub", + "ClassName": "Update-AzWebPubSub", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IWebPubSubResource, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LiveTraceCategory": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]", + "UserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IManagedIdentityUserAssignedIdentities", + "PrivateEndpointAcl": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]", + "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointConnection[]", + "ResourceLogCategory": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]", + "SharedPrivateLinkResource": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISharedPrivateLinkResource[]", + "PublicNetworkDeny": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "PublicNetworkAllow": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "NetworkAcLDefaultAction": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]", + "SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]", + "DisableAadAuth": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "EnableTlsClientCert": "System.Nullable`1[System.Boolean]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "PublicPort": "System.Nullable`1[System.Int32]", + "ServerPort": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "PublicNetworkAccess": "System.String", + "SystemDataLastModifiedBy": "System.String", + "SystemDataCreatedBy": "System.String", + "ExternalIP": "System.String", + "SkuName": "System.String", + "LiveTraceEnabled": "System.String", + "SkuFamily": "System.String", + "HostName": "System.String", + "HostNamePrefix": "System.String", + "IdentityPrincipalId": "System.String", + "IdentityTenantId": "System.String", + "SkuSize": "System.String", + "Version": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisableAadAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnableTlsClientCert", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LiveTraceCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LiveTraceEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NetworkAcLDefaultAction", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrivateEndpointAcl", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PublicNetworkAllow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PublicNetworkDeny", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceLogCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserAssignedIdentity", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableAadAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableTlsClientCert", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LiveTraceCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LiveTraceEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkAcLDefaultAction", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrivateEndpointAcl", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAllow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkDeny", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceLogCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentity", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.IWebPubSubIdentity, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubName": "System.String", + "Id": "System.String", + "Location": "System.String", + "PrivateEndpointConnectionName": "System.String", + "ResourceGroupName": "System.String", + "ResourceName": "System.String", + "SharedPrivateLinkResourceName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableAadAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableTlsClientCert", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LiveTraceCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LiveTraceEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkAcLDefaultAction", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrivateEndpointAcl", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAllow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkDeny", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceLogCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentity", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DisableAadAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableTlsClientCert", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LiveTraceCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LiveTraceEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkAcLDefaultAction", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrivateEndpointAcl", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAllow", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicNetworkDeny", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceLogCategory", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuTier", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentity", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + } + ], + "TypeDictionary": { + "System.String": { + "Name": "System.String" + }, + "System.Boolean": { + "Name": "System.Boolean" + }, + "System.Byte": { + "Name": "System.Byte" + }, + "System.SByte": { + "Name": "System.SByte" + }, + "System.Int16": { + "Name": "System.Int16" + }, + "System.UInt16": { + "Name": "System.UInt16" + }, + "System.Int32": { + "Name": "System.Int32" + }, + "System.UInt32": { + "Name": "System.UInt32" + }, + "System.Int64": { + "Name": "System.Int64" + }, + "System.UInt64": { + "Name": "System.UInt64" + }, + "System.Single": { + "Name": "System.Single" + }, + "System.Double": { + "Name": "System.Double" + }, + "System.Decimal": { + "Name": "System.Decimal" + }, + "System.Char": { + "Name": "System.Char" + }, + "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku": { + "Namespace": "Microsoft.Azure.Commands.SignalR.Models", + "Name": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Capacity": "System.Nullable`1[System.Int32]", + "Family": "System.String", + "Name": "System.String", + "Size": "System.String", + "Tier": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "resourceSku", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Nullable`1[System.Int32]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "System.Type": { + "Namespace": "System", + "Name": "System.Type", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings": { + "Namespace": "Microsoft.Azure.Commands.SignalR.Models", + "Name": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSServerlessUpstreamSettings, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Templates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate]" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "settings", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate" + ] + }, + "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate": { + "Namespace": "Microsoft.Azure.Commands.SignalR.Models", + "Name": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HubPattern": "System.String", + "EventPattern": "System.String", + "CategoryPattern": "System.String", + "UrlTemplate": "System.String" + }, + "Methods": [ + { + "Name": "toSDKTemplate", + "ReturnType": "Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "upstream", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "" + } + ] + }, "Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate": { "Namespace": "Microsoft.Azure.Management.SignalR.Models", "Name": "Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate", "AssemblyQualifiedName": "Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate, Microsoft.Azure.Management.SignalR, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Auth": "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings", - "HubPattern": "System.String", - "EventPattern": "System.String", - "CategoryPattern": "System.String", - "UrlTemplate": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], + "Auth": "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings", + "HubPattern": "System.String", + "EventPattern": "System.String", + "CategoryPattern": "System.String", + "UrlTemplate": "System.String" + }, + "Methods": [ + { + "Name": "Validate", + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "urlTemplate", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "hubPattern", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "eventPattern", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "categoryPattern", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "auth", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings": { + "Namespace": "Microsoft.Azure.Management.SignalR.Models", + "Name": "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings, Microsoft.Azure.Management.SignalR, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ManagedIdentity": "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings", + "Type": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "managedIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings": { + "Namespace": "Microsoft.Azure.Management.SignalR.Models", + "Name": "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings", + "AssemblyQualifiedName": "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings, Microsoft.Azure.Management.SignalR, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Resource": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resource", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Void": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "Microsoft.Azure.Commands.SignalR.Models.PSSignalRCorsSettings": { + "Namespace": "Microsoft.Azure.Commands.SignalR.Models", + "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRCorsSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRCorsSettings, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "signalrCorsSettings", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Generic.IList`1[System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String" + ] + }, + "Microsoft.Azure.Commands.SignalR.Models.PSSignalRNetworkAcls": { + "Namespace": "Microsoft.Azure.Commands.SignalR.Models", + "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRNetworkAcls", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRNetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PublicNetwork": "Microsoft.Azure.Commands.SignalR.Models.PSNetworkAcl", + "PrivateEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL]", + "DefaultAction": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "signalRNetworkAcls", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.SignalR.Models.PSNetworkAcl": { + "Namespace": "Microsoft.Azure.Commands.SignalR.Models", + "Name": "Microsoft.Azure.Commands.SignalR.Models.PSNetworkAcl", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSNetworkAcl, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Allow": "System.Collections.Generic.IList`1[System.String]", + "Deny": "System.Collections.Generic.IList`1[System.String]" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "networkACL", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL" + ] + }, + "Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL": { + "Namespace": "Microsoft.Azure.Commands.SignalR.Models", + "Name": "Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Allow": "System.Collections.Generic.IList`1[System.String]", + "Deny": "System.Collections.Generic.IList`1[System.String]", + "Name": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "privateEndpointAcl", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Generic.IDictionary`2[System.String,System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String", + "System.String" + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature" + ] + }, + "Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature": { + "Namespace": "Microsoft.Azure.Commands.SignalR.Models", + "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Value": "System.String", + "Flag": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "signalrFeature", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "VersionProfile": "System.String" + } + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Credential": "System.String", + "Type": "System.String" + } + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OnPremise": "System.Boolean", + "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", + "Name": "System.String", + "AdTenant": "System.String", + "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", + "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", + "BatchEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", + "GraphEndpointResourceId": "System.String", + "AzureKeyVaultServiceEndpointResourceId": "System.String", + "AzureKeyVaultDnsSuffix": "System.String", + "TrafficManagerDnsSuffix": "System.String", + "SqlDatabaseDnsSuffix": "System.String", + "ActiveDirectoryServiceEndpointResourceId": "System.String", + "GraphUrl": "System.String", + "GalleryUrl": "System.String", + "ActiveDirectoryAuthority": "System.String", + "PublishSettingsFileUrl": "System.String", + "ManagementPortalUrl": "System.String", + "ResourceManagerUrl": "System.String", + "ServiceManagementUrl": "System.String", + "StorageEndpointSuffix": "System.String", + "ContainerRegistryEndpointSuffix": "System.String" + } + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "State": "System.String" + } + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String" + } + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CacheData": "System.Byte[]" + }, + "Methods": [ + { + "Name": "Clear", + "ReturnType": "System.Void" + } + ] + }, + "System.Byte[]": { + "Namespace": "System", + "Name": "System.Byte[]", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Byte" + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" + ] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" + ] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" + ] + }, + "System.Nullable`1[System.Int64]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory" + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ILiveTraceCategory, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Enabled": "System.String", + "Name": "System.String" + } + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IManagedIdentityUserAssignedIdentities": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IManagedIdentityUserAssignedIdentities", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IManagedIdentityUserAssignedIdentities, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl" + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String" + } + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointConnection[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointConnection[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointConnection[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointConnection" + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointConnection": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointConnection", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointConnection, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "PrivateLinkServiceConnectionStateStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.PrivateLinkServiceConnectionStatus]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "PrivateEndpointId": "System.String", + "PrivateLinkServiceConnectionStateActionsRequired": "System.String", + "PrivateLinkServiceConnectionStateDescription": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "GroupId": "System.String[]" + } + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Management.Automation.CompletionResult" + ] + }, + "System.Management.Automation.CompletionResult": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.CompletionResult", + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.PrivateLinkServiceConnectionStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.PrivateLinkServiceConnectionStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.PrivateLinkServiceConnectionStatus, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.PrivateLinkServiceConnectionStatus" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.PrivateLinkServiceConnectionStatus": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.PrivateLinkServiceConnectionStatus", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.PrivateLinkServiceConnectionStatus, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.PrivateLinkServiceConnectionStatus" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[System.DateTime]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.DateTime" + ] + }, + "System.DateTime": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.String[]": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory" + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IResourceLogCategory, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Enabled": "System.String", + "Name": "System.String" + } + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISharedPrivateLinkResource[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISharedPrivateLinkResource[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISharedPrivateLinkResource[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISharedPrivateLinkResource" + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISharedPrivateLinkResource": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISharedPrivateLinkResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISharedPrivateLinkResource, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]", + "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.SharedPrivateLinkResourceStatus]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "GroupId": "System.String", + "PrivateLinkResourceId": "System.String", + "RequestMessage": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.SharedPrivateLinkResourceStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.SharedPrivateLinkResourceStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.SharedPrivateLinkResourceStatus, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.SharedPrivateLinkResourceStatus" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.SharedPrivateLinkResourceStatus": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.SharedPrivateLinkResourceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.SharedPrivateLinkResourceStatus, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.SharedPrivateLinkResourceStatus" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType" + } + ], + "ReturnType": "System.Boolean" }, { "Name": "Equals", @@ -8079,64 +15155,66 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "ToString", + "ReturnType": "System.String" }, { - "Name": "", + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", "Parameters": [ { - "Name": "urlTemplate", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "commandName", + "Type": "System.String" }, { - "Name": "hubPattern", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "parameterName", + "Type": "System.String" }, { - "Name": "eventPattern", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "wordToComplete", + "Type": "System.String" }, { - "Name": "categoryPattern", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" }, { - "Name": "auth", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings": { - "Namespace": "Microsoft.Azure.Management.SignalR.Models", - "Name": "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings, Microsoft.Azure.Management.SignalR, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ManagedIdentity": "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings", - "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier" + } + ], + "ReturnType": "System.Boolean" }, { "Name": "Equals", @@ -8150,115 +15228,102 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "ToString", + "ReturnType": "System.String" }, { - "Name": "", - "Parameters": [ - { - "Name": "type", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "managedIdentity", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings": { - "Namespace": "Microsoft.Azure.Management.SignalR.Models", - "Name": "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings, Microsoft.Azure.Management.SignalR, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Nullable`1[System.Boolean]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Resource": "System.String" + "Target": "System.Object", + "Method": "System.Reflection.MethodInfo" }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "Invoke", + "Parameters": [ + { + "Name": "request", + "Type": "System.Net.Http.HttpRequestMessage" + }, + { + "Name": "callback", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.IEventListener" + }, + { + "Name": "next", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.ISendAsync" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]" }, { - "Name": "Equals", + "Name": "BeginInvoke", "Parameters": [ { - "Name": "obj", + "Name": "request", + "Type": "System.Net.Http.HttpRequestMessage" + }, + { + "Name": "callback", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.IEventListener" + }, + { + "Name": "next", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.ISendAsync" + }, + { + "Name": "__callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "object", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "System.IAsyncResult" }, { - "Name": "", + "Name": "EndInvoke", "Parameters": [ { - "Name": "resource", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "result", + "Type": "System.IAsyncResult" } ], - "ReturnType": null - } - ] - }, - "System.Void": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.SignalR.Models.PSSignalRCorsSettings": { - "Namespace": "Microsoft.Azure.Commands.SignalR.Models", - "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRCorsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRCorsSettings, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "GetObjectData", + "Parameters": [ + { + "Name": "info", + "Type": "System.Runtime.Serialization.SerializationInfo" + }, + { + "Name": "context", + "Type": "System.Runtime.Serialization.StreamingContext" + } + ], + "ReturnType": "System.Void" }, { "Name": "Equals", @@ -8270,73 +15335,35 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "GetInvocationList", + "ReturnType": "System.Delegate[]" + }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "", + "Name": "Clone", + "ReturnType": "System.Object" + }, + { + "Name": "DynamicInvoke", "Parameters": [ { - "Name": "signalrCorsSettings", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "args", + "Type": "System.Object[]" } ], - "ReturnType": null - } - ] - }, - "System.Collections.Generic.IList`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.SignalR.Models.PSSignalRNetworkAcls": { - "Namespace": "Microsoft.Azure.Commands.SignalR.Models", - "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRNetworkAcls", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRNetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PublicNetwork": "Microsoft.Azure.Commands.SignalR.Models.PSNetworkAcl", - "PrivateEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL]", - "DefaultAction": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Object" + }, { "Name": "GetType", - "Parameters": [], "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" } ], "Constructors": [ @@ -8344,97 +15371,122 @@ "Name": "", "Parameters": [ { - "Name": "signalRNetworkAcls", + "Name": "object", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "method", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": null + ] } ] }, - "Microsoft.Azure.Commands.SignalR.Models.PSNetworkAcl": { - "Namespace": "Microsoft.Azure.Commands.SignalR.Models", - "Name": "Microsoft.Azure.Commands.SignalR.Models.PSNetworkAcl", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSNetworkAcl, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Object": { + "Namespace": "System", + "Name": "System.Object", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Reflection.MethodInfo": { + "Namespace": "System.Reflection", + "Name": "System.Reflection.MethodInfo", + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Net.Http.HttpResponseMessage" + ] + }, + "System.Net.Http.HttpResponseMessage": { + "Namespace": "System.Net.Http", + "Name": "System.Net.Http.HttpResponseMessage", + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "System.IAsyncResult": { + "Namespace": "System", + "Name": "System.IAsyncResult", + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Delegate[]": { + "Namespace": "System", + "Name": "System.Delegate[]", + "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Delegate" + }, + "System.Delegate": { + "Namespace": "System", + "Name": "System.Delegate", + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler" + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IEventHandler, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Allow": "System.Collections.Generic.IList`1[System.String]", - "Deny": "System.Collections.Generic.IList`1[System.String]" - }, - "ElementType": null, - "GenericTypeArguments": [], + "AuthType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType]", + "ManagedIdentityResource": "System.String", + "UrlTemplate": "System.String", + "UserEventPattern": "System.String", + "SystemEvent": "System.String[]" + } + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "CompleteArgument", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "Equals", "Parameters": [ { - "Name": "networkACL", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType" } ], - "ReturnType": null - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL": { - "Namespace": "Microsoft.Azure.Commands.SignalR.Models", - "Name": "Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Allow": "System.Collections.Generic.IList`1[System.String]", - "Deny": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { "Name": "Equals", @@ -8448,69 +15500,96 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "", - "Parameters": [ - { - "Name": "privateEndpointAcl", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "System.Collections.Generic.IDictionary`2[System.String,System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "System.String" - ], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISku[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISku[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISku[], Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISku" }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISku": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISku", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.ISku, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CapacityAllowedValue": "System.Int32[]", + "CapacityScaleType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ScaleType]", + "Tier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]", + "CapacityDefault": "System.Nullable`1[System.Int32]", + "CapacityMaximum": "System.Nullable`1[System.Int32]", + "CapacityMinimum": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "Family": "System.String", + "Name": "System.String", + "ResourceType": "System.String", + "Size": "System.String" + } + }, + "System.Int32[]": { + "Namespace": "System", + "Name": "System.Int32[]", + "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Int32" + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ScaleType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ScaleType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ScaleType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature" - ], - "Methods": [], - "Constructors": [] + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ScaleType" + ] }, - "Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature": { - "Namespace": "Microsoft.Azure.Commands.SignalR.Models", - "Name": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Value": "System.String", - "Flag": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], + "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ScaleType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ScaleType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ScaleType, Az.SignalR.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ScaleType" + } + ], + "ReturnType": "System.Boolean" }, { "Name": "Equals", @@ -8524,190 +15603,17 @@ }, { "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "", - "Parameters": [ - { - "Name": "signalrFeature", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", - "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", - "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", - "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", - "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", - "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Credential": "System.String", - "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OnPremise": "System.Boolean", - "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String", - "AdTenant": "System.String", - "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", - "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", - "BatchEndpointResourceId": "System.String", - "DataLakeEndpointResourceId": "System.String", - "GraphEndpointResourceId": "System.String", - "AzureKeyVaultServiceEndpointResourceId": "System.String", - "AzureKeyVaultDnsSuffix": "System.String", - "TrafficManagerDnsSuffix": "System.String", - "SqlDatabaseDnsSuffix": "System.String", - "ActiveDirectoryServiceEndpointResourceId": "System.String", - "GraphUrl": "System.String", - "GalleryUrl": "System.String", - "ActiveDirectoryAuthority": "System.String", - "PublishSettingsFileUrl": "System.String", - "ManagementPortalUrl": "System.String", - "ResourceManagerUrl": "System.String", - "ServiceManagementUrl": "System.String", - "StorageEndpointSuffix": "System.String", - "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Name": "System.String", - "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CacheData": "System.Byte[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "ToString", + "ReturnType": "System.String" + }, { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "GetType", + "ReturnType": "System.Type" } - ], - "Constructors": [] - }, - "System.Byte[]": { - "Namespace": "System", - "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[System.Int64]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ], - "Methods": [], - "Constructors": [] + ] } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.StackHCI.json b/tools/Tools.Common/SerializedCmdlets/Az.StackHCI.json index e739989596f9..c5fa6732a3eb 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.StackHCI.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.StackHCI.json @@ -1,4 +1,6 @@ { + "ModuleName": "Az.StackHCI", + "ModuleVersion": "0.9.1", "Cmdlets": [ { "VerbName": "Register", @@ -9,312 +11,158 @@ "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [], "Parameters": [ { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Region", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TenantId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ArmAccessToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "GraphAccessToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EnvironmentName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "CertificateThumbprint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "RepairRegistration", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UseDeviceAuthentication", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EnableAzureArcServer", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Credential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "IsWAC", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -325,20 +173,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -349,20 +188,11 @@ { "ParameterMetadata": { "Name": "Region", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -373,20 +203,11 @@ { "ParameterMetadata": { "Name": "ResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -397,20 +218,11 @@ { "ParameterMetadata": { "Name": "Tag", - "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -421,20 +233,11 @@ { "ParameterMetadata": { "Name": "TenantId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -445,20 +248,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -469,20 +263,11 @@ { "ParameterMetadata": { "Name": "ArmAccessToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -493,20 +278,11 @@ { "ParameterMetadata": { "Name": "GraphAccessToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -517,20 +293,11 @@ { "ParameterMetadata": { "Name": "AccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -541,20 +308,11 @@ { "ParameterMetadata": { "Name": "EnvironmentName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -565,20 +323,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -589,20 +338,11 @@ { "ParameterMetadata": { "Name": "CertificateThumbprint", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -613,20 +353,11 @@ { "ParameterMetadata": { "Name": "RepairRegistration", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -637,20 +368,11 @@ { "ParameterMetadata": { "Name": "UseDeviceAuthentication", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -661,20 +383,11 @@ { "ParameterMetadata": { "Name": "EnableAzureArcServer", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -685,20 +398,11 @@ { "ParameterMetadata": { "Name": "Credential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -709,20 +413,11 @@ { "ParameterMetadata": { "Name": "IsWAC", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -732,8 +427,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Test", @@ -744,78 +438,41 @@ "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [], "Parameters": [ { "Name": "EnvironmentName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Region", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Credential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -826,20 +483,11 @@ { "ParameterMetadata": { "Name": "EnvironmentName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -850,20 +498,11 @@ { "ParameterMetadata": { "Name": "Region", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -874,20 +513,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -898,20 +528,11 @@ { "ParameterMetadata": { "Name": "Credential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -921,8 +542,7 @@ } ] } - ], - "AliasList": [] + ] }, { "VerbName": "Unregister", @@ -933,258 +553,131 @@ "ConfirmImpact": 3, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [], "Parameters": [ { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "TenantId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ArmAccessToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "GraphAccessToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "AccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "EnvironmentName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Region", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "UseDeviceAuthentication", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "DisableOnlyAzureArcServer", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { "Name": "Credential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "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=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false } ], @@ -1195,20 +688,11 @@ { "ParameterMetadata": { "Name": "SubscriptionId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1219,20 +703,11 @@ { "ParameterMetadata": { "Name": "ResourceName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1243,20 +718,11 @@ { "ParameterMetadata": { "Name": "TenantId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1267,20 +733,11 @@ { "ParameterMetadata": { "Name": "ResourceGroupName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1291,20 +748,11 @@ { "ParameterMetadata": { "Name": "ArmAccessToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1315,20 +763,11 @@ { "ParameterMetadata": { "Name": "GraphAccessToken", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1339,20 +778,11 @@ { "ParameterMetadata": { "Name": "AccountId", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1363,20 +793,11 @@ { "ParameterMetadata": { "Name": "EnvironmentName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1387,20 +808,11 @@ { "ParameterMetadata": { "Name": "Region", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1411,20 +823,11 @@ { "ParameterMetadata": { "Name": "ComputerName", - "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1435,20 +838,11 @@ { "ParameterMetadata": { "Name": "UseDeviceAuthentication", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1459,20 +853,11 @@ { "ParameterMetadata": { "Name": "DisableOnlyAzureArcServer", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1483,20 +868,11 @@ { "ParameterMetadata": { "Name": "Credential", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1507,20 +883,11 @@ { "ParameterMetadata": { "Name": "Force", - "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -1530,150 +897,51 @@ } ] } - ], - "AliasList": [] + ] } ], "TypeDictionary": { "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.String" }, "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Boolean" }, "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Byte" }, "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.SByte" }, "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int16" }, "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt16" }, "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int32" }, "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt32" }, "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Int64" }, "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.UInt64" }, "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Single" }, "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Double" }, "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Decimal" }, "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Name": "System.Char" } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Synapse.json b/tools/Tools.Common/SerializedCmdlets/Az.Synapse.json index d2edde69c2d0..164d3e5f1333 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Synapse.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Synapse.json @@ -1,12 +1,12 @@ { "ModuleName": "Az.Synapse", - "ModuleVersion": "0.17.0", + "ModuleVersion": "0.18.0", "Cmdlets": [ { "VerbName": "Add", - "NounName": "AzSynapseTriggerSubscription", - "Name": "Add-AzSynapseTriggerSubscription", - "ClassName": "Microsoft.Azure.Commands.Synapse.AddAzureSynapseTriggerSubscription", + "NounName": "AzSynapseDataFlowDebugSessionPackage", + "Name": "Add-AzSynapseDataFlowDebugSessionPackage", + "ClassName": "Microsoft.Azure.Commands.Synapse.AddAzureSynapseDataFlowDebugSessionPackage", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -15,11 +15,10 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAddDataFlowToDebugSessionResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAddDataFlowToDebugSessionResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus]", - "TriggerName": "System.String" + "JobVersion": "System.String" }, "Methods": [ { @@ -50,7 +49,7 @@ "Name": "", "Parameters": [ { - "Name": "status", + "Name": "response", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -77,7 +76,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -104,9 +103,9 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Name", + "Name": "PackageFile", "AliasList": [ - "TriggerName" + "File" ], "Type": { "Namespace": "System", @@ -116,30 +115,13 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", - "WorkspaceName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", + "Name": "SessionId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -183,9 +165,9 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "PackageFile", "AliasList": [ - "TriggerName" + "File" ], "Type": { "Namespace": "System", @@ -201,13 +183,13 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "SessionId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -251,7 +233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -284,9 +266,9 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "PackageFile", "AliasList": [ - "TriggerName" + "File" ], "Type": { "Namespace": "System", @@ -302,13 +284,13 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "SessionId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -344,86 +326,35 @@ ] }, { - "Name": "AddByInputObject", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", - "WorkspaceName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "PackageFile", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "File" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "SessionId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -461,27 +392,23 @@ ] }, { - "VerbName": "Clear", - "NounName": "AzSynapseSqlPoolVulnerabilityAssessmentRuleBaseline", - "Name": "Clear-AzSynapseSqlPoolVulnerabilityAssessmentRuleBaseline", - "ClassName": "Microsoft.Azure.Commands.Synapse.ClearSynapseSqlPoolVulnerabilityAssessmentRuleBaseline", + "VerbName": "Add", + "NounName": "AzSynapseTriggerSubscription", + "Name": "Add-AzSynapseTriggerSubscription", + "ClassName": "Microsoft.Azure.Commands.Synapse.AddAzureSynapseTriggerSubscription", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "AddByName", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", - "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RuleAppliesToMaster": "System.Boolean", - "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", - "WorkspaceName": "System.String", - "SqlPoolName": "System.String", - "ResourceGroupName": "System.String", - "RuleId": "System.String" + "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus]", + "TriggerName": "System.String" }, "Methods": [ { @@ -512,15 +439,7 @@ "Name": "", "Parameters": [ { - "Name": "model", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workspaceName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sqlPoolName", + "Name": "status", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -543,49 +462,41 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "InputObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", + "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", "Type": "System.String" } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "RuleId", + "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -594,22 +505,30 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "RuleAppliesToMaster", + "Name": "InputObject", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" + } }, "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceGroupName", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -634,7 +553,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "AddByName", "Parameters": [ { "ParameterMetadata": { @@ -647,15 +566,15 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "SqlPoolName" + "TriggerName" ], "Type": { "Namespace": "System", @@ -665,28 +584,13 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "RuleId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RuleAppliesToMaster", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -697,22 +601,507 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "AddByObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TriggerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "AddByInputObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Clear", + "NounName": "AzSynapseSqlPoolVulnerabilityAssessmentRuleBaseline", + "Name": "Clear-AzSynapseSqlPoolVulnerabilityAssessmentRuleBaseline", + "ClassName": "Microsoft.Azure.Commands.Synapse.ClearSynapseSqlPoolVulnerabilityAssessmentRuleBaseline", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", + "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "RuleAppliesToMaster": "System.Boolean", + "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", + "WorkspaceName": "System.String", + "SqlPoolName": "System.String", + "ResourceGroupName": "System.String", + "RuleId": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "model", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workspaceName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sqlPoolName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "RuleId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "RuleAppliesToMaster", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RuleId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RuleAppliesToMaster", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -751,7 +1140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -903,7 +1292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "WorkspaceName": "System.String", @@ -1010,7 +1399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", @@ -1149,7 +1538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", @@ -1246,7 +1635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "WorkspaceName": "System.String", @@ -1311,7 +1700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -1462,7 +1851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -1678,7 +2067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -1720,7 +2109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -1824,7 +2213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -2057,7 +2446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -2267,7 +2656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "WorkspaceName": "System.String", @@ -2332,7 +2721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -2531,7 +2920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -2837,7 +3226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -2879,7 +3268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -2983,7 +3372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -3216,7 +3605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -3426,7 +3815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -3511,7 +3900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -3542,7 +3931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -3738,7 +4127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -3836,7 +4225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -4085,7 +4474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -4128,7 +4517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -4283,7 +4672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -4399,7 +4788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -4537,6 +4926,425 @@ } ] }, + { + "VerbName": "Export", + "NounName": "AzSynapseSqlScript", + "Name": "Export-AzSynapseSqlScript", + "ClassName": "Microsoft.Azure.Commands.Synapse.ExportAzureSynapseSqlScript", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ExportByName", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", + "WorkspaceName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OutputFolder", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "SqlScriptName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ExportByName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SqlScriptName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OutputFolder", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ExportByObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SqlScriptName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OutputFolder", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ExportByInputObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", + "WorkspaceName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OutputFolder", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OutputFolder", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, { "VerbName": "Get", "NounName": "AzSynapseActivityRun", @@ -4551,7 +5359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRunsQueryResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRunsQueryResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRunsQueryResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun]", "ContinuationToken": "System.String" @@ -4612,7 +5420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -4859,7 +5667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -5145,7 +5953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow", "WorkspaceName": "System.String", @@ -5214,7 +6022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -5347,7 +6155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -5477,9 +6285,9 @@ }, { "VerbName": "Get", - "NounName": "AzSynapseDataset", - "Name": "Get-AzSynapseDataset", - "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseDataset", + "NounName": "AzSynapseDataFlowDebugSession", + "Name": "Get-AzSynapseDataFlowDebugSession", + "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseDataFlowDebugSession", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -5488,15 +6296,20 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowDebugSessionResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowDebugSessionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", + "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", + "CoreCount": "System.Nullable`1[System.Int32]", + "NodeCount": "System.Nullable`1[System.Int32]", + "TimeToLiveInMinutes": "System.Nullable`1[System.Int32]", "WorkspaceName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String" + "DataFlowName": "System.String", + "ComputeType": "System.String", + "IntegrationRuntimeName": "System.String", + "SessionId": "System.String", + "StartTime": "System.String", + "LastActivityTime": "System.String" }, "Methods": [ { @@ -5527,7 +6340,7 @@ "Name": "", "Parameters": [ { - "Name": "dataset", + "Name": "dataFlowDebugResource", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -5558,7 +6371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -5584,18 +6397,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "Name", - "AliasList": [ - "DatasetName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "DefaultProfile", "AliasList": [ @@ -5636,24 +6437,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "DatasetName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5691,7 +6474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -5722,24 +6505,6 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "DatasetName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5771,24 +6536,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "DatasetName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5821,32 +6568,26 @@ }, { "VerbName": "Get", - "NounName": "AzSynapseDroppedSqlPool", - "Name": "Get-AzSynapseDroppedSqlPool", - "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseDroppedSqlPool", + "NounName": "AzSynapseDataset", + "Name": "Get-AzSynapseDataset", + "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseDataset", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "GetByNameParameterSet", + "DefaultParameterSetName": "GetByName", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorableDroppedSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorableDroppedSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "CreationDate": "System.Nullable`1[System.DateTime]", - "DeletionDate": "System.Nullable`1[System.DateTime]", - "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", - "Location": "System.String", - "SqlpoolName": "System.String", - "Edition": "System.String", - "MaxSizeBytes": "System.String", - "ServiceLevelObjective": "System.String", - "ElasticPoolName": "System.String", + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", + "WorkspaceName": "System.String", "Id": "System.String", "Name": "System.String", - "Type": "System.String" + "Type": "System.String", + "Etag": "System.String" }, "Methods": [ { @@ -5877,7 +6618,11 @@ "Name": "", "Parameters": [ { - "Name": "restorableDroppedSqlPool", + "Name": "dataset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -5890,15 +6635,6 @@ } ], "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceName", "Type": { @@ -5909,28 +6645,41 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DeletionDate", + "Name": "WorkspaceObject", "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.DateTime" - ] + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "Name", + "AliasList": [ + "DatasetName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -5961,11 +6710,11 @@ ], "ParameterSets": [ { - "Name": "GetByNameParameterSet", + "Name": "GetByName", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -5980,7 +6729,10 @@ }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "Name", + "AliasList": [ + "DatasetName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -5988,43 +6740,96 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetByObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeletionDate", + "Name": "Name", + "AliasList": [ + "DatasetName" + ], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.DateTime" - ] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -6059,21 +6864,307 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "DeletionDate", + "Name": "Name", + "AliasList": [ + "DatasetName" + ], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.DateTime" - ] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseDroppedSqlPool", + "Name": "Get-AzSynapseDroppedSqlPool", + "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseDroppedSqlPool", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "GetByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorableDroppedSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorableDroppedSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CreationDate": "System.Nullable`1[System.DateTime]", + "DeletionDate": "System.Nullable`1[System.DateTime]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "Location": "System.String", + "SqlpoolName": "System.String", + "Edition": "System.String", + "MaxSizeBytes": "System.String", + "ServiceLevelObjective": "System.String", + "ElasticPoolName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "restorableDroppedSqlPool", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeletionDate", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.DateTime" + ] + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeletionDate", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.DateTime" + ] + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DeletionDate", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.DateTime" + ] + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -6183,7 +7274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIpAddress": "System.String", "ProvisioningState": "System.String", @@ -6254,7 +7345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -6402,7 +7493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -6526,7 +7617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -6620,7 +7711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -6660,7 +7751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -6824,7 +7915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -6968,7 +8059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -7090,7 +8181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -7176,7 +8267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -7216,7 +8307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -7356,7 +8447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -7470,7 +8561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -7562,7 +8653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData]", "IntegrationRuntimeName": "System.String", @@ -7657,7 +8748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -7697,7 +8788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -7837,7 +8928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -7951,7 +9042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -8043,7 +9134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError]", "ResourceGroupName": "System.String", @@ -8113,7 +9204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", @@ -8232,7 +9323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -8272,7 +9363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -8454,7 +9545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -8628,7 +9719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -8780,7 +9871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService", "WorkspaceName": "System.String", @@ -8849,7 +9940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -8982,7 +10073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -9124,7 +10215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DesiredState": "System.String", "ActualState": "System.String", @@ -9197,7 +10288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -9324,7 +10415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -9476,7 +10567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", "WorkspaceName": "System.String", @@ -9544,7 +10635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -9707,7 +10798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -9885,7 +10976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -9954,7 +11045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -10087,7 +11178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -10229,7 +11320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -10309,7 +11400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -10442,7 +11533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -10584,11 +11675,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InvokedBy": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", - "Values": "System.Collections.Generic.IEnumerable`1[System.Object]", - "Keys": "System.Collections.Generic.IEnumerable`1[System.String]", + "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", "Parameters": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", "IsLatest": "System.Nullable`1[System.Boolean]", "RunEnd": "System.Nullable`1[System.DateTimeOffset]", @@ -10662,7 +11752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -10907,7 +11997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -10990,7 +12080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -11141,7 +12231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoleAssignmentId": "System.String", "RoleDefinitionId": "System.String", @@ -11205,7 +12295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -11298,7 +12388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -11391,7 +12481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -11501,7 +12591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -11611,7 +12701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -11778,7 +12868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -11839,7 +12929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -11910,7 +13000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -11971,7 +13061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -12042,7 +13132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12103,7 +13193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -12174,7 +13264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12235,7 +13325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -12318,7 +13408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -12385,7 +13475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12484,7 +13574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsBuiltIn": "System.Boolean", "Permissions": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission]", @@ -12550,7 +13640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -12747,7 +13837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -12830,7 +13920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -12951,7 +14041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseRole, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsBuiltIn": "System.Boolean", "Permissions": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission]", @@ -13017,7 +14107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -13144,7 +14234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -13265,7 +14355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -13352,7 +14442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -13556,7 +14646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -13716,7 +14806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", "Id": "System.String", @@ -13780,7 +14870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -13913,7 +15003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -14055,7 +15145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -14159,7 +15249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -14322,7 +15412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -14474,7 +15564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -14575,7 +15665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -14775,7 +15865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -14933,7 +16023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkStatement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkStatement, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkStatement, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput", "Id": "System.Nullable`1[System.Int32]", @@ -15005,7 +16095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -15185,7 +16275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -15328,7 +16418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "WorkspaceName": "System.String", @@ -15408,7 +16498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -15535,7 +16625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -15687,7 +16777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceAdvancedDataSecurityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "WorkspaceName": "System.String", @@ -15752,7 +16842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -15879,7 +16969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -16031,7 +17121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -16118,7 +17208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -16245,7 +17335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -16397,7 +17487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.WorkspaceAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.WorkspaceAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.WorkspaceAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType", @@ -16475,7 +17565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -16629,7 +17719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -16829,7 +17919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -16916,7 +18006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -17073,7 +18163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -17225,7 +18315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -17343,7 +18433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -17523,7 +18613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -17726,7 +18816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -17824,7 +18914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -17855,7 +18945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -18011,7 +19101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -18079,7 +19169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -18230,7 +19320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.SqlPoolAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.SqlPoolAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.SqlPoolAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType", @@ -18307,7 +19397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -18353,7 +19443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -18497,7 +19587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -18586,7 +19676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -18740,7 +19830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRecoverableSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRecoverableSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRecoverableSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastAvailableBackupDate": "System.Nullable`1[System.DateTime]", "Edition": "System.String", @@ -19019,7 +20109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointType": "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -19104,7 +20194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -19135,7 +20225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -19291,7 +20381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -19359,7 +20449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -19510,7 +20600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -19585,7 +20675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -19904,7 +20994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -19986,7 +21076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -20166,7 +21256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -20241,7 +21331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -20397,7 +21487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -20532,7 +21622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -20625,7 +21715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -20656,7 +21746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -20812,7 +21902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -20880,7 +21970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -21031,7 +22121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -21116,7 +22206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -21308,7 +22398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -21460,7 +22550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", @@ -21551,7 +22641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -21744,7 +22834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -21833,7 +22923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -21933,7 +23023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -21964,7 +23054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -22126,7 +23216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -22194,7 +23284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -22333,27 +23423,26 @@ }, { "VerbName": "Get", - "NounName": "AzSynapseSqlVulnerabilityAssessmentSetting", - "Name": "Get-AzSynapseSqlVulnerabilityAssessmentSetting", - "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseSqlVulnerabilityAssessmentSetting", + "NounName": "AzSynapseSqlScript", + "Name": "Get-AzSynapseSqlScript", + "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseSqlScript", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "GetByNameParameterSet", + "DefaultParameterSetName": "GetByName", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "EmailAdmins": "System.Boolean", - "ResourceGroupName": "System.String", + "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", "WorkspaceName": "System.String", - "StorageAccountName": "System.String", - "ScanResultsContainerName": "System.String", - "NotificationEmail": "System.String[]" + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" }, "Methods": [ { @@ -22384,11 +23473,7 @@ "Name": "", "Parameters": [ { - "Name": "assessment", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", + "Name": "sqlscriptResource", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -22405,15 +23490,6 @@ } ], "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceName", "Type": { @@ -22424,11 +23500,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -22455,7 +23531,10 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "Name", + "AliasList": [ + "SqlScriptName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -22486,11 +23565,11 @@ ], "ParameterSets": [ { - "Name": "GetByNameParameterSet", + "Name": "GetByName", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -22498,14 +23577,17 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "Name", + "AliasList": [ + "SqlScriptName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -22513,7 +23595,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -22547,15 +23629,15 @@ ] }, { - "Name": "GetByInputObjectParameterSet", + "Name": "GetByObject", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -22588,38 +23670,10 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "Name", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "SqlScriptName" ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "GetByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -22627,7 +23681,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -22663,6 +23717,24 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SqlScriptName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -22695,26 +23767,27 @@ }, { "VerbName": "Get", - "NounName": "AzSynapseTrigger", - "Name": "Get-AzSynapseTrigger", - "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseTrigger", + "NounName": "AzSynapseSqlVulnerabilityAssessmentSetting", + "Name": "Get-AzSynapseSqlVulnerabilityAssessmentSetting", + "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseSqlVulnerabilityAssessmentSetting", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "GetByName", + "DefaultParameterSetName": "GetByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "EmailAdmins": "System.Boolean", + "ResourceGroupName": "System.String", "WorkspaceName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String" + "StorageAccountName": "System.String", + "ScanResultsContainerName": "System.String", + "NotificationEmail": "System.String[]" }, "Methods": [ { @@ -22745,7 +23818,11 @@ "Name": "", "Parameters": [ { - "Name": "triggerResource", + "Name": "assessment", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resourceGroupName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -22762,6 +23839,15 @@ } ], "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "WorkspaceName", "Type": { @@ -22772,11 +23858,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "WorkspaceObject", + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -22803,10 +23889,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -22837,11 +23920,11 @@ ], "ParameterSets": [ { - "Name": "GetByName", + "Name": "GetByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -22849,17 +23932,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -22867,7 +23947,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -22901,15 +23981,15 @@ ] }, { - "Name": "GetByObject", + "Name": "GetByInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -22942,10 +24022,38 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultProfile", "AliasList": [ - "TriggerName" + "AzContext", + "AzureRmContext", + "AzureCredential" ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -22953,7 +24061,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -22989,24 +24097,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -23039,9 +24129,9 @@ }, { "VerbName": "Get", - "NounName": "AzSynapseTriggerRun", - "Name": "Get-AzSynapseTriggerRun", - "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseTriggerRun", + "NounName": "AzSynapseTrigger", + "Name": "Get-AzSynapseTrigger", + "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseTrigger", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -23050,20 +24140,15 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Values": "System.Collections.Generic.IEnumerable`1[System.Object]", - "Keys": "System.Collections.Generic.IEnumerable`1[System.String]", - "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "TriggeredPipelines": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]", - "TriggerRunTimestamp": "System.Nullable`1[System.DateTimeOffset]", - "TriggerRunId": "System.String", - "TriggerName": "System.String", - "TriggerType": "System.String", - "Message": "System.String", - "WorkspaceName": "System.String" + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" }, "Methods": [ { @@ -23094,7 +24179,7 @@ "Name": "", "Parameters": [ { - "Name": "triggerRun", + "Name": "triggerResource", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -23125,7 +24210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -23163,24 +24248,6 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "RunStartedAfter", - "Type": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RunStartedBefore", - "Type": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "DefaultProfile", "AliasList": [ @@ -23234,37 +24301,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RunStartedAfter", - "Type": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RunStartedBefore", - "Type": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -23306,7 +24343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -23350,37 +24387,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RunStartedAfter", - "Type": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RunStartedBefore", - "Type": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -23429,37 +24436,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RunStartedAfter", - "Type": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RunStartedBefore", - "Type": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -23496,9 +24473,9 @@ }, { "VerbName": "Get", - "NounName": "AzSynapseTriggerSubscriptionStatus", - "Name": "Get-AzSynapseTriggerSubscriptionStatus", - "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseTriggerSubscriptionStatus", + "NounName": "AzSynapseTriggerRun", + "Name": "Get-AzSynapseTriggerRun", + "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseTriggerRun", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -23507,11 +24484,19 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus]", - "TriggerName": "System.String" + "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", + "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "TriggeredPipelines": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]", + "TriggerRunTimestamp": "System.Nullable`1[System.DateTimeOffset]", + "TriggerRunId": "System.String", + "TriggerName": "System.String", + "TriggerType": "System.String", + "Message": "System.String", + "WorkspaceName": "System.String" }, "Methods": [ { @@ -23542,7 +24527,11 @@ "Name": "", "Parameters": [ { - "Name": "status", + "Name": "triggerRun", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -23569,7 +24558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -23608,21 +24597,22 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "RunStartedAfter", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", - "WorkspaceName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String" - } + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + { + "Name": "RunStartedBefore", + "Type": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -23682,6 +24672,36 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RunStartedAfter", + "Type": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RunStartedBefore", + "Type": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -23719,7 +24739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -23768,6 +24788,36 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RunStartedAfter", + "Type": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RunStartedBefore", + "Type": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -23797,29 +24847,412 @@ ] }, { - "Name": "GetByInputObject", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", - "WorkspaceName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RunStartedAfter", + "Type": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RunStartedBefore", + "Type": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseTriggerSubscriptionStatus", + "Name": "Get-AzSynapseTriggerSubscriptionStatus", + "ClassName": "Microsoft.Azure.Commands.Synapse.GetAzureSynapseTriggerSubscriptionStatus", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "GetByName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerSubscriptionOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus]", + "TriggerName": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "status", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "TriggerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetByName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TriggerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetByObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TriggerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetByInputObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -23897,7 +25330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -24171,7 +25604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -24256,7 +25689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -24419,7 +25852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -24571,7 +26004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceName": "System.String", "Path": "System.String", @@ -24663,7 +26096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -24798,7 +26231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -24930,19 +26363,58 @@ }, { "VerbName": "Invoke", - "NounName": "AzSynapseIntegrationRuntimeUpgrade", - "Name": "Invoke-AzSynapseIntegrationRuntimeUpgrade", - "ClassName": "Microsoft.Azure.Commands.Synapse.InvokeAzureSynapseIntegrationRuntimeUpgrade", + "NounName": "AzSynapseDataFlowDebugSessionCommand", + "Name": "Invoke-AzSynapseDataFlowDebugSessionCommand", + "ClassName": "Microsoft.Azure.Commands.Synapse.InvokeAzureSynapseDataFlowDebugSessionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByNameParameterSet", + "DefaultParameterSetName": "InvokeByName", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowDebugCommandResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowDebugCommandResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "System.String", + "Data": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "dataFlowDebugCommandResponse", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -24950,15 +26422,6 @@ } ], "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceName", "Type": { @@ -24968,24 +26431,12 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "Name", - "AliasList": [ - "IntegrationRuntimeName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -25012,7 +26463,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "SessionId", "Type": { "Namespace": "System", "Name": "System.String", @@ -25021,19 +26472,62 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "Command", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Type": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "Description": "System.String", - "Id": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "StreamName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "RowLimit", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Expression", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Column", + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String" + ] + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25060,11 +26554,11 @@ ], "ParameterSets": [ { - "Name": "InvokeByNameParameterSet", + "Name": "InvokeByName", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -25072,14 +26566,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "SessionId", "Type": { "Namespace": "System", "Name": "System.String", @@ -25094,10 +26588,22 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "IntegrationRuntimeName" - ], + "Name": "Command", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StreamName", "Type": { "Namespace": "System", "Name": "System.String", @@ -25110,6 +26616,72 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RowLimit", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Expression", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Column", + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String" + ] + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -25139,33 +26711,15 @@ ] }, { - "Name": "InvokeByParentObjectParameterSet", + "Name": "InvokeByObject", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "IntegrationRuntimeName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -25198,38 +26752,22 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "SessionId", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "InvokeByResourceIdParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Command", "Type": { "Namespace": "System", "Name": "System.String", @@ -25244,56 +26782,83 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "StreamName", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RowLimit", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "InvokeByInputObjectParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "InputObject", + "Name": "Expression", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Type": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "Description": "System.String", - "Id": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Column", + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String" + ] + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -25327,6 +26892,117 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "SessionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Command", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StreamName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RowLimit", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Expression", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Column", + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String" + ] + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -25359,22 +27035,451 @@ }, { "VerbName": "Invoke", - "NounName": "AzSynapsePipeline", - "Name": "Invoke-AzSynapsePipeline", - "ClassName": "Microsoft.Azure.Commands.Synapse.InvokeAzureSynapsePipeline", + "NounName": "AzSynapseIntegrationRuntimeUpgrade", + "Name": "Invoke-AzSynapseIntegrationRuntimeUpgrade", + "ClassName": "Microsoft.Azure.Commands.Synapse.InvokeAzureSynapseIntegrationRuntimeUpgrade", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "NewByName", + "DefaultParameterSetName": "InvokeByNameParameterSet", "OutputTypes": [ { + "Type": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "IntegrationRuntimeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSCreateRunResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCreateRunResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RunId": "System.String" - }, + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "Description": "System.String", + "Id": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InvokeByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "IntegrationRuntimeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InvokeByParentObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "IntegrationRuntimeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InvokeByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InvokeByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "Description": "System.String", + "Id": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Invoke", + "NounName": "AzSynapsePipeline", + "Name": "Invoke-AzSynapsePipeline", + "ClassName": "Microsoft.Azure.Commands.Synapse.InvokeAzureSynapsePipeline", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "NewByName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSCreateRunResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCreateRunResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "RunId": "System.String" + }, "Methods": [ { "Name": "GetType", @@ -25431,7 +27536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -25465,7 +27570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -25585,7 +27690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -25888,7 +27993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -26189,7 +28294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseExtendedSparkStatement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseExtendedSparkStatement, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseExtendedSparkStatement, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput", "Id": "System.Nullable`1[System.Int32]", @@ -26280,7 +28385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -26702,7 +28807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -26856,7 +28961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -27067,10 +29172,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Values": "System.Collections.Generic.IEnumerable`1[System.Object]", - "Keys": "System.Collections.Generic.IEnumerable`1[System.String]", + "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", "TriggeredPipelines": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]", @@ -27098,7 +29202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -27185,10 +29289,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Values": "System.Collections.Generic.IEnumerable`1[System.Object]", - "Keys": "System.Collections.Generic.IEnumerable`1[System.String]", + "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", "TriggeredPipelines": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]", @@ -27353,7 +29456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -27522,7 +29625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIpAddress": "System.String", "ProvisioningState": "System.String", @@ -27593,7 +29696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -28013,7 +30116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -28144,7 +30247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -28242,7 +30345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -28393,7 +30496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -28720,7 +30823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -28806,7 +30909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -28846,7 +30949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -29042,7 +31145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -29224,7 +31327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -29415,7 +31518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -29605,7 +31708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -29801,7 +31904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", "WorkspaceName": "System.String", @@ -29869,7 +31972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -30086,7 +32189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -30333,7 +32436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -30504,7 +32607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRoleAssignmentDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoleAssignmentId": "System.String", "RoleDefinitionId": "System.String", @@ -30568,7 +32671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -30652,7 +32755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -30754,7 +32857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -30879,7 +32982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -31004,7 +33107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -31125,7 +33228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -31201,7 +33304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -31272,7 +33375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -31348,7 +33451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -31419,7 +33522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -31495,7 +33598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -31566,7 +33669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -31642,7 +33745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -31709,7 +33812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -31785,7 +33888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -31868,7 +33971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -31960,7 +34063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -32565,7 +34668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -32797,7 +34900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -33180,7 +35283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -33258,7 +35361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -33472,7 +35575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -33683,7 +35786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -33778,7 +35881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -34050,7 +36153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -34316,7 +36419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointType": "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -34401,7 +36504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -34432,7 +36535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -34636,7 +36739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -34734,7 +36837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -34975,7 +37078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -35111,7 +37214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -35161,7 +37264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -35315,7 +37418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", @@ -35395,7 +37498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.Nullable`1[System.Guid]", "Type": "System.String", @@ -35459,7 +37562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -35532,7 +37635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -35728,7 +37831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -35930,7 +38033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceName": "System.String", "Path": "System.String", @@ -36022,7 +38125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -36213,7 +38316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -36447,7 +38550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -36490,7 +38593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow", "WorkspaceName": "System.String", @@ -36669,7 +38772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -36800,7 +38903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow", "WorkspaceName": "System.String", @@ -37004,7 +39107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -37047,7 +39150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", "WorkspaceName": "System.String", @@ -37226,7 +39329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -37357,7 +39460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", "WorkspaceName": "System.String", @@ -37582,7 +39685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -37808,7 +39911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -38047,7 +40150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -38087,7 +40190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -38251,7 +40354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -38395,7 +40498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -38557,7 +40660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -38597,7 +40700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -38779,7 +40882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -38953,7 +41056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -39127,7 +41230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -39170,7 +41273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService", "WorkspaceName": "System.String", @@ -39349,7 +41452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -39480,7 +41583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService", "WorkspaceName": "System.String", @@ -39684,7 +41787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -39715,7 +41818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", "WorkspaceName": "System.String", @@ -39935,7 +42038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -40084,7 +42187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", "WorkspaceName": "System.String", @@ -40323,7 +42426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -40366,7 +42469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -40545,7 +42648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -40676,7 +42779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -40880,7 +42983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -40923,7 +43026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -41110,7 +43213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -41241,7 +43344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -41453,7 +43556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -41546,7 +43649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -41748,7 +43851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -41888,7 +43991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42028,7 +44131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42164,7 +44267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42255,7 +44358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -42368,7 +44471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -42439,7 +44542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42530,7 +44633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -42601,7 +44704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42692,7 +44795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -42763,7 +44866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42854,7 +44957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -42921,7 +45024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+WorkspaceItemType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -43102,7 +45205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -43145,7 +45248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", "Id": "System.String", @@ -43323,7 +45426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -43454,7 +45557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", "Id": "System.String", @@ -43678,7 +45781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -43709,7 +45812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -43948,7 +46051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -44061,7 +46164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -44383,7 +46486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -44582,7 +46685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -44909,7 +47012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -44940,7 +47043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -45159,7 +47262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -45272,7 +47375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", @@ -45601,7 +47704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -45632,7 +47735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -45881,7 +47984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -46100,7 +48203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -46392,7 +48495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -46422,7 +48525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointType": "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -46657,7 +48760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -46769,7 +48872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointType": "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -47057,7 +49160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -47099,7 +49202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -47200,7 +49303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -47433,7 +49536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -47631,9 +49734,9 @@ }, { "VerbName": "Remove", - "NounName": "AzSynapseTrigger", - "Name": "Remove-AzSynapseTrigger", - "ClassName": "Microsoft.Azure.Commands.Synapse.RemoveAzureSynapseTrigger", + "NounName": "AzSynapseSqlScript", + "Name": "Remove-AzSynapseSqlScript", + "ClassName": "Microsoft.Azure.Commands.Synapse.RemoveAzureSynapseSQLScript", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -47665,7 +49768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -47694,7 +49797,7 @@ { "Name": "Name", "AliasList": [ - "TriggerName" + "SqlScriptName" ], "Type": { "Namespace": "System", @@ -47707,10 +49810,10 @@ "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", "WorkspaceName": "System.String", "Id": "System.String", "Name": "System.String", @@ -47791,7 +49894,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "TriggerName" + "SqlScriptName" ], "Type": { "Namespace": "System", @@ -47887,7 +49990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -47922,7 +50025,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "TriggerName" + "SqlScriptName" ], "Type": { "Namespace": "System", @@ -48017,10 +50120,10 @@ "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", "WorkspaceName": "System.String", "Id": "System.String", "Name": "System.String", @@ -48188,9 +50291,9 @@ }, { "VerbName": "Remove", - "NounName": "AzSynapseTriggerSubscription", - "Name": "Remove-AzSynapseTriggerSubscription", - "ClassName": "Microsoft.Azure.Commands.Synapse.RemoveAzureSynapseTriggerSubscription", + "NounName": "AzSynapseTrigger", + "Name": "Remove-AzSynapseTrigger", + "ClassName": "Microsoft.Azure.Commands.Synapse.RemoveAzureSynapseTrigger", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -48222,7 +50325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -48265,7 +50368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -48444,7 +50547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -48575,7 +50678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", @@ -48745,13 +50848,13 @@ }, { "VerbName": "Remove", - "NounName": "AzSynapseWorkspace", - "Name": "Remove-AzSynapseWorkspace", - "ClassName": "Microsoft.Azure.Commands.Synaspe.RemoveAzureSynapseWorkspace", + "NounName": "AzSynapseTriggerSubscription", + "Name": "Remove-AzSynapseTriggerSubscription", + "ClassName": "Microsoft.Azure.Commands.Synapse.RemoveAzureSynapseTriggerSubscription", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "DeleteByNameParameterSet", + "DefaultParameterSetName": "RemoveByName", "OutputTypes": [ { "Type": { @@ -48766,19 +50869,7 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "WorkspaceName" - ], + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -48787,11 +50878,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -48818,7 +50909,10 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -48826,6 +50920,23 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "PassThru", "Type": { @@ -48876,11 +50987,11 @@ ], "ParameterSets": [ { - "Name": "DeleteByNameParameterSet", + "Name": "RemoveByName", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -48888,7 +50999,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -48897,7 +51008,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "WorkspaceName" + "TriggerName" ], "Type": { "Namespace": "System", @@ -48985,15 +51096,15 @@ ] }, { - "Name": "DeleteByInputObjectParameterSet", + "Name": "RemoveByObject", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -49024,6 +51135,24 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TriggerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "PassThru", @@ -49098,21 +51227,29 @@ ] }, { - "Name": "DeleteByResourceIdParameterSet", + "Name": "RemoveByInputObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -49268,9 +51405,9 @@ }, { "VerbName": "Remove", - "NounName": "AzSynapseWorkspaceKey", - "Name": "Remove-AzSynapseWorkspaceKey", - "ClassName": "Microsoft.Azure.Commands.Synapse.RemoveAzureSynapseWorkspaceKey", + "NounName": "AzSynapseWorkspace", + "Name": "Remove-AzSynapseWorkspace", + "ClassName": "Microsoft.Azure.Commands.Synaspe.RemoveAzureSynapseWorkspace", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -49297,19 +51434,10 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "Name", "AliasList": [ - "KeyName" + "WorkspaceName" ], "Type": { "Namespace": "System", @@ -49319,11 +51447,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "WorkspaceObject", + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -49349,22 +51477,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", - "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsActiveCustomerManagedKey": "System.Boolean", - "KeyVaultUrl": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "ResourceId", "Type": { @@ -49443,7 +51555,10 @@ }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "Name", + "AliasList": [ + "WorkspaceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -49458,18 +51573,563 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", "AliasList": [ - "KeyName" + "AzContext", + "AzureRmContext", + "AzureCredential" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzSynapseWorkspaceKey", + "Name": "Remove-AzSynapseWorkspaceKey", + "ClassName": "Microsoft.Azure.Commands.Synapse.RemoveAzureSynapseWorkspaceKey", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DeleteByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "KeyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", + "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsActiveCustomerManagedKey": "System.Boolean", + "KeyVaultUrl": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DeleteByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "KeyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -49574,7 +52234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -49687,7 +52347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspaceKey.PSWorkspaceKey, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActiveCustomerManagedKey": "System.Boolean", "KeyVaultUrl": "System.String", @@ -49981,7 +52641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -50025,7 +52685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceName": "System.String", "Path": "System.String", @@ -50210,7 +52870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -50342,7 +53002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceName": "System.String", "Path": "System.String", @@ -50572,7 +53232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -50607,7 +53267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -50809,7 +53469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -50911,7 +53571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", @@ -51108,7 +53768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -51283,7 +53943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -51562,7 +54222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -51716,7 +54376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -51956,7 +54616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -51987,7 +54647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -52191,7 +54851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -52289,7 +54949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -52564,7 +55224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -52610,7 +55270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -52754,7 +55414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -52843,7 +55503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -53040,7 +55700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -53071,7 +55731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -53281,7 +55941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -53379,7 +56039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -53654,7 +56314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -53829,7 +56489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -54074,7 +56734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -54196,7 +56856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -54452,7 +57112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -54740,7 +57400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -55043,7 +57703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -55245,7 +57905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -55352,7 +58012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -55383,7 +58043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -55593,7 +58253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -55691,7 +58351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -55932,7 +58592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataFlowResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow", "WorkspaceName": "System.String", @@ -56001,7 +58661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -56188,7 +58848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -56399,7 +59059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDatasetResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", "WorkspaceName": "System.String", @@ -56468,7 +59128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -56655,7 +59315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -56866,7 +59526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -56960,7 +59620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -57000,7 +59660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -57930,7 +60590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -58407,7 +61067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -59086,7 +61746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -59531,7 +62191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -59736,7 +62396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLinkedServiceResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService", "WorkspaceName": "System.String", @@ -59805,7 +62465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -59992,7 +62652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -60203,7 +62863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentitySqlControlSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DesiredState": "System.String", "ActualState": "System.String", @@ -60276,7 +62936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -60427,7 +63087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -60624,7 +63284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", "WorkspaceName": "System.String", @@ -60693,7 +63353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -61059,7 +63719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -61178,7 +63838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -61440,7 +64100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", @@ -61520,7 +64180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -61707,7 +64367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -61918,7 +64578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinitionResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", "Id": "System.String", @@ -61982,7 +64642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -62169,7 +64829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -62362,7 +65022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceAadAdminInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "WorkspaceName": "System.String", @@ -62442,7 +65102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -62717,7 +65377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -62815,7 +65475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -63131,7 +65791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -63280,7 +65940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -63355,7 +66015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -63631,7 +66291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -63880,7 +66540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -63917,7 +66577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -64178,7 +66838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -64447,7 +67107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -64603,7 +67263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -64649,7 +67309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -64714,7 +67374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -65009,7 +67669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -65256,7 +67916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -65311,7 +67971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -65561,7 +68221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -65597,7 +68257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -65859,7 +68519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" }, "ValidateNotNullOrEmpty": false @@ -66147,7 +68807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -66189,7 +68849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -66501,7 +69161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -66643,7 +69303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SqlPoolSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", "WorkspaceName": "System.String", @@ -66793,7 +69453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTransparentDataEncryption, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -66886,7 +69546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -66917,7 +69577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -66956,7 +69616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -67045,7 +69705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -67121,7 +69781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -67158,7 +69818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -67219,7 +69879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", @@ -67255,7 +69915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -67331,7 +69991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -67392,7 +70052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -67460,7 +70120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.SqlPoolVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -67545,7 +70205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -67772,7 +70432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -67928,9 +70588,9 @@ }, { "VerbName": "Set", - "NounName": "AzSynapseTrigger", - "Name": "Set-AzSynapseTrigger", - "ClassName": "Microsoft.Azure.Commands.Synapse.SetAzureSynapseTrigger", + "NounName": "AzSynapseSqlScript", + "Name": "Set-AzSynapseSqlScript", + "ClassName": "Microsoft.Azure.Commands.Synapse.SetAzureSynapseSqlScript", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -67939,10 +70599,10 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "Properties": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", "WorkspaceName": "System.String", "Id": "System.String", "Name": "System.String", @@ -67978,7 +70638,7 @@ "Name": "", "Parameters": [ { - "Name": "triggerResource", + "Name": "sqlscriptResource", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -68009,7 +70669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -68035,10 +70695,28 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "SqlPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SqlDatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "Name", "AliasList": [ - "TriggerName" + "SqlScriptName" ], "Type": { "Namespace": "System", @@ -68059,6 +70737,33 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "ResultLimit", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FolderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "AsJob", "Type": { @@ -68112,7 +70817,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "TriggerName" + "SqlScriptName" ], "Type": { "Namespace": "System", @@ -68121,7 +70826,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -68146,93 +70851,22 @@ }, { "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "ResultLimit", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "WorkspaceObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], + "Name": "FolderName", "Type": { "Namespace": "System", "Name": "System.String", @@ -68240,17 +70874,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefinitionFile", - "AliasList": [ - "File" - ], + "Name": "Description", "Type": { "Namespace": "System", "Name": "System.String", @@ -68258,7 +70889,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -68307,14 +70938,11 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "SetByNameAndSqlPool", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -68329,10 +70957,7 @@ }, { "ParameterMetadata": { - "Name": "DefinitionFile", - "AliasList": [ - "File" - ], + "Name": "SqlPoolName", "Type": { "Namespace": "System", "Name": "System.String", @@ -68347,279 +70972,43 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "SqlDatabaseName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "Name", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "SqlScriptName" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [ - "New-AzSynapseTrigger" - ] - }, - { - "VerbName": "Start", - "NounName": "AzSynapseIntegrationRuntime", - "Name": "Start-AzSynapseIntegrationRuntime", - "ClassName": "Microsoft.Azure.Commands.Synapse.StartAzureSynapseIntegrationRuntime", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "StartByNameParameterSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LastOperation": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult", - "ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.CustomSetupBase]", - "OtherErrors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError]", - "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode]", - "CreateTime": "System.Nullable`1[System.DateTime]", - "DataFlowCoreCount": "System.Nullable`1[System.Int32]", - "MaxParallelExecutionsPerNode": "System.Nullable`1[System.Int32]", - "DataFlowTimeToLive": "System.Nullable`1[System.Int32]", - "NodeCount": "System.Nullable`1[System.Int32]", - "Type": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", - "Edition": "System.String", - "DataProxyStagingPath": "System.String", - "DataProxyStagingLinkedServiceName": "System.String", - "DataProxyIntegrationRuntimeName": "System.String", - "SetupScriptContainerSasUri": "System.String", - "WorkspaceName": "System.String", - "Name": "System.String", - "Id": "System.String", - "Description": "System.String", - "Subnet": "System.String", - "VNetId": "System.String", - "CatalogPricingTier": "System.String", - "CatalogAdminPassword": "System.String", - "CatalogAdminUserName": "System.String", - "CatalogServerEndpoint": "System.String", - "NodeSize": "System.String", - "Location": "System.String", - "State": "System.String", - "DataFlowComputeType": "System.String", - "PublicIPs": "System.String[]" }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "integrationRuntime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "status", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workspaceName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "IntegrationRuntimeName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WorkspaceObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Type": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "Description": "System.String", - "Id": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "StartByNameParameterSet", - "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "DefinitionFile", + "AliasList": [ + "File" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -68627,6 +71016,21 @@ }, "ValidateNotNullOrEmpty": true }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResultLimit", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -68634,7 +71038,7 @@ }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "FolderName", "Type": { "Namespace": "System", "Name": "System.String", @@ -68642,17 +71046,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "IntegrationRuntimeName" - ], + "Name": "Description", "Type": { "Namespace": "System", "Name": "System.String", @@ -68660,14 +71061,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -68709,33 +71110,15 @@ ] }, { - "Name": "StartByParentObjectParameterSet", + "Name": "SetByObject", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "IntegrationRuntimeName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -68768,13 +71151,16 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Name", + "AliasList": [ + "SqlScriptName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -68783,56 +71169,73 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "DefinitionFile", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "File" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "StartByResourceIdParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ResultLimit", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "FolderName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false @@ -68871,22 +71274,36 @@ ] }, { - "Name": "StartByInputObjectParameterSet", + "Name": "SetByObjectAndSqlPool", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "Type": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "Description": "System.String", - "Id": "System.String" + "Type": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -68898,7 +71315,118 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "SqlPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SqlDatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SqlScriptName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefinitionFile", + "AliasList": [ + "File" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResultLimit", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FolderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -68944,7 +71472,88 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "Name", + "AliasList": [ + "SqlScriptName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefinitionFile", + "AliasList": [ + "File" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResultLimit", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FolderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -68985,44 +71594,34 @@ } ] } + ], + "AliasList": [ + "Import-AzSynapseSqlScript", + "New-AzSynapseSqlScript" ] }, { - "VerbName": "Start", - "NounName": "AzSynapseSparkSession", - "Name": "Start-AzSynapseSparkSession", - "ClassName": "Microsoft.Azure.Commands.Synapse.StartAzureSynapseSparkSession", + "VerbName": "Set", + "NounName": "AzSynapseTrigger", + "Name": "Set-AzSynapseTrigger", + "ClassName": "Microsoft.Azure.Commands.Synapse.SetAzureSynapseTrigger", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "CreateByNameParameterSet", + "DefaultParameterSetName": "SetByName", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", - "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Tags": "System.Collections.Hashtable", - "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "Id": "System.Nullable`1[System.Int32]", - "SubmitterId": "System.String", - "ArtifactId": "System.String", - "State": "System.String", - "SparkPoolName": "System.String", + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", "WorkspaceName": "System.String", + "Id": "System.String", "Name": "System.String", - "TagsTable": "System.String", - "AppId": "System.String", - "Language": "System.String", - "SubmitterName": "System.String", - "Result": "System.String" + "Type": "System.String", + "Etag": "System.String" }, "Methods": [ { @@ -69053,20 +71652,11 @@ "Name": "", "Parameters": [ { - "Name": "session", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "Parameters": [ - { - "Name": "language", + "Name": "triggerResource", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "session", + "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -69080,78 +71670,50 @@ ], "Parameters": [ { - "Name": "SparkPoolObject", + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", - "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", "Type": "System.String" } }, "ValidateNotNullOrEmpty": false }, - { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SparkPoolName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Language", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "Spark", - "Scala", - "PySpark", - "Python", - "SparkDotNet", - "CSharp", - "SQL" - ], - "ValidateNotNullOrEmpty": true - }, { "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -69160,47 +71722,15 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ReferenceFile", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ExecutorCount", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 80, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ExecutorSize", + "Name": "DefinitionFile", + "AliasList": [ + "File" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Configuration", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, "ValidateNotNullOrEmpty": true }, { @@ -69235,69 +71765,19 @@ ], "ParameterSets": [ { - "Name": "CreateByParentObjectParameterSet", + "Name": "SetByName", "Parameters": [ { "ParameterMetadata": { - "Name": "SparkPoolObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", - "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", - "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Language", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [ - "Spark", - "Scala", - "PySpark", - "Python", - "SparkDotNet", - "CSharp", - "SQL" - ], "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -69305,6 +71785,9 @@ { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -69319,95 +71802,45 @@ }, { "ParameterMetadata": { - "Name": "ReferenceFile", + "Name": "DefinitionFile", + "AliasList": [ + "File" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ExecutorCount", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 80, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ExecutorSize", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Configuration", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", @@ -69429,65 +71862,51 @@ ] }, { - "Name": "CreateByNameParameterSet", + "Name": "SetByObject", "Parameters": [ { "ParameterMetadata": { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SparkPoolName", + "Name": "WorkspaceObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Language", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "Spark", - "Scala", - "PySpark", - "Python", - "SparkDotNet", - "CSharp", - "SQL" - ], - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -69502,50 +71921,15 @@ }, { "ParameterMetadata": { - "Name": "ReferenceFile", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ExecutorCount", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 80, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ExecutorSize", + "Name": "DefinitionFile", + "AliasList": [ + "File" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -69553,21 +71937,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Configuration", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "AsJob", @@ -69614,33 +71983,12 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Language", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "Spark", - "Scala", - "PySpark", - "Python", - "SparkDotNet", - "CSharp", - "SQL" - ], - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -69655,50 +72003,15 @@ }, { "ParameterMetadata": { - "Name": "ReferenceFile", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ExecutorCount", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 80, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ExecutorSize", + "Name": "DefinitionFile", + "AliasList": [ + "File" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -69706,21 +72019,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Configuration", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "AsJob", @@ -69764,35 +72062,28 @@ } ] } + ], + "AliasList": [ + "New-AzSynapseTrigger" ] }, { "VerbName": "Start", - "NounName": "AzSynapseSqlPoolVulnerabilityAssessmentScan", - "Name": "Start-AzSynapseSqlPoolVulnerabilityAssessmentScan", - "ClassName": "Microsoft.Azure.Commands.Synapse.StartAzureSynapseSqlPoolVulnerabilityAssessmentScan", + "NounName": "AzSynapseDataFlowDebugSession", + "Name": "Start-AzSynapseDataFlowDebugSession", + "ClassName": "Microsoft.Azure.Commands.Synapse.StartAzSynapseDataFlowDebugSession", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "StartSqlPoolObjectParameterSet", + "DefaultParameterSetName": "StartByName", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", - "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSCreateDataFlowDebugSessionResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCreateDataFlowDebugSessionResponse, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", - "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", - "NumberOfFailedSecurityChecks": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "workspaceName": "System.String", - "sqlPoolName": "System.String", - "ScanId": "System.String", - "State": "System.String", - "ScanResultsLocationPath": "System.String" + "SessionId": "System.String" }, "Methods": [ { @@ -69820,59 +72111,13 @@ ], "Constructors": [ { - "Name": "" - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", - "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", - "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", - "NumberOfFailedSecurityChecks": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "workspaceName": "System.String", - "sqlPoolName": "System.String", - "ScanId": "System.String", - "State": "System.String", - "ScanResultsLocationPath": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "createDataFlowDebugSessionResponse", + "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "" + ] } ] }, @@ -69882,15 +72127,6 @@ } ], "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceName", "Type": { @@ -69901,53 +72137,48 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ScanId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SqlPoolObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", + "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", "Type": "System.String" } }, "ValidateNotNullOrEmpty": false }, + { + "Name": "IntegrationRuntimeFile", + "AliasList": [ + "File" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "AsJob", "Type": { @@ -69980,23 +72211,8 @@ ], "ParameterSets": [ { - "Name": "StartSqlPoolNameParameterSet", + "Name": "StartByName", "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "WorkspaceName", @@ -70010,26 +72226,14 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ScanId", + "Name": "IntegrationRuntimeFile", + "AliasList": [ + "File" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -70040,7 +72244,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -70086,44 +72290,63 @@ ] }, { - "Name": "StartSqlPoolObjectParameterSet", + "Name": "StartByObject", "Parameters": [ { "ParameterMetadata": { - "Name": "SqlPoolObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", + "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", "Type": "System.String" } }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "IntegrationRuntimeFile", + "AliasList": [ + "File" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -70172,8 +72395,26 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "AsJob", - "Type": { + "Name": "IntegrationRuntimeFile", + "AliasList": [ + "File" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" @@ -70217,19 +72458,100 @@ }, { "VerbName": "Start", - "NounName": "AzSynapseTrigger", - "Name": "Start-AzSynapseTrigger", - "ClassName": "Microsoft.Azure.Commands.Synapse.StartAzureSynapseTrigger", + "NounName": "AzSynapseIntegrationRuntime", + "Name": "Start-AzSynapseIntegrationRuntime", + "ClassName": "Microsoft.Azure.Commands.Synapse.StartAzureSynapseIntegrationRuntime", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "StartByName", + "DefaultParameterSetName": "StartByNameParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LastOperation": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult", + "ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.CustomSetupBase]", + "OtherErrors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError]", + "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode]", + "CreateTime": "System.Nullable`1[System.DateTime]", + "DataFlowCoreCount": "System.Nullable`1[System.Int32]", + "MaxParallelExecutionsPerNode": "System.Nullable`1[System.Int32]", + "DataFlowTimeToLive": "System.Nullable`1[System.Int32]", + "NodeCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", + "LicenseType": "System.String", + "ResourceGroupName": "System.String", + "Edition": "System.String", + "DataProxyStagingPath": "System.String", + "DataProxyStagingLinkedServiceName": "System.String", + "DataProxyIntegrationRuntimeName": "System.String", + "SetupScriptContainerSasUri": "System.String", + "WorkspaceName": "System.String", + "Name": "System.String", + "Id": "System.String", + "Description": "System.String", + "Subnet": "System.String", + "VNetId": "System.String", + "CatalogPricingTier": "System.String", + "CatalogAdminPassword": "System.String", + "CatalogAdminUserName": "System.String", + "CatalogServerEndpoint": "System.String", + "NodeSize": "System.String", + "Location": "System.String", + "State": "System.String", + "DataFlowComputeType": "System.String", + "PublicIPs": "System.String[]" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "integrationRuntime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "status", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workspaceName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -70237,6 +72559,15 @@ } ], "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "WorkspaceName", "Type": { @@ -70246,12 +72577,24 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "Name", + "AliasList": [ + "IntegrationRuntimeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -70278,10 +72621,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -70293,30 +72633,21 @@ "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", - "WorkspaceName": "System.String", - "Id": "System.String", "Name": "System.String", "Type": "System.String", - "Etag": "System.String" + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "Description": "System.String", + "Id": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -70347,11 +72678,11 @@ ], "ParameterSets": [ { - "Name": "StartByName", + "Name": "StartByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -70359,17 +72690,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -70384,22 +72712,25 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Name", + "AliasList": [ + "IntegrationRuntimeName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -70441,15 +72772,33 @@ ] }, { - "Name": "StartByObject", + "Name": "StartByParentObjectParameterSet", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "IntegrationRuntimeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -70482,29 +72831,37 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, "ValidateNotNullOrEmpty": false }, @@ -70512,10 +72869,30 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "StartByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -70557,22 +72934,22 @@ ] }, { - "Name": "StartByInputObject", + "Name": "StartByInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", - "WorkspaceName": "System.String", - "Id": "System.String", "Name": "System.String", "Type": "System.String", - "Etag": "System.String" + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "Description": "System.String", + "Id": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -70584,22 +72961,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -70645,22 +73007,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -70704,20 +73051,90 @@ ] }, { - "VerbName": "Stop", - "NounName": "AzSynapseIntegrationRuntime", - "Name": "Stop-AzSynapseIntegrationRuntime", - "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseIntegrationRuntime", + "VerbName": "Start", + "NounName": "AzSynapseSparkSession", + "Name": "Start-AzSynapseSparkSession", + "ClassName": "Microsoft.Azure.Commands.Synapse.StartAzureSynapseSparkSession", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "StopByNameParameterSet", + "DefaultParameterSetName": "CreateByNameParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", + "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "Tags": "System.Collections.Hashtable", + "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "Id": "System.Nullable`1[System.Int32]", + "SubmitterId": "System.String", + "ArtifactId": "System.String", + "State": "System.String", + "SparkPoolName": "System.String", + "WorkspaceName": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "AppId": "System.String", + "Language": "System.String", + "SubmitterName": "System.String", + "Result": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "session", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "Parameters": [ + { + "Name": "language", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "session", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -70726,13 +73143,39 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", + "Name": "SparkPoolObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "ProvisioningState": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", + "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", + "Type": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "WorkspaceName", @@ -70744,10 +73187,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "AliasList": [ - "IntegrationRuntimeName" - ], + "Name": "SparkPoolName", "Type": { "Namespace": "System", "Name": "System.String", @@ -70756,38 +73196,25 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "WorkspaceObject", + "Name": "Language", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateSet": [ + "Spark", + "Scala", + "PySpark", + "Python", + "SparkDotNet", + "CSharp", + "SQL" + ], + "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -70796,37 +73223,64 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "ReferenceFile", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Type": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "Description": "System.String", - "Id": "System.String" - } + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Force", + "Name": "ExecutorCount", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": 0, + "ValidateRangeMax": 80, + "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "Name": "ExecutorSize", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Configuration", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", @@ -70844,16 +73298,66 @@ ], "ParameterSets": [ { - "Name": "StopByNameParameterSet", + "Name": "CreateByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "SparkPoolObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "ProvisioningState": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", + "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Language", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Spark", + "Scala", + "PySpark", + "Python", + "SparkDotNet", + "CSharp", + "SQL" + ], "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -70863,7 +73367,7 @@ }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -70878,15 +73382,50 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "IntegrationRuntimeName" - ], + "Name": "ReferenceFile", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExecutorCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 80, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExecutorSize", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -70896,7 +73435,22 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Configuration", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -70938,14 +73492,11 @@ ] }, { - "Name": "StopByParentObjectParameterSet", + "Name": "CreateByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "IntegrationRuntimeName" - ], + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -70960,50 +73511,37 @@ }, { "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "SparkPoolName", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Language", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateSet": [ + "Spark", + "Scala", + "PySpark", + "Python", + "SparkDotNet", + "CSharp", + "SQL" + ], + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -71012,43 +73550,65 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "Name", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReferenceFile", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "StopByResourceIdParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ExecutorCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 80, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExecutorSize", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -71058,7 +73618,22 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Configuration", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -71100,40 +73675,57 @@ ] }, { - "Name": "StopByInputObjectParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "Language", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Type": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "Description": "System.String", - "Id": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateSet": [ + "Spark", + "Scala", + "PySpark", + "Python", + "SparkDotNet", + "CSharp", + "SQL" + ], + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "ReferenceFile", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -71142,38 +73734,59 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "Name": "ExecutorCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 80, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExecutorSize", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateSet": [ + "Small", + "Medium", + "Large" ], + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Configuration", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -71217,69 +73830,132 @@ ] }, { - "VerbName": "Stop", - "NounName": "AzSynapsePipelineRun", - "Name": "Stop-AzSynapsePipelineRun", - "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapsePipelineRun", + "VerbName": "Start", + "NounName": "AzSynapseSqlPoolVulnerabilityAssessmentScan", + "Name": "Start-AzSynapseSqlPoolVulnerabilityAssessmentScan", + "ClassName": "Microsoft.Azure.Commands.Synapse.StartAzureSynapseSqlPoolVulnerabilityAssessmentScan", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "RemoveByName", + "DefaultParameterSetName": "StartSqlPoolObjectParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", + "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", + "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", + "NumberOfFailedSecurityChecks": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "workspaceName": "System.String", + "sqlPoolName": "System.String", + "ScanId": "System.String", + "State": "System.String", + "ScanResultsLocationPath": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] }, "ParameterSets": [ "__AllParameterSets" ] - } - ], - "Parameters": [ - { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true }, { - "Name": "WorkspaceObject", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", + "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.PSVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false + "TriggerType": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", + "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", + "NumberOfFailedSecurityChecks": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "workspaceName": "System.String", + "sqlPoolName": "System.String", + "ScanId": "System.String", + "State": "System.String", + "ScanResultsLocationPath": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, { - "Name": "PipelineRunId", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -71288,37 +73964,50 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "Name", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "InvokedBy": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", - "Values": "System.Collections.Generic.IEnumerable`1[System.Object]", - "Keys": "System.Collections.Generic.IEnumerable`1[System.String]", - "Parameters": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "IsLatest": "System.Nullable`1[System.Boolean]", - "RunEnd": "System.Nullable`1[System.DateTimeOffset]", - "RunStart": "System.Nullable`1[System.DateTimeOffset]", - "LastUpdated": "System.Nullable`1[System.DateTimeOffset]", - "DurationInMs": "System.Nullable`1[System.Int32]", - "WorkspaceName": "System.String", - "Message": "System.String", - "Status": "System.String", - "PipelineName": "System.String", - "RunGroupId": "System.String", - "RunId": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "PassThru", + "Name": "ScanId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SqlPoolObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" + } }, "ValidateNotNullOrEmpty": false }, @@ -71354,11 +74043,11 @@ ], "ParameterSets": [ { - "Name": "RemoveByName", + "Name": "StartSqlPoolNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -71366,14 +74055,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PipelineRunId", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -71384,109 +74073,11 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "RemoveByObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "WorkspaceObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PipelineRunId", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -71497,22 +74088,22 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "ScanId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -71558,53 +74149,42 @@ ] }, { - "Name": "RemoveByInputObject", + "Name": "StartSqlPoolObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "SqlPoolObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "InvokedBy": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", - "Values": "System.Collections.Generic.IEnumerable`1[System.Object]", - "Keys": "System.Collections.Generic.IEnumerable`1[System.String]", - "Parameters": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "IsLatest": "System.Nullable`1[System.Boolean]", - "RunEnd": "System.Nullable`1[System.DateTimeOffset]", - "RunStart": "System.Nullable`1[System.DateTimeOffset]", - "LastUpdated": "System.Nullable`1[System.DateTimeOffset]", - "DurationInMs": "System.Nullable`1[System.Int32]", - "WorkspaceName": "System.String", - "Message": "System.String", + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", "Status": "System.String", - "PipelineName": "System.String", - "RunGroupId": "System.String", - "RunId": "System.String" + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" } }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -71653,21 +74233,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "AsJob", @@ -71714,14 +74279,14 @@ ] }, { - "VerbName": "Stop", - "NounName": "AzSynapseSparkJob", - "Name": "Stop-AzSynapseSparkJob", - "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseSparkJob", + "VerbName": "Start", + "NounName": "AzSynapseTrigger", + "Name": "Start-AzSynapseTrigger", + "ClassName": "Microsoft.Azure.Commands.Synapse.StartAzureSynapseTrigger", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "StopSparkJobByIdParameterSet", + "DefaultParameterSetName": "StartByName", "OutputTypes": [ { "Type": { @@ -71745,95 +74310,67 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SparkPoolName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SparkPoolObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", - "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", "Type": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "SparkJobObject", + "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", - "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Tags": "System.Collections.Hashtable", - "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "Id": "System.Nullable`1[System.Int32]", - "ArtifactId": "System.String", - "Result": "System.String", - "State": "System.String", - "Name": "System.String", - "SubmitterName": "System.String", - "TagsTable": "System.String", - "AppId": "System.String", - "SparkPoolName": "System.String", - "SubmitterId": "System.String", - "WorkspaceName": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "LivyId", - "AliasList": [ - "Id" - ], + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" + } }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -71842,7 +74379,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "PassThru", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -71873,7 +74410,7 @@ ], "ParameterSets": [ { - "Name": "StopSparkJobByIdParameterSet", + "Name": "StartByName", "Parameters": [ { "ParameterMetadata": { @@ -71892,7 +74429,10 @@ }, { "ParameterMetadata": { - "Name": "SparkPoolName", + "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -71907,27 +74447,7 @@ }, { "ParameterMetadata": { - "Name": "LivyId", - "AliasList": [ - "Id" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -71942,7 +74462,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -71984,39 +74504,35 @@ ] }, { - "Name": "StopSparkJobByIdFromParentObjectParameterSet", + "Name": "StartByObject", "Parameters": [ { "ParameterMetadata": { - "Name": "SparkPoolObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", - "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", "Type": "System.String" } }, @@ -72029,18 +74545,16 @@ }, { "ParameterMetadata": { - "Name": "LivyId", + "Name": "Name", "AliasList": [ - "Id" + "TriggerName" ], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -72049,7 +74563,7 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -72064,7 +74578,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -72106,35 +74620,22 @@ ] }, { - "Name": "StopSparkJobByIdFromInputObjectParameterSet", + "Name": "StartByInputObject", "Parameters": [ { "ParameterMetadata": { - "Name": "SparkJobObject", + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", - "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Tags": "System.Collections.Hashtable", - "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "Id": "System.Nullable`1[System.Int32]", - "ArtifactId": "System.String", - "Result": "System.String", - "State": "System.String", + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", "Name": "System.String", - "SubmitterName": "System.String", - "TagsTable": "System.String", - "AppId": "System.String", - "SparkPoolName": "System.String", - "SubmitterId": "System.String", - "WorkspaceName": "System.String" + "Type": "System.String", + "Etag": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -72146,27 +74647,7 @@ }, { "ParameterMetadata": { - "Name": "LivyId", - "AliasList": [ - "Id" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -72181,7 +74662,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -72227,7 +74708,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -72242,7 +74723,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -72287,13 +74768,13 @@ }, { "VerbName": "Stop", - "NounName": "AzSynapseSparkSession", - "Name": "Stop-AzSynapseSparkSession", - "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseSparkSession", + "NounName": "AzSynapseDataFlowDebugSession", + "Name": "Stop-AzSynapseDataFlowDebugSession", + "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseDataFlowDebugSession", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "DeleteByNameParameterSet", + "DefaultParameterSetName": "StopByName", "OutputTypes": [ { "Type": { @@ -72317,91 +74798,44 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SparkPoolName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "LivyId", - "AliasList": [ - "Id" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SparkPoolObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", - "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", "Type": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", + "Name": "SessionId", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", - "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Tags": "System.Collections.Hashtable", - "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "Id": "System.Nullable`1[System.Int32]", - "SubmitterId": "System.String", - "ArtifactId": "System.String", - "State": "System.String", - "SparkPoolName": "System.String", - "WorkspaceName": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "AppId": "System.String", - "Language": "System.String", - "SubmitterName": "System.String", - "Result": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "PassThru", @@ -72413,7 +74847,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -72444,7 +74878,7 @@ ], "ParameterSets": [ { - "Name": "DeleteByNameParameterSet", + "Name": "StopByName", "Parameters": [ { "ParameterMetadata": { @@ -72463,7 +74897,7 @@ }, { "ParameterMetadata": { - "Name": "SparkPoolName", + "Name": "SessionId", "Type": { "Namespace": "System", "Name": "System.String", @@ -72476,24 +74910,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "LivyId", - "AliasList": [ - "Id" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "PassThru", @@ -72511,7 +74927,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -72553,57 +74969,35 @@ ] }, { - "Name": "DeleteByParentObjectParameterSet", + "Name": "StoptByObject", "Parameters": [ { "ParameterMetadata": { - "Name": "LivyId", - "AliasList": [ - "Id" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SparkPoolObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", - "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", "Type": "System.String" } }, @@ -72616,100 +75010,17 @@ }, { "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "DeleteByInputObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", + "Name": "SessionId", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", - "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Tags": "System.Collections.Hashtable", - "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "Id": "System.Nullable`1[System.Int32]", - "SubmitterId": "System.String", - "ArtifactId": "System.String", - "State": "System.String", - "SparkPoolName": "System.String", - "WorkspaceName": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "AppId": "System.String", - "Language": "System.String", - "SubmitterName": "System.String", - "Result": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -72729,7 +75040,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -72773,6 +75084,21 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "SessionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "PassThru", @@ -72790,7 +75116,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -72835,19 +75161,19 @@ }, { "VerbName": "Stop", - "NounName": "AzSynapseSparkStatement", - "Name": "Stop-AzSynapseSparkStatement", - "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseSparkStatement", + "NounName": "AzSynapseIntegrationRuntime", + "Name": "Stop-AzSynapseIntegrationRuntime", + "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseIntegrationRuntime", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "StopSparkStatementByIdParameterSet", + "DefaultParameterSetName": "StopByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -72855,6 +75181,15 @@ } ], "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "WorkspaceName", "Type": { @@ -72865,7 +75200,10 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SparkPoolName", + "Name": "Name", + "AliasList": [ + "IntegrationRuntimeName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -72874,59 +75212,60 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SessionObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", - "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "Id": "System.Nullable`1[System.Int32]", - "SubmitterId": "System.String", - "ArtifactId": "System.String", - "State": "System.String", - "SparkPoolName": "System.String", - "WorkspaceName": "System.String", - "Name": "System.String", + "Id": "System.String", + "Location": "System.String", "TagsTable": "System.String", - "AppId": "System.String", - "Language": "System.String", - "SubmitterName": "System.String", - "Result": "System.String" + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "LivyId", - "AliasList": [ - "Id" - ], + "Name": "ResourceId", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "SessionId", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "Description": "System.String", + "Id": "System.String" + } }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false }, { @@ -72938,15 +75277,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -72970,11 +75300,11 @@ ], "ParameterSets": [ { - "Name": "StopSparkStatementByIdParameterSet", + "Name": "StopByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -72982,14 +75312,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SparkPoolName", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -73004,35 +75334,16 @@ }, { "ParameterMetadata": { - "Name": "LivyId", + "Name": "Name", "AliasList": [ - "Id" + "IntegrationRuntimeName" ], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SessionId", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -73054,21 +75365,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -73098,63 +75394,61 @@ ] }, { - "Name": "StopSparkStatementByIdFromParentObjectParameterSet", + "Name": "StopByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "SessionObject", + "Name": "Name", + "AliasList": [ + "IntegrationRuntimeName" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", - "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Tags": "System.Collections.Hashtable", - "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "Id": "System.Nullable`1[System.Int32]", - "SubmitterId": "System.String", - "ArtifactId": "System.String", - "State": "System.String", - "SparkPoolName": "System.String", - "WorkspaceName": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "AppId": "System.String", - "Language": "System.String", - "SubmitterName": "System.String", - "Result": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "LivyId", - "AliasList": [ - "Id" - ], + "Name": "WorkspaceObject", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -73174,7 +75468,53 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "StopByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -73216,8 +75556,31 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "StopByInputObjectParameterSet", "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "Description": "System.String", + "Id": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -73235,7 +75598,38 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -73280,13 +75674,13 @@ }, { "VerbName": "Stop", - "NounName": "AzSynapseTrigger", - "Name": "Stop-AzSynapseTrigger", - "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseTrigger", + "NounName": "AzSynapsePipelineRun", + "Name": "Stop-AzSynapsePipelineRun", + "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapsePipelineRun", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "StopByName", + "DefaultParameterSetName": "RemoveByName", "OutputTypes": [ { "Type": { @@ -73314,7 +75708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -73341,10 +75735,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], + "Name": "PipelineRunId", "Type": { "Namespace": "System", "Name": "System.String", @@ -73356,15 +75747,23 @@ "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "InvokedBy": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", + "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", + "Parameters": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "IsLatest": "System.Nullable`1[System.Boolean]", + "RunEnd": "System.Nullable`1[System.DateTimeOffset]", + "RunStart": "System.Nullable`1[System.DateTimeOffset]", + "LastUpdated": "System.Nullable`1[System.DateTimeOffset]", + "DurationInMs": "System.Nullable`1[System.Int32]", "WorkspaceName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String" + "Message": "System.String", + "Status": "System.String", + "PipelineName": "System.String", + "RunGroupId": "System.String", + "RunId": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -73410,7 +75809,7 @@ ], "ParameterSets": [ { - "Name": "StopByName", + "Name": "RemoveByName", "Parameters": [ { "ParameterMetadata": { @@ -73429,10 +75828,7 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], + "Name": "PipelineRunId", "Type": { "Namespace": "System", "Name": "System.String", @@ -73504,7 +75900,7 @@ ] }, { - "Name": "StopByObject", + "Name": "RemoveByObject", "Parameters": [ { "ParameterMetadata": { @@ -73512,7 +75908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -73545,10 +75941,7 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "TriggerName" - ], + "Name": "PipelineRunId", "Type": { "Namespace": "System", "Name": "System.String", @@ -73620,22 +76013,30 @@ ] }, { - "Name": "StopByInputObject", + "Name": "RemoveByInputObject", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "InvokedBy": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", + "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", + "Parameters": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "IsLatest": "System.Nullable`1[System.Boolean]", + "RunEnd": "System.Nullable`1[System.DateTimeOffset]", + "RunStart": "System.Nullable`1[System.DateTimeOffset]", + "LastUpdated": "System.Nullable`1[System.DateTimeOffset]", + "DurationInMs": "System.Nullable`1[System.Int32]", "WorkspaceName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String" + "Message": "System.String", + "Status": "System.String", + "PipelineName": "System.String", + "RunGroupId": "System.String", + "RunId": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -73768,13 +76169,13 @@ }, { "VerbName": "Stop", - "NounName": "AzSynapseTriggerRun", - "Name": "Stop-AzSynapseTriggerRun", - "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseTriggerRun", + "NounName": "AzSynapseSparkJob", + "Name": "Stop-AzSynapseSparkJob", + "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseSparkJob", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "StopByName", + "DefaultParameterSetName": "StopSparkJobByIdParameterSet", "OutputTypes": [ { "Type": { @@ -73789,29 +76190,16 @@ ], "Parameters": [ { - "Name": "InputObject", + "Name": "WorkspaceName", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Values": "System.Collections.Generic.IEnumerable`1[System.Object]", - "Keys": "System.Collections.Generic.IEnumerable`1[System.String]", - "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "TriggeredPipelines": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]", - "TriggerRunTimestamp": "System.Nullable`1[System.DateTimeOffset]", - "TriggerRunId": "System.String", - "TriggerName": "System.String", - "TriggerType": "System.String", - "Message": "System.String", - "WorkspaceName": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, { - "Name": "WorkspaceName", + "Name": "SparkPoolName", "Type": { "Namespace": "System", "Name": "System.String", @@ -73820,54 +76208,90 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "WorkspaceObject", + "Name": "SparkPoolObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", "Type": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "Name", + "Name": "SparkJobObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", + "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "Tags": "System.Collections.Hashtable", + "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "Id": "System.Nullable`1[System.Int32]", + "ArtifactId": "System.String", + "Result": "System.String", + "State": "System.String", + "Name": "System.String", + "SubmitterName": "System.String", + "TagsTable": "System.String", + "AppId": "System.String", + "SparkPoolName": "System.String", + "SubmitterId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LivyId", "AliasList": [ - "TriggerName" + "Id" ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false }, { - "Name": "TriggerRunId", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -73903,34 +76327,71 @@ ], "ParameterSets": [ { - "Name": "StopByInputObject", + "Name": "StopSparkJobByIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "WorkspaceName", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Values": "System.Collections.Generic.IEnumerable`1[System.Object]", - "Keys": "System.Collections.Generic.IEnumerable`1[System.String]", - "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "TriggeredPipelines": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]", - "TriggerRunTimestamp": "System.Nullable`1[System.DateTimeOffset]", - "TriggerRunId": "System.String", - "TriggerName": "System.String", - "TriggerType": "System.String", - "Message": "System.String", - "WorkspaceName": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SparkPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LivyId", + "AliasList": [ + "Id" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -73977,34 +76438,62 @@ ] }, { - "Name": "StopByName", + "Name": "StopSparkJobByIdFromParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "SparkPoolObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "ProvisioningState": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", + "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", + "Type": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "LivyId", "AliasList": [ - "TriggerName" + "Id" ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -74014,15 +76503,15 @@ }, { "ParameterMetadata": { - "Name": "TriggerRunId", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -74071,36 +76560,35 @@ ] }, { - "Name": "StopByWorkspaceObject", + "Name": "StopSparkJobByIdFromInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "SparkJobObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", + "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", + "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "Id": "System.Nullable`1[System.Int32]", + "ArtifactId": "System.String", + "Result": "System.String", + "State": "System.String", "Name": "System.String", - "Type": "System.String" + "SubmitterName": "System.String", + "TagsTable": "System.String", + "AppId": "System.String", + "SparkPoolName": "System.String", + "SubmitterId": "System.String", + "WorkspaceName": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -74112,33 +76600,35 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "LivyId", "AliasList": [ - "TriggerName" + "Id" ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "TriggerRunId", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -74189,6 +76679,21 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "PassThru", @@ -74235,76 +76740,20 @@ ] }, { - "VerbName": "Submit", - "NounName": "AzSynapseSparkJob", - "Name": "Submit-AzSynapseSparkJob", - "ClassName": "Microsoft.Azure.Commands.Synapse.SubmitAzureSynapseSparkJob", + "VerbName": "Stop", + "NounName": "AzSynapseSparkSession", + "Name": "Stop-AzSynapseSparkSession", + "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseSparkSession", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "RunSparkJobParameterSetName", + "DefaultParameterSetName": "DeleteByNameParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", - "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Tags": "System.Collections.Hashtable", - "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "Id": "System.Nullable`1[System.Int32]", - "ArtifactId": "System.String", - "Result": "System.String", - "State": "System.String", - "Name": "System.String", - "SubmitterName": "System.String", - "TagsTable": "System.String", - "AppId": "System.String", - "SparkPoolName": "System.String", - "SubmitterId": "System.String", - "WorkspaceName": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "batchJob", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -74330,12 +76779,24 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "LivyId", + "AliasList": [ + "Id" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "SparkPoolObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -74363,108 +76824,56 @@ "Type": "System.String" } }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Language", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "Spark", - "Scala", - "PySpark", - "Python", - "SparkDotNet", - "CSharp" - ], - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "MainDefinitionFile", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "MainClassName", - "AliasList": [ - "MainExecutableFile" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "CommandLineArgument", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ReferenceFile", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecutorCount", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", + "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "Tags": "System.Collections.Hashtable", + "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "Id": "System.Nullable`1[System.Int32]", + "SubmitterId": "System.String", + "ArtifactId": "System.String", + "State": "System.String", + "SparkPoolName": "System.String", + "WorkspaceName": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "AppId": "System.String", + "Language": "System.String", + "SubmitterName": "System.String", + "Result": "System.String" + } }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 80, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecutorSize", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Configuration", + "Name": "AsJob", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -74489,7 +76898,7 @@ ], "ParameterSets": [ { - "Name": "RunSparkJobParameterSetName", + "Name": "DeleteByNameParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -74523,20 +76932,15 @@ }, { "ParameterMetadata": { - "Name": "Language", + "Name": "LivyId", + "AliasList": [ + "Id" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [ - "Spark", - "Scala", - "PySpark", - "Python", - "SparkDotNet", - "CSharp" - ], "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -74546,174 +76950,90 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "MainDefinitionFile", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "MainClassName", + "Name": "DefaultProfile", "AliasList": [ - "MainExecutableFile" + "AzContext", + "AzureRmContext", + "AzureCredential" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "DeleteByParentObjectParameterSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "CommandLineArgument", + "Name": "LivyId", + "AliasList": [ + "Id" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ReferenceFile", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ExecutorCount", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 80, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ExecutorSize", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Configuration", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "RunSparkJobByParentObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "SparkPoolObject", + "Name": "SparkPoolObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", @@ -74741,7 +77061,7 @@ "Type": "System.String" } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -74750,69 +77070,13 @@ }, { "ParameterMetadata": { - "Name": "Language", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "Spark", - "Scala", - "PySpark", - "Python", - "SparkDotNet", - "CSharp" - ], - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MainDefinitionFile", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MainClassName", - "AliasList": [ - "MainExecutableFile" - ], + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -74821,14 +77085,13 @@ }, { "ParameterMetadata": { - "Name": "CommandLineArgument", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -74837,66 +77100,96 @@ }, { "ParameterMetadata": { - "Name": "ReferenceFile", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "DeleteByInputObjectParameterSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "ExecutorCount", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", + "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "Tags": "System.Collections.Hashtable", + "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "Id": "System.Nullable`1[System.Int32]", + "SubmitterId": "System.String", + "ArtifactId": "System.String", + "State": "System.String", + "SparkPoolName": "System.String", + "WorkspaceName": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "AppId": "System.String", + "Language": "System.String", + "SubmitterName": "System.String", + "Result": "System.String" + } }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 80, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ExecutorSize", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Configuration", + "Name": "AsJob", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -74934,6 +77227,36 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -74965,84 +77288,20 @@ ] }, { - "VerbName": "Suspend", - "NounName": "AzSynapseSqlPool", - "Name": "Suspend-AzSynapseSqlPool", - "ClassName": "Microsoft.Azure.Commands.Synapse.SuspendAzureSynapseSqlPool", + "VerbName": "Stop", + "NounName": "AzSynapseSparkStatement", + "Name": "Stop-AzSynapseSparkStatement", + "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseSparkStatement", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "SuspendByNameParameterSet", + "DefaultParameterSetName": "StopSparkStatementByIdParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", - "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", - "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", - "Type": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workspaceName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sqlPool", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -75050,15 +77309,6 @@ } ], "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceName", "Type": { @@ -75069,10 +77319,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], + "Name": "SparkPoolName", "Type": { "Namespace": "System", "Name": "System.String", @@ -75081,77 +77328,63 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "WorkspaceObject", + "Name": "SessionObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", + "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", + "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "Id": "System.Nullable`1[System.Int32]", + "SubmitterId": "System.String", + "ArtifactId": "System.String", + "State": "System.String", + "SparkPoolName": "System.String", + "WorkspaceName": "System.String", "Name": "System.String", - "Type": "System.String" + "TagsTable": "System.String", + "AppId": "System.String", + "Language": "System.String", + "SubmitterName": "System.String", + "Result": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", + "Name": "LivyId", + "AliasList": [ + "Id" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", - "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", - "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "SessionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false }, { - "Name": "PassThru", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -75160,7 +77393,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -75191,11 +77424,11 @@ ], "ParameterSets": [ { - "Name": "SuspendByNameParameterSet", + "Name": "StopSparkStatementByIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -75203,14 +77436,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "SparkPoolName", "Type": { "Namespace": "System", "Name": "System.String", @@ -75225,16 +77458,18 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "LivyId", "AliasList": [ - "SqlPoolName" + "Id" ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -75243,7 +77478,24 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "SessionId", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -75258,7 +77510,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -75300,151 +77552,36 @@ ] }, { - "Name": "SuspendByParentObjectParameterSet", + "Name": "StopSparkStatementByIdFromParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "SessionObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkSession, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", + "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", + "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "Id": "System.Nullable`1[System.Int32]", + "SubmitterId": "System.String", + "ArtifactId": "System.String", + "State": "System.String", + "SparkPoolName": "System.String", + "WorkspaceName": "System.String", "Name": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SuspendByInputObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", - "Location": "System.String", "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", - "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", - "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", - "Type": "System.String" + "AppId": "System.String", + "Language": "System.String", + "SubmitterName": "System.String", + "Result": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -75456,74 +77593,18 @@ }, { "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "LivyId", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "Id" ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SuspendByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -75532,7 +77613,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -75547,7 +77628,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -75593,7 +77674,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -75608,7 +77689,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -75652,20 +77733,20 @@ ] }, { - "VerbName": "Sync", - "NounName": "AzSynapseIntegrationRuntimeCredential", - "Name": "Sync-AzSynapseIntegrationRuntimeCredential", - "ClassName": "Microsoft.Azure.Commands.Synapse.SyncAzureSynapseIntegrationRuntimeCredential", + "VerbName": "Stop", + "NounName": "AzSynapseTrigger", + "Name": "Stop-AzSynapseTrigger", + "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseTrigger", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "StopByNameParameterSet", + "DefaultParameterSetName": "StopByName", "OutputTypes": [ { "Type": { "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -75673,15 +77754,6 @@ } ], "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceName", "Type": { @@ -75691,21 +77763,12 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "IntegrationRuntimeName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -75732,7 +77795,10 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -75744,21 +77810,30 @@ "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", "Name": "System.String", "Type": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "Description": "System.String", - "Id": "System.String" + "Etag": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -75789,11 +77864,11 @@ ], "ParameterSets": [ { - "Name": "StopByNameParameterSet", + "Name": "StopByName", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -75801,14 +77876,17 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -75823,22 +77901,22 @@ }, { "ParameterMetadata": { - "Name": "IntegrationRuntimeName", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -75880,30 +77958,15 @@ ] }, { - "Name": "StopByParentObjectParameterSet", + "Name": "StopByObject", "Parameters": [ - { - "ParameterMetadata": { - "Name": "IntegrationRuntimeName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -75936,37 +77999,29 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "PassThru", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -75974,30 +78029,10 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "StopByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -76039,22 +78074,22 @@ ] }, { - "Name": "StopByInputObjectParameterSet", + "Name": "StopByInputObject", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerResource, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "Properties": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "WorkspaceName": "System.String", + "Id": "System.String", "Name": "System.String", "Type": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "Description": "System.String", - "Id": "System.String" + "Etag": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -76066,7 +78101,22 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -76112,7 +78162,22 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -76156,14 +78221,14 @@ ] }, { - "VerbName": "Test", - "NounName": "AzSynapseSparkPool", - "Name": "Test-AzSynapseSparkPool", - "ClassName": "Microsoft.Azure.Commands.Synapse.TestAzureSynapseSparkPool", - "SupportsShouldProcess": false, + "VerbName": "Stop", + "NounName": "AzSynapseTriggerRun", + "Name": "Stop-AzSynapseTriggerRun", + "ClassName": "Microsoft.Azure.Commands.Synapse.StopAzureSynapseTriggerRun", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "TestByNameParameterSet", + "DefaultParameterSetName": "StopByName", "OutputTypes": [ { "Type": { @@ -76178,11 +78243,23 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", + "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "TriggeredPipelines": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]", + "TriggerRunTimestamp": "System.Nullable`1[System.DateTimeOffset]", + "TriggerRunId": "System.String", + "TriggerName": "System.String", + "TriggerType": "System.String", + "Message": "System.String", + "WorkspaceName": "System.String" + } }, "ValidateNotNullOrEmpty": true }, @@ -76195,21 +78272,12 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -76235,6 +78303,36 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "Name", + "AliasList": [ + "TriggerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TriggerRunId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -76258,49 +78356,46 @@ ], "ParameterSets": [ { - "Name": "TestByNameParameterSet", + "Name": "StopByInputObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", + "Properties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "TriggeredPipelines": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Status": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]", + "TriggerRunTimestamp": "System.Nullable`1[System.DateTimeOffset]", + "TriggerRunId": "System.String", + "TriggerName": "System.String", + "TriggerType": "System.String", + "Message": "System.String", + "WorkspaceName": "System.String" + } }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -76334,11 +78429,11 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "StopByName", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -76351,6 +78446,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TriggerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TriggerRunId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -76380,7 +78523,7 @@ ] }, { - "Name": "TestByParentObjectParameterSet", + "Name": "StopByWorkspaceObject", "Parameters": [ { "ParameterMetadata": { @@ -76388,7 +78531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -76422,18 +78565,97 @@ { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "TriggerName" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TriggerRunId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -76465,20 +78687,76 @@ ] }, { - "VerbName": "Test", - "NounName": "AzSynapseSqlDatabase", - "Name": "Test-AzSynapseSqlDatabase", - "ClassName": "Microsoft.Azure.Commands.Synapse.TestAzureSynapseSqlDatabase", - "SupportsShouldProcess": false, + "VerbName": "Submit", + "NounName": "AzSynapseSparkJob", + "Name": "Submit-AzSynapseSparkJob", + "ClassName": "Microsoft.Azure.Commands.Synapse.SubmitAzureSynapseSparkJob", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "TestByNameParameterSet", + "DefaultParameterSetName": "RunSparkJobParameterSetName", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", + "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "Tags": "System.Collections.Hashtable", + "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "Id": "System.Nullable`1[System.Int32]", + "ArtifactId": "System.String", + "Result": "System.String", + "State": "System.String", + "Name": "System.String", + "SubmitterName": "System.String", + "TagsTable": "System.String", + "AppId": "System.String", + "SparkPoolName": "System.String", + "SubmitterId": "System.String", + "WorkspaceName": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "batchJob", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -76486,15 +78764,6 @@ } ], "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceName", "Type": { @@ -76505,7 +78774,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", + "Name": "SparkPoolName", "Type": { "Namespace": "System", "Name": "System.String", @@ -76514,35 +78783,140 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "WorkspaceObject", + "Name": "SparkPoolObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", "Type": "System.String" } }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Language", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateSet": [ + "Spark", + "Scala", + "PySpark", + "Python", + "SparkDotNet", + "CSharp" + ], + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "MainDefinitionFile", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "MainClassName", + "AliasList": [ + "MainExecutableFile" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "CommandLineArgument", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ReferenceFile", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ExecutorCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 80, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ExecutorSize", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Configuration", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -76567,11 +78941,11 @@ ], "ParameterSets": [ { - "Name": "TestByNameParameterSet", + "Name": "RunSparkJobParameterSetName", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -76579,14 +78953,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "SparkPoolName", "Type": { "Namespace": "System", "Name": "System.String", @@ -76601,12 +78975,20 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "Language", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Spark", + "Scala", + "PySpark", + "Python", + "SparkDotNet", + "CSharp" + ], "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -76616,38 +78998,22 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "Name", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "Name", + "Name": "MainDefinitionFile", "Type": { "Namespace": "System", "Name": "System.String", @@ -76662,80 +79028,84 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "MainClassName", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "MainExecutableFile" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "TestByParentObjectParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "CommandLineArgument", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "ReferenceFile", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExecutorCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 80, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExecutorSize", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -76743,6 +79113,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Configuration", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -76770,149 +79155,67 @@ "ValueFromPipelineByPropertyName": false } ] - } - ] - }, - { - "VerbName": "Test", - "NounName": "AzSynapseSqlPool", - "Name": "Test-AzSynapseSqlPool", - "ClassName": "Microsoft.Azure.Commands.Synapse.TestAzureSynapseSqlPool", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "TestByNameParameterSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Version", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WorkspaceObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "TestByNameParameterSet", + "Name": "RunSparkJobByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "SparkPoolObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "ProvisioningState": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", + "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", + "Type": "System.String" + } }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "Language", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Spark", + "Scala", + "PySpark", + "Python", + "SparkDotNet", + "CSharp" + ], "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -76923,9 +79226,6 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -76940,55 +79240,24 @@ }, { "ParameterMetadata": { - "Name": "Version", + "Name": "MainDefinitionFile", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", + "Name": "MainClassName", "AliasList": [ - "SqlPoolName" + "MainExecutableFile" ], "Type": { "Namespace": "System", @@ -76997,18 +79266,19 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Version", + "Name": "CommandLineArgument", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": true }, @@ -77019,83 +79289,50 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "ReferenceFile", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "TestByParentObjectParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "ExecutorCount", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": 0, + "ValidateRangeMax": 80, + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], + "Name": "ExecutorSize", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -77105,11 +79342,11 @@ }, { "ParameterMetadata": { - "Name": "Version", + "Name": "Configuration", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -77145,104 +79382,10 @@ "ValueFromPipelineByPropertyName": false } ] - } - ] - }, - { - "VerbName": "Test", - "NounName": "AzSynapseWorkspace", - "Name": "Test-AzSynapseWorkspace", - "ClassName": "Microsoft.Azure.Commands.Synapse.TestAzureSynapseWorkspace", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -77274,24 +79417,40 @@ ] }, { - "VerbName": "Update", - "NounName": "AzSynapseFirewallRule", - "Name": "Update-AzSynapseFirewallRule", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseFirewallRules", + "VerbName": "Suspend", + "NounName": "AzSynapseSqlPool", + "Name": "Suspend-AzSynapseSqlPool", + "ClassName": "Microsoft.Azure.Commands.Synapse.SuspendAzureSynapseSqlPool", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "UpdateByNameParameterSet", + "DefaultParameterSetName": "SuspendByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "EndIpAddress": "System.String", + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", "ProvisioningState": "System.String", - "StartIpAddress": "System.String" + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" }, "Methods": [ { @@ -77322,7 +79481,15 @@ "Name": "", "Parameters": [ { - "Name": "ipFirewallRuleInfo", + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workspaceName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sqlPool", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -77353,12 +79520,24 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -77385,19 +79564,37 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "FirewallRuleName" - ], + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "StartIpAddress", + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -77406,13 +79603,13 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "EndIpAddress", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "AsJob", @@ -77446,7 +79643,7 @@ ], "ParameterSets": [ { - "Name": "UpdateByNameParameterSet", + "Name": "SuspendByNameParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -77482,7 +79679,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "FirewallRuleName" + "SqlPoolName" ], "Type": { "Namespace": "System", @@ -77498,28 +79695,13 @@ }, { "ParameterMetadata": { - "Name": "StartIpAddress", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EndIpAddress", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -77570,15 +79752,33 @@ ] }, { - "Name": "UpdateByParentObjectParameterSet", + "Name": "SuspendByParentObjectParameterSet", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -77611,31 +79811,125 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", "AliasList": [ - "FirewallRuleName" + "AzContext", + "AzureRmContext", + "AzureCredential" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SuspendByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "StartIpAddress", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -77644,7 +79938,38 @@ }, { "ParameterMetadata": { - "Name": "EndIpAddress", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SuspendByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -77652,6 +79977,21 @@ }, "ValidateNotNullOrEmpty": true }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -77703,6 +80043,21 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -77749,96 +80104,20 @@ ] }, { - "VerbName": "Update", - "NounName": "AzSynapseIntegrationRuntime", - "Name": "Update-AzSynapseIntegrationRuntime", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseIntegrationRuntime", + "VerbName": "Sync", + "NounName": "AzSynapseIntegrationRuntimeCredential", + "Name": "Sync-AzSynapseIntegrationRuntimeCredential", + "ClassName": "Microsoft.Azure.Commands.Synapse.SyncAzureSynapseIntegrationRuntimeCredential", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "UpdateByNameParameterSet", + "DefaultParameterSetName": "StopByNameParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime]", - "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode]", - "ServiceUrls": "System.Collections.Generic.IList`1[System.String]", - "CreateTime": "System.Nullable`1[System.DateTime]", - "ScheduledUpdateDate": "System.Nullable`1[System.DateTime]", - "AutoUpdateETA": "System.Nullable`1[System.DateTime]", - "UpdateDelayOffset": "System.Nullable`1[System.TimeSpan]", - "LocalTimeZoneOffset": "System.Nullable`1[System.TimeSpan]", - "WorkspaceName": "System.String", - "ResourceGroupName": "System.String", - "Type": "System.String", - "Name": "System.String", - "VersionStatus": "System.String", - "TaskQueueId": "System.String", - "State": "System.String", - "LatestVersion": "System.String", - "Description": "System.String", - "InternalChannelEncryption": "System.String", - "AutoUpdate": "System.String", - "Version": "System.String", - "PushedVersion": "System.String", - "Id": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "integrationRuntime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "status", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workspaceName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "deserializerSettings", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -77878,7 +80157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -77918,7 +80197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -77931,27 +80210,11 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AutoUpdate", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "On", - "Off" - ], - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AutoUpdateDelayOffset", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.TimeSpan" - ] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -77978,7 +80241,7 @@ ], "ParameterSets": [ { - "Name": "UpdateByNameParameterSet", + "Name": "StopByNameParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -78027,33 +80290,11 @@ }, { "ParameterMetadata": { - "Name": "AutoUpdate", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "On", - "Off" - ], - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoUpdateDelayOffset", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.TimeSpan" - ] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -78091,7 +80332,7 @@ ] }, { - "Name": "UpdateByParentObjectParameterSet", + "Name": "StopByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -78114,7 +80355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -78147,33 +80388,11 @@ }, { "ParameterMetadata": { - "Name": "AutoUpdate", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "On", - "Off" - ], - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoUpdateDelayOffset", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.TimeSpan" - ] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -78211,7 +80430,7 @@ ] }, { - "Name": "UpdateByResourceIdParameterSet", + "Name": "StopByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -78230,33 +80449,11 @@ }, { "ParameterMetadata": { - "Name": "AutoUpdate", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "On", - "Off" - ], - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoUpdateDelayOffset", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.TimeSpan" - ] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -78294,7 +80491,7 @@ ] }, { - "Name": "UpdateByInputObjectParameterSet", + "Name": "StopByInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -78302,7 +80499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -78321,33 +80518,11 @@ }, { "ParameterMetadata": { - "Name": "AutoUpdate", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "On", - "Off" - ], - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoUpdateDelayOffset", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.TimeSpan" - ] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -78389,33 +80564,11 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "AutoUpdate", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "On", - "Off" - ], - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoUpdateDelayOffset", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.TimeSpan" - ] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -78455,96 +80608,20 @@ ] }, { - "VerbName": "Update", - "NounName": "AzSynapseIntegrationRuntimeNode", - "Name": "Update-AzSynapseIntegrationRuntimeNode", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseIntegrationRuntimeNode", - "SupportsShouldProcess": true, + "VerbName": "Test", + "NounName": "AzSynapseSparkPool", + "Name": "Test-AzSynapseSparkPool", + "ClassName": "Microsoft.Azure.Commands.Synapse.TestAzureSynapseSparkPool", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "UpdateByNameParameterSet", + "DefaultParameterSetName": "TestByNameParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime]", - "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode]", - "ServiceUrls": "System.Collections.Generic.IList`1[System.String]", - "CreateTime": "System.Nullable`1[System.DateTime]", - "ScheduledUpdateDate": "System.Nullable`1[System.DateTime]", - "AutoUpdateETA": "System.Nullable`1[System.DateTime]", - "UpdateDelayOffset": "System.Nullable`1[System.TimeSpan]", - "LocalTimeZoneOffset": "System.Nullable`1[System.TimeSpan]", - "WorkspaceName": "System.String", - "ResourceGroupName": "System.String", - "Type": "System.String", - "Name": "System.String", - "VersionStatus": "System.String", - "TaskQueueId": "System.String", - "State": "System.String", - "LatestVersion": "System.String", - "Description": "System.String", - "InternalChannelEncryption": "System.String", - "AutoUpdate": "System.String", - "Version": "System.String", - "PushedVersion": "System.String", - "Id": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "integrationRuntime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "status", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workspaceName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "deserializerSettings", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -78571,7 +80648,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IntegrationRuntimeName", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -78584,7 +80661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -78610,50 +80687,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Type": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "Description": "System.String", - "Id": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ConcurrentJobsLimit", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -78677,7 +80710,7 @@ ], "ParameterSets": [ { - "Name": "UpdateByNameParameterSet", + "Name": "TestByNameParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -78711,7 +80744,7 @@ }, { "ParameterMetadata": { - "Name": "IntegrationRuntimeName", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -78726,28 +80759,44 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "ConcurrentJobsLimit", + "Name": "Name", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -78783,30 +80832,15 @@ ] }, { - "Name": "UpdateByParentObjectParameterSet", + "Name": "TestByParentObjectParameterSet", "Parameters": [ - { - "ParameterMetadata": { - "Name": "IntegrationRuntimeName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -78852,21 +80886,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ConcurrentJobsLimit", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -78894,13 +80913,117 @@ "ValueFromPipelineByPropertyName": false } ] + } + ] + }, + { + "VerbName": "Test", + "NounName": "AzSynapseSqlDatabase", + "Name": "Test-AzSynapseSqlDatabase", + "ClassName": "Microsoft.Azure.Commands.Synapse.TestAzureSynapseSqlDatabase", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "TestByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, { - "Name": "UpdateByResourceIdParameterSet", + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "TestByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -78908,14 +81031,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "WorkspaceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -78930,13 +81053,13 @@ }, { "ParameterMetadata": { - "Name": "ConcurrentJobsLimit", + "Name": "Name", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -78972,31 +81095,8 @@ ] }, { - "Name": "UpdateByInputObjectParameterSet", + "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Type": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "Description": "System.String", - "Id": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", @@ -79012,21 +81112,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ConcurrentJobsLimit", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -79056,32 +81141,54 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "TestByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "WorkspaceObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ConcurrentJobsLimit", + "Name": "Name", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -79119,90 +81226,72 @@ ] }, { - "VerbName": "Update", - "NounName": "AzSynapseManagedVirtualNetworkConfig", - "Name": "Update-AzSynapseManagedVirtualNetworkConfig", - "ClassName": "Microsoft.Azure.Commands.Synapse.Commands.UpdateAzureSynapseManagedVirtualNetworkConfig", + "VerbName": "Test", + "NounName": "AzSynapseSqlPool", + "Name": "Test-AzSynapseSqlPool", + "ClassName": "Microsoft.Azure.Commands.Synapse.TestAzureSynapseSqlPool", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "TestByNameParameterSet", "OutputTypes": [ { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Version", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "workspace", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "WorkspaceObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -79228,25 +81317,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "PreventDataExfiltration", - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AllowedAadTenantIdsForLinking", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -79269,8 +81339,166 @@ } ], "ParameterSets": [ + { + "Name": "TestByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Version", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, { "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Version", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "TestByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -79278,7 +81506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -79311,27 +81539,55 @@ }, { "ParameterMetadata": { - "Name": "PreventDataExfiltration", + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AllowedAadTenantIdsForLinking", + "Name": "Version", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, "ValidateNotNullOrEmpty": false }, @@ -79339,6 +81595,105 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Test", + "NounName": "AzSynapseWorkspace", + "Name": "Test-AzSynapseWorkspace", + "ClassName": "Microsoft.Azure.Commands.Synapse.TestAzureSynapseWorkspace", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -79372,44 +81727,23 @@ }, { "VerbName": "Update", - "NounName": "AzSynapseSparkPool", - "Name": "Update-AzSynapseSparkPool", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSparkPool", + "NounName": "AzSynapseFirewallRule", + "Name": "Update-AzSynapseFirewallRule", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseFirewallRules", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "SetByNameParameterSet", + "DefaultParameterSetName": "UpdateByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseIpFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", - "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", + "EndIpAddress": "System.String", "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", - "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", - "Type": "System.String" + "StartIpAddress": "System.String" }, "Methods": [ { @@ -79440,7 +81774,7 @@ "Name": "", "Parameters": [ { - "Name": "sparkPool", + "Name": "ipFirewallRuleInfo", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -79471,24 +81805,12 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "Name", - "AliasList": [ - "SparkPoolName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -79515,42 +81837,19 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", + "Name": "Name", + "AliasList": [ + "FirewallRuleName" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", - "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", - "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "StartIpAddress", "Type": { "Namespace": "System", "Name": "System.String", @@ -79559,180 +81858,47 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Tag", + "Name": "EndIpAddress", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "EnableAutoScale", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, { - "Name": "AutoScaleMinNodeCount", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AutoScaleMaxNodeCount", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EnableAutoPause", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AutoPauseDelayInMinute", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 5, - "ValidateRangeMax": 10080, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "NodeCount", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NodeSize", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SparkVersion", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "LibraryRequirementsFilePath", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SparkConfigFilePath", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PackageAction", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Package", - "AliasList": [ - "WorkspacePackage" - ], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" - ] - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "SetByNameParameterSet", + "Name": "UpdateByNameParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -79768,7 +81934,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "SparkPoolName" + "FirewallRuleName" ], "Type": { "Namespace": "System", @@ -79784,146 +81950,7 @@ }, { "ParameterMetadata": { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableAutoScale", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoScaleMinNodeCount", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoScaleMaxNodeCount", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableAutoPause", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoPauseDelayInMinute", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 5, - "ValidateRangeMax": 10080, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NodeCount", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NodeSize", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SparkVersion", + "Name": "StartIpAddress", "Type": { "Namespace": "System", "Name": "System.String", @@ -79938,63 +81965,12 @@ }, { "ParameterMetadata": { - "Name": "LibraryRequirementsFilePath", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SparkConfigFilePath", + "Name": "EndIpAddress", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PackageAction", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Package", - "AliasList": [ - "WorkspacePackage" - ], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" - ] - }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -80046,33 +82022,15 @@ ] }, { - "Name": "SetByParentObjectParameterSet", + "Name": "UpdateByParentObjectParameterSet", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SparkPoolName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -80105,83 +82063,31 @@ }, { "ParameterMetadata": { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableAutoScale", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoScaleMinNodeCount", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AutoScaleMaxNodeCount", + "Name": "Name", + "AliasList": [ + "FirewallRuleName" + ], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EnableAutoPause", + "Name": "StartIpAddress", "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -80190,14 +82096,12 @@ }, { "ParameterMetadata": { - "Name": "AutoPauseDelayInMinute", + "Name": "EndIpAddress", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 5, - "ValidateRangeMax": 10080, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -80207,14 +82111,12 @@ }, { "ParameterMetadata": { - "Name": "NodeCount", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -80224,33 +82126,44 @@ }, { "ParameterMetadata": { - "Name": "NodeSize", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "SparkVersion", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -80259,11 +82172,22 @@ }, { "ParameterMetadata": { - "Name": "LibraryRequirementsFilePath", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, "ValidateNotNullOrEmpty": false }, @@ -80271,16 +82195,252 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SparkConfigFilePath", - "Type": { - "Namespace": "System", - "Name": "System.String", + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzSynapseIntegrationRuntime", + "Name": "Update-AzSynapseIntegrationRuntime", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseIntegrationRuntime", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime]", + "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode]", + "ServiceUrls": "System.Collections.Generic.IList`1[System.String]", + "CreateTime": "System.Nullable`1[System.DateTime]", + "ScheduledUpdateDate": "System.Nullable`1[System.DateTime]", + "AutoUpdateETA": "System.Nullable`1[System.DateTime]", + "UpdateDelayOffset": "System.Nullable`1[System.TimeSpan]", + "LocalTimeZoneOffset": "System.Nullable`1[System.TimeSpan]", + "WorkspaceName": "System.String", + "ResourceGroupName": "System.String", + "Type": "System.String", + "Name": "System.String", + "VersionStatus": "System.String", + "TaskQueueId": "System.String", + "State": "System.String", + "LatestVersion": "System.String", + "Description": "System.String", + "InternalChannelEncryption": "System.String", + "AutoUpdate": "System.String", + "Version": "System.String", + "PushedVersion": "System.String", + "Id": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "integrationRuntime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "status", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workspaceName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deserializerSettings", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IntegrationRuntimeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "Description": "System.String", + "Id": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AutoUpdate", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateSet": [ + "On", + "Off" + ], + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AutoUpdateDelayOffset", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.TimeSpan" + ] + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -80289,33 +82449,46 @@ }, { "ParameterMetadata": { - "Name": "PackageAction", + "Name": "WorkspaceName", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Package", - "AliasList": [ - "WorkspacePackage" - ], + "Name": "IntegrationRuntimeName", "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" - ] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AutoUpdate", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "On", + "Off" + ], "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -80325,11 +82498,14 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "AutoUpdateDelayOffset", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Nullable`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.TimeSpan" + ] }, "ValidateNotNullOrEmpty": false }, @@ -80367,39 +82543,50 @@ ] }, { - "Name": "SetByInputObjectParameterSet", + "Name": "UpdateByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "IntegrationRuntimeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", - "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", "Type": "System.String" } }, @@ -80412,13 +82599,17 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "AutoUpdate", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateSet": [ + "On", + "Off" + ], + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -80427,13 +82618,13 @@ }, { "ParameterMetadata": { - "Name": "EnableAutoScale", + "Name": "AutoUpdateDelayOffset", "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.Boolean" + "System.TimeSpan" ] }, "ValidateNotNullOrEmpty": false @@ -80445,50 +82636,63 @@ }, { "ParameterMetadata": { - "Name": "AutoScaleMinNodeCount", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "UpdateByResourceIdParameterSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "AutoScaleMaxNodeCount", + "Name": "ResourceId", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EnableAutoPause", + "Name": "AutoUpdate", "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateSet": [ + "On", + "Off" + ], + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -80497,15 +82701,16 @@ }, { "ParameterMetadata": { - "Name": "AutoPauseDelayInMinute", + "Name": "AutoUpdateDelayOffset", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Nullable`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.TimeSpan" + ] }, - "ValidateRangeMin": 5, - "ValidateRangeMax": 10080, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -80514,49 +82719,70 @@ }, { "ParameterMetadata": { - "Name": "NodeCount", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "UpdateByInputObjectParameterSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "NodeSize", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "Description": "System.String", + "Id": "System.String" + } }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SparkVersion", + "Name": "AutoUpdate", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "On", + "Off" + ], "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -80566,11 +82792,14 @@ }, { "ParameterMetadata": { - "Name": "LibraryRequirementsFilePath", + "Name": "AutoUpdateDelayOffset", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Nullable`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.TimeSpan" + ] }, "ValidateNotNullOrEmpty": false }, @@ -80581,11 +82810,22 @@ }, { "ParameterMetadata": { - "Name": "SparkConfigFilePath", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, "ValidateNotNullOrEmpty": false }, @@ -80593,36 +82833,24 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "PackageAction", + "Name": "AutoUpdate", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Package", - "AliasList": [ - "WorkspacePackage" + "ValidateSet": [ + "On", + "Off" ], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" - ] - }, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -80632,11 +82860,14 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "AutoUpdateDelayOffset", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Nullable`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.TimeSpan" + ] }, "ValidateNotNullOrEmpty": false }, @@ -80672,13 +82903,237 @@ "ValueFromPipelineByPropertyName": false } ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzSynapseIntegrationRuntimeNode", + "Name": "Update-AzSynapseIntegrationRuntimeNode", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseIntegrationRuntimeNode", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime]", + "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode]", + "ServiceUrls": "System.Collections.Generic.IList`1[System.String]", + "CreateTime": "System.Nullable`1[System.DateTime]", + "ScheduledUpdateDate": "System.Nullable`1[System.DateTime]", + "AutoUpdateETA": "System.Nullable`1[System.DateTime]", + "UpdateDelayOffset": "System.Nullable`1[System.TimeSpan]", + "LocalTimeZoneOffset": "System.Nullable`1[System.TimeSpan]", + "WorkspaceName": "System.String", + "ResourceGroupName": "System.String", + "Type": "System.String", + "Name": "System.String", + "VersionStatus": "System.String", + "TaskQueueId": "System.String", + "State": "System.String", + "LatestVersion": "System.String", + "Description": "System.String", + "InternalChannelEncryption": "System.String", + "AutoUpdate": "System.String", + "Version": "System.String", + "PushedVersion": "System.String", + "Id": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "integrationRuntime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "status", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workspaceName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deserializerSettings", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, { - "Name": "SetByResourceIdParameterSet", + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IntegrationRuntimeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "Description": "System.String", + "Id": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ConcurrentJobsLimit", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -80686,88 +83141,89 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "WorkspaceName", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EnableAutoScale", + "Name": "IntegrationRuntimeName", "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AutoScaleMinNodeCount", + "Name": "Name", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AutoScaleMaxNodeCount", + "Name": "ConcurrentJobsLimit", "Type": { "Namespace": "System", "Name": "System.Int32", "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EnableAutoPause", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, "ValidateNotNullOrEmpty": false }, @@ -80775,83 +83231,112 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "UpdateByParentObjectParameterSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "AutoPauseDelayInMinute", + "Name": "IntegrationRuntimeName", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 5, - "ValidateRangeMax": 10080, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NodeCount", + "Name": "WorkspaceObject", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NodeSize", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SparkVersion", + "Name": "ConcurrentJobsLimit", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "LibraryRequirementsFilePath", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, "ValidateNotNullOrEmpty": false }, @@ -80859,69 +83344,53 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "UpdateByResourceIdParameterSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "SparkConfigFilePath", + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PackageAction", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Package", - "AliasList": [ - "WorkspacePackage" - ], + "Name": "Name", "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" - ] + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "ConcurrentJobsLimit", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -80955,85 +83424,79 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "UpdateByInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Tag", + "Name": "InputObject", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "Description": "System.String", + "Id": "System.String" + } }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableAutoScale", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AutoScaleMinNodeCount", + "Name": "Name", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AutoScaleMaxNodeCount", + "Name": "ConcurrentJobsLimit", "Type": { "Namespace": "System", "Name": "System.Int32", "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EnableAutoPause", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, "ValidateNotNullOrEmpty": false }, @@ -81041,136 +83504,272 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "AutoPauseDelayInMinute", + "Name": "Name", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 5, - "ValidateRangeMax": 10080, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NodeCount", + "Name": "ConcurrentJobsLimit", "Type": { "Namespace": "System", "Name": "System.Int32", "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 3, - "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NodeSize", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateSet": [ - "Small", - "Medium", - "Large" - ], "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzSynapseManagedVirtualNetworkConfig", + "Name": "Update-AzSynapseManagedVirtualNetworkConfig", + "ClassName": "Microsoft.Azure.Commands.Synapse.Commands.UpdateAzureSynapseManagedVirtualNetworkConfig", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" }, - { - "ParameterMetadata": { - "Name": "SparkVersion", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "LibraryRequirementsFilePath", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false + { + "Name": "ToString", + "ReturnType": "System.String" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SparkConfigFilePath", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "workspace", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PreventDataExfiltration", + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AllowedAadTenantIdsForLinking", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "PackageAction", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Package", - "AliasList": [ - "WorkspacePackage" - ], + "Name": "PreventDataExfiltration", "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" - ] + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -81179,11 +83778,12 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "AllowedAadTenantIdsForLinking", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -81224,28 +83824,44 @@ }, { "VerbName": "Update", - "NounName": "AzSynapseSqlAdvancedThreatProtectionSetting", - "Name": "Update-AzSynapseSqlAdvancedThreatProtectionSetting", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlAdvancedThreatProtectionSetting", + "NounName": "AzSynapseSparkPool", + "Name": "Update-AzSynapseSparkPool", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSparkPool", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "UpdateByNameParameterSet", + "DefaultParameterSetName": "SetByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ThreatDetectionState": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", - "EmailAdmins": "System.Boolean", - "RetentionInDays": "System.Nullable`1[System.UInt32]", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "NotificationRecipientsEmails": "System.String", - "StorageAccountName": "System.String", - "ExcludedDetectionTypes": "System.String[]" + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "ProvisioningState": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", + "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", + "Type": "System.String" }, "Methods": [ { @@ -81276,21 +83892,10 @@ "Name": "", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workspaceName", + "Name": "sparkPool", "Type": "System.Reflection.RuntimeParameterInfo" } ] - }, - { - "Name": "" } ] }, @@ -81319,11 +83924,23 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "Name", + "AliasList": [ + "SparkPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -81349,6 +83966,41 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "ProvisioningState": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", + "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "ResourceId", "Type": { @@ -81359,22 +84011,16 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "NotificationRecipientsEmail", - "AliasList": [ - "NotificationRecipientsEmails" - ], + "Name": "Tag", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "EnableAutoScale", "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", @@ -81383,45 +84029,135 @@ "System.Boolean" ] }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "ExcludedDetectionType", + "Name": "AutoScaleMinNodeCount", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, { - "Name": "StorageAccountName", + "Name": "AutoScaleMaxNodeCount", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, + "ValidateNotNullOrEmpty": false }, { - "Name": "RetentionInDays", + "Name": "EnableAutoPause", "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.UInt32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.UInt32" + "System.Boolean" ] }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "AutoPauseDelayInMinute", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 5, + "ValidateRangeMax": 10080, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "NodeCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NodeSize", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SparkVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "LibraryRequirementsFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SparkConfigFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PackageAction", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Package", + "AliasList": [ + "WorkspacePackage" + ], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" + ] + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -81448,7 +84184,7 @@ ], "ParameterSets": [ { - "Name": "UpdateByNameParameterSet", + "Name": "SetByNameParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -81482,15 +84218,30 @@ }, { "ParameterMetadata": { - "Name": "NotificationRecipientsEmail", + "Name": "Name", "AliasList": [ - "NotificationRecipientsEmails" + "SparkPoolName" ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -81500,10 +84251,7 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "EnableAutoScale", "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", @@ -81512,7 +84260,7 @@ "System.Boolean" ] }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -81521,13 +84269,14 @@ }, { "ParameterMetadata": { - "Name": "ExcludedDetectionType", + "Name": "AutoScaleMinNodeCount", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -81537,13 +84286,15 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountName", + "Name": "AutoScaleMaxNodeCount", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -81552,16 +84303,16 @@ }, { "ParameterMetadata": { - "Name": "RetentionInDays", + "Name": "EnableAutoPause", "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.UInt32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.UInt32" + "System.Boolean" ] }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -81570,13 +84321,15 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "AutoPauseDelayInMinute", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": 5, + "ValidateRangeMax": 10080, + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -81585,84 +84338,50 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "NodeCount", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UpdateByInputObjectParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "InputObject", + "Name": "NodeSize", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NotificationRecipientsEmail", - "AliasList": [ - "NotificationRecipientsEmails" - ], + "Name": "SparkVersion", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -81671,19 +84390,13 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "LibraryRequirementsFilePath", "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -81692,12 +84405,11 @@ }, { "ParameterMetadata": { - "Name": "ExcludedDetectionType", + "Name": "SparkConfigFilePath", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -81708,13 +84420,13 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountName", + "Name": "PackageAction", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -81723,13 +84435,16 @@ }, { "ParameterMetadata": { - "Name": "RetentionInDays", + "Name": "Package", + "AliasList": [ + "WorkspacePackage" + ], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.UInt32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.UInt32" + "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" ] }, "ValidateNotNullOrEmpty": true @@ -81783,11 +84498,14 @@ ] }, { - "Name": "UpdateByResourceIdParameterSet", + "Name": "SetByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Name", + "AliasList": [ + "SparkPoolName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -81802,14 +84520,48 @@ }, { "ParameterMetadata": { - "Name": "NotificationRecipientsEmail", - "AliasList": [ - "NotificationRecipientsEmails" - ], + "Name": "WorkspaceObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -81820,10 +84572,7 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "EnableAutoScale", "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", @@ -81832,7 +84581,7 @@ "System.Boolean" ] }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -81841,13 +84590,14 @@ }, { "ParameterMetadata": { - "Name": "ExcludedDetectionType", + "Name": "AutoScaleMinNodeCount", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -81857,13 +84607,15 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountName", + "Name": "AutoScaleMaxNodeCount", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -81872,16 +84624,16 @@ }, { "ParameterMetadata": { - "Name": "RetentionInDays", + "Name": "EnableAutoPause", "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.UInt32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.UInt32" + "System.Boolean" ] }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -81890,13 +84642,15 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "AutoPauseDelayInMinute", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": 5, + "ValidateRangeMax": 10080, + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -81905,46 +84659,34 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "NodeCount", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "NotificationRecipientsEmail", - "AliasList": [ - "NotificationRecipientsEmails" - ], + "Name": "NodeSize", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -81954,17 +84696,11 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "SparkVersion", "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -81975,12 +84711,11 @@ }, { "ParameterMetadata": { - "Name": "ExcludedDetectionType", + "Name": "LibraryRequirementsFilePath", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -81991,13 +84726,13 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountName", + "Name": "SparkConfigFilePath", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -82006,13 +84741,31 @@ }, { "ParameterMetadata": { - "Name": "RetentionInDays", + "Name": "PackageAction", "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.UInt32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Package", + "AliasList": [ + "WorkspacePackage" + ], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.UInt32" + "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" ] }, "ValidateNotNullOrEmpty": true @@ -82064,261 +84817,49 @@ "ValueFromPipelineByPropertyName": false } ] - } - ] - }, - { - "VerbName": "Update", - "NounName": "AzSynapseSqlDatabase", - "Name": "Update-AzSynapseSqlDatabase", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlDatabase", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "UpdateByNameParameterSet", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", - "Tags": "System.Collections.Hashtable", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "Collation": "System.String", - "StorageRedundancy": "System.String", - "TagsTable": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "sqlDatabase", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WorkspaceObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", - "Tags": "System.Collections.Hashtable", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "Collation": "System.String", - "StorageRedundancy": "System.String", - "TagsTable": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "UpdateByNameParameterSet", + "Name": "SetByInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "ProvisioningState": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", + "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", + "Type": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -82338,11 +84879,14 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "EnableAutoScale", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, "ValidateNotNullOrEmpty": false }, @@ -82353,12 +84897,14 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "AutoScaleMinNodeCount", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82368,95 +84914,66 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "AutoScaleMaxNodeCount", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UpdateByParentObjectParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "Name", + "Name": "EnableAutoPause", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "AutoPauseDelayInMinute", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": 5, + "ValidateRangeMax": 10080, + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "NodeCount", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82466,12 +84983,17 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "NodeSize", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82481,13 +85003,13 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "SparkVersion", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -82496,22 +85018,11 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "LibraryRequirementsFilePath", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -82519,46 +85030,29 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UpdateByInputObjectParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "InputObject", + "Name": "SparkConfigFilePath", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", - "Tags": "System.Collections.Hashtable", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "Collation": "System.String", - "StorageRedundancy": "System.String", - "TagsTable": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "PackageAction", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -82569,13 +85063,19 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Package", + "AliasList": [ + "WorkspacePackage" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" + ] }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -82626,7 +85126,7 @@ ] }, { - "Name": "UpdateByResourceIdParameterSet", + "Name": "SetByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -82660,11 +85160,14 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "EnableAutoScale", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, "ValidateNotNullOrEmpty": false }, @@ -82675,12 +85178,14 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "AutoScaleMinNodeCount", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -82690,42 +85195,31 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "AutoScaleMaxNodeCount", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "EnableAutoPause", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, "ValidateNotNullOrEmpty": false }, @@ -82736,13 +85230,15 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "AutoPauseDelayInMinute", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": 5, + "ValidateRangeMax": 10080, + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -82751,301 +85247,35 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "NodeCount", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ] - }, - { - "VerbName": "Update", - "NounName": "AzSynapseSqlPool", - "Name": "Update-AzSynapseSqlPool", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "UpdateByNameParameterSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", - "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", - "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", - "Type": "System.String" }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workspaceName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sqlPool", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Version", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 2, - "ValidateRangeMax": 3, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WorkspaceObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", - "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", - "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PerformanceLevel", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "UpdateByNameParameterSet", - "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "NodeSize", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -83054,7 +85284,7 @@ }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "SparkVersion", "Type": { "Namespace": "System", "Name": "System.String", @@ -83062,37 +85292,19 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], + "Name": "LibraryRequirementsFilePath", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83102,13 +85314,13 @@ }, { "ParameterMetadata": { - "Name": "PerformanceLevel", + "Name": "SparkConfigFilePath", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -83117,15 +85329,13 @@ }, { "ParameterMetadata": { - "Name": "Version", + "Name": "PackageAction", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateRangeMin": 2, - "ValidateRangeMax": 3, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -83134,13 +85344,19 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Package", + "AliasList": [ + "WorkspacePackage" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" + ] }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -83191,71 +85407,68 @@ ] }, { - "Name": "UpdateByParentObjectParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableAutoScale", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "AutoScaleMinNodeCount", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "AutoScaleMaxNodeCount", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83265,13 +85478,16 @@ }, { "ParameterMetadata": { - "Name": "PerformanceLevel", + "Name": "EnableAutoPause", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -83280,14 +85496,14 @@ }, { "ParameterMetadata": { - "Name": "Version", + "Name": "AutoPauseDelayInMinute", "Type": { "Namespace": "System", "Name": "System.Int32", "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 2, - "ValidateRangeMax": 3, + "ValidateRangeMin": 5, + "ValidateRangeMax": 10080, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -83297,12 +85513,14 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "NodeCount", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 3, + "ValidateRangeMax": 200, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83312,12 +85530,17 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "NodeSize", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateSet": [ + "Small", + "Medium", + "Large" + ], "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83327,46 +85550,28 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "SparkVersion", "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "Version", + "Name": "LibraryRequirementsFilePath", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 2, - "ValidateRangeMax": 3, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -83375,11 +85580,11 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "SparkConfigFilePath", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -83390,11 +85595,11 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PackageAction", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SynapseConstants+PackageActionType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -83405,234 +85610,18 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "Package", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "WorkspacePackage" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UpdateByInputObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", - "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", - "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PerformanceLevel", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Version", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 2, - "ValidateRangeMax": 3, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UpdateByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PerformanceLevel", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Version", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" + ] }, - "ValidateRangeMin": 2, - "ValidateRangeMax": 3, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -83640,21 +85629,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "AsJob", @@ -83702,9 +85676,9 @@ }, { "VerbName": "Update", - "NounName": "AzSynapseSqlPoolAdvancedThreatProtectionSetting", - "Name": "Update-AzSynapseSqlPoolAdvancedThreatProtectionSetting", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPoolAdvancedThreatProtectionSetting", + "NounName": "AzSynapseSqlAdvancedThreatProtectionSetting", + "Name": "Update-AzSynapseSqlAdvancedThreatProtectionSetting", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlAdvancedThreatProtectionSetting", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -83713,13 +85687,12 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSServerSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", "RetentionInDays": "System.Nullable`1[System.UInt32]", - "SqlPoolName": "System.String", "ResourceGroupName": "System.String", "WorkspaceName": "System.String", "NotificationRecipientsEmails": "System.String", @@ -83765,12 +85738,11 @@ { "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sqlPoolName", - "Type": "System.Reflection.RuntimeParameterInfo" } ] + }, + { + "Name": "" } ] }, @@ -83799,20 +85771,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WorkspaceObject", + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -83838,36 +85801,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", - "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", - "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "ResourceId", "Type": { @@ -83999,21 +85932,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "NotificationRecipientsEmail", @@ -84146,30 +86064,15 @@ ] }, { - "Name": "UpdateByParentObjectParameterSet", + "Name": "UpdateByInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -84332,191 +86235,21 @@ ] }, { - "Name": "UpdateByInputObjectParameterSet", + "Name": "UpdateByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "ResourceId", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", - "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", - "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NotificationRecipientsEmail", - "AliasList": [ - "NotificationRecipientsEmails" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ExcludedDetectionType", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageAccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RetentionInDays", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.UInt32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.UInt32" - ] - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UpdateByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -84788,28 +86521,30 @@ }, { "VerbName": "Update", - "NounName": "AzSynapseSqlPoolVulnerabilityAssessmentSetting", - "Name": "Update-AzSynapseSqlPoolVulnerabilityAssessmentSetting", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPoolVulnerabilityAssessmentSetting", + "NounName": "AzSynapseSqlDatabase", + "Name": "Update-AzSynapseSqlDatabase", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlDatabase", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "UpdateByStorageAccountNameAndNameParameterSet", + "DefaultParameterSetName": "UpdateByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "EmailAdmins": "System.Boolean", - "SqlPoolName": "System.String", - "ResourceGroupName": "System.String", - "WorkspaceName": "System.String", - "StorageAccountName": "System.String", - "ScanResultsContainerName": "System.String", - "NotificationEmail": "System.String[]" + "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", + "Tags": "System.Collections.Hashtable", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "Collation": "System.String", + "StorageRedundancy": "System.String", + "TagsTable": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" }, "Methods": [ { @@ -84840,19 +86575,7 @@ "Name": "", "Parameters": [ { - "Name": "assessment", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "workspaceName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sqlPoolName", + "Name": "sqlDatabase", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -84885,9 +86608,6 @@ }, { "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -84900,7 +86620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -84930,27 +86650,18 @@ "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", - "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", "Collation": "System.String", - "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", + "StorageRedundancy": "System.String", + "TagsTable": "System.String", + "Location": "System.String", "Id": "System.String", + "Name": "System.String", "Type": "System.String" } }, @@ -84966,60 +86677,20 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "StorageAccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ScanResultsContainerName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BlobStorageSasUri", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RecurringScansInterval", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "Tag", "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "NotificationEmail", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -85055,7 +86726,7 @@ ], "ParameterSets": [ { - "Name": "UpdateByStorageAccountNameAndNameParameterSet", + "Name": "UpdateByNameParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -85090,9 +86761,6 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -85107,61 +86775,13 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ScanResultsContainerName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RecurringScansInterval", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "Tag", "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -85170,12 +86790,11 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -85228,11 +86847,11 @@ ] }, { - "Name": "UpdateByBlobStorageSasUriAndNameParameterSet", + "Name": "UpdateByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -85240,68 +86859,87 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "WorkspaceObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], + "Name": "Tag", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BlobStorageSasUri", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RecurringScansInterval", + "Name": "AsJob", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -85310,16 +86948,71 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", + "Name": "DefaultProfile", "AliasList": [ - "EmailAdmins" + "AzContext", + "AzureRmContext", + "AzureCredential" ], "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemData": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", + "Tags": "System.Collections.Hashtable", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "Collation": "System.String", + "StorageRedundancy": "System.String", + "TagsTable": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -85328,12 +87021,11 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -85386,14 +87078,11 @@ ] }, { - "Name": "UpdateByStorageAccountNameAndParentObjectParameterSet", + "Name": "UpdateByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -85408,51 +87097,14 @@ }, { "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "Tag", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageAccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -85460,13 +87112,13 @@ }, { "ParameterMetadata": { - "Name": "ScanResultsContainerName", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -85475,13 +87127,13 @@ }, { "ParameterMetadata": { - "Name": "RecurringScansInterval", + "Name": "AsJob", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -85490,30 +87142,42 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", + "Name": "DefaultProfile", "AliasList": [ - "EmailAdmins" + "AzContext", + "AzureRmContext", + "AzureCredential" ], "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -85564,16 +87228,270 @@ "ValueFromPipelineByPropertyName": false } ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzSynapseSqlPool", + "Name": "Update-AzSynapseSqlPool", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workspaceName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sqlPool", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, { - "Name": "UpdateByBlobStorageSasUriAndParentObjectParameterSet", + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Version", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 2, + "ValidateRangeMax": 3, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PerformanceLevel", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SqlPoolName" - ], + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -85581,55 +87499,36 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceObject", + "Name": "WorkspaceName", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BlobStorageSasUri", + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -85640,13 +87539,13 @@ }, { "ParameterMetadata": { - "Name": "RecurringScansInterval", + "Name": "Tag", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -85655,14 +87554,11 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "PerformanceLevel", "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -85673,12 +87569,28 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "Version", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 2, + "ValidateRangeMax": 3, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -85731,34 +87643,53 @@ ] }, { - "Name": "UpdateByStorageAccountNameAndInputObjectParameterSet", + "Name": "UpdateByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", + "Id": "System.String", "Location": "System.String", "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", + "ManagedResourceGroupName": "System.String", "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", "Type": "System.String" } }, @@ -85771,13 +87702,13 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountName", + "Name": "Tag", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -85786,7 +87717,7 @@ }, { "ParameterMetadata": { - "Name": "ScanResultsContainerName", + "Name": "PerformanceLevel", "Type": { "Namespace": "System", "Name": "System.String", @@ -85801,12 +87732,14 @@ }, { "ParameterMetadata": { - "Name": "RecurringScansInterval", + "Name": "Version", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 2, + "ValidateRangeMax": 3, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -85816,30 +87749,11 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NotificationEmail", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -85892,85 +87806,18 @@ ] }, { - "Name": "UpdateByBlobStorageSasUriAndInputObjectParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "Tags": "System.Collections.Hashtable", - "CreationDate": "System.Nullable`1[System.DateTime]", - "RestorePointInTime": "System.Nullable`1[System.DateTime]", - "MaxSizeBytes": "System.Nullable`1[System.Int64]", - "ResourceGroupName": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "CreateMode": "System.String", - "Status": "System.String", - "ProvisioningState": "System.String", - "RecoverableDatabaseId": "System.String", - "SourceDatabaseId": "System.String", - "Collation": "System.String", - "Name": "System.String", - "SqlPoolName": "System.String", - "WorkspaceName": "System.String", - "Id": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "BlobStorageSasUri", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RecurringScansInterval", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "Version", "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 2, + "ValidateRangeMax": 3, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -85980,12 +87827,11 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -86038,32 +87884,53 @@ ] }, { - "Name": "UpdateByStorageAccountNameAndResourceIdParameterSet", + "Name": "UpdateByInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "StorageAccountName", + "Name": "Tag", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -86072,7 +87939,7 @@ }, { "ParameterMetadata": { - "Name": "ScanResultsContainerName", + "Name": "PerformanceLevel", "Type": { "Namespace": "System", "Name": "System.String", @@ -86087,30 +87954,14 @@ }, { "ParameterMetadata": { - "Name": "RecurringScansInterval", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "Version", "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, + "ValidateRangeMin": 2, + "ValidateRangeMax": 3, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -86120,12 +87971,11 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -86178,7 +88028,7 @@ ] }, { - "Name": "UpdateByBlobStorageSasUriAndResourceIdParameterSet", + "Name": "UpdateByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -86197,28 +88047,13 @@ }, { "ParameterMetadata": { - "Name": "BlobStorageSasUri", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RecurringScansInterval", + "Name": "Tag", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -86227,14 +88062,11 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "PerformanceLevel", "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -86245,14 +88077,15 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "Version", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": 2, + "ValidateRangeMax": 3, + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -86261,7 +88094,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -86274,86 +88107,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "RecurringScansInterval", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NotificationEmail", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "AsJob", @@ -86401,27 +88154,29 @@ }, { "VerbName": "Update", - "NounName": "AzSynapseSqlVulnerabilityAssessmentSetting", - "Name": "Update-AzSynapseSqlVulnerabilityAssessmentSetting", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlVulnerabilityAssessmentSetting", + "NounName": "AzSynapseSqlPoolAdvancedThreatProtectionSetting", + "Name": "Update-AzSynapseSqlPoolAdvancedThreatProtectionSetting", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPoolAdvancedThreatProtectionSetting", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "UpdateByStorageAccountNameAndNameParameterSet", + "DefaultParameterSetName": "UpdateByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlPoolSecurityAlertPolicy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "ThreatDetectionState": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", + "RetentionInDays": "System.Nullable`1[System.UInt32]", + "SqlPoolName": "System.String", "ResourceGroupName": "System.String", "WorkspaceName": "System.String", + "NotificationRecipientsEmails": "System.String", "StorageAccountName": "System.String", - "ScanResultsContainerName": "System.String", - "NotificationEmail": "System.String[]" + "ExcludedDetectionTypes": "System.String[]" }, "Methods": [ { @@ -86452,7 +88207,7 @@ "Name": "", "Parameters": [ { - "Name": "assessment", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -86462,6 +88217,10 @@ { "Name": "workspaceName", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sqlPoolName", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -86492,11 +88251,20 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -86523,16 +88291,37 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" + } }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "StorageAccountName", + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -86541,53 +88330,62 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ScanResultsContainerName", + "Name": "NotificationRecipientsEmail", + "AliasList": [ + "NotificationRecipientsEmails" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "BlobStorageSasUri", + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, "ValidateNotNullOrEmpty": true }, { - "Name": "RecurringScansInterval", + "Name": "ExcludedDetectionType", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "StorageAccountName", "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, { - "Name": "NotificationEmail", + "Name": "RetentionInDays", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Nullable`1[System.UInt32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.UInt32" + ] }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "AsJob", @@ -86621,7 +88419,7 @@ ], "ParameterSets": [ { - "Name": "UpdateByStorageAccountNameAndNameParameterSet", + "Name": "UpdateByNameParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -86655,7 +88453,7 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountName", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -86663,20 +88461,23 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ScanResultsContainerName", + "Name": "NotificationRecipientsEmail", + "AliasList": [ + "NotificationRecipientsEmails" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -86685,11 +88486,17 @@ }, { "ParameterMetadata": { - "Name": "RecurringScansInterval", + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, "ValidateNotNullOrEmpty": true }, @@ -86700,14 +88507,27 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "ExcludedDetectionType", "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -86718,14 +88538,16 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "RetentionInDays", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Nullable`1[System.UInt32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.UInt32" + ] }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -86776,11 +88598,11 @@ ] }, { - "Name": "UpdateByBlobStorageSasUriAndNameParameterSet", + "Name": "UpdateByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -86788,143 +88610,18 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "BlobStorageSasUri", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RecurringScansInterval", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NotificationEmail", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UpdateByStorageAccountNameAndInputObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -86957,13 +88654,16 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountName", + "Name": "NotificationRecipientsEmail", + "AliasList": [ + "NotificationRecipientsEmails" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -86972,11 +88672,17 @@ }, { "ParameterMetadata": { - "Name": "ScanResultsContainerName", + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, "ValidateNotNullOrEmpty": true }, @@ -86987,13 +88693,14 @@ }, { "ParameterMetadata": { - "Name": "RecurringScansInterval", + "Name": "ExcludedDetectionType", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -87002,14 +88709,11 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "StorageAccountName", "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -87020,14 +88724,16 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "RetentionInDays", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Nullable`1[System.UInt32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.UInt32" + ] }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -87078,35 +88784,34 @@ ] }, { - "Name": "UpdateByBlobStorageSasUriAndInputObjectParameterSet", + "Name": "UpdateByInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", - "Id": "System.String", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", "Location": "System.String", "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", + "CreateMode": "System.String", + "Status": "System.String", "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", "Type": "System.String" } }, @@ -87119,26 +88824,35 @@ }, { "ParameterMetadata": { - "Name": "BlobStorageSasUri", + "Name": "NotificationRecipientsEmail", + "AliasList": [ + "NotificationRecipientsEmails" + ], "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RecurringScansInterval", + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, "ValidateNotNullOrEmpty": true }, @@ -87149,14 +88863,27 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "ExcludedDetectionType", "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -87167,14 +88894,16 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "RetentionInDays", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Nullable`1[System.UInt32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.UInt32" + ] }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -87225,7 +88954,7 @@ ] }, { - "Name": "UpdateByStorageAccountNameAndResourceIdParameterSet", + "Name": "UpdateByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -87244,13 +88973,16 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountName", + "Name": "NotificationRecipientsEmail", + "AliasList": [ + "NotificationRecipientsEmails" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -87259,11 +88991,17 @@ }, { "ParameterMetadata": { - "Name": "ScanResultsContainerName", + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, "ValidateNotNullOrEmpty": true }, @@ -87274,13 +89012,14 @@ }, { "ParameterMetadata": { - "Name": "RecurringScansInterval", + "Name": "ExcludedDetectionType", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -87289,14 +89028,11 @@ }, { "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "StorageAccountName", "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -87307,14 +89043,16 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "RetentionInDays", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Nullable`1[System.UInt32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.UInt32" + ] }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -87365,47 +89103,20 @@ ] }, { - "Name": "UpdateByBlobStorageSasUriAndResourceIdParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "NotificationRecipientsEmail", + "AliasList": [ + "NotificationRecipientsEmails" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "BlobStorageSasUri", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RecurringScansInterval", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -87420,8 +89131,11 @@ ], "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] }, "ValidateNotNullOrEmpty": true }, @@ -87432,7 +89146,7 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "ExcludedDetectionType", "Type": { "Namespace": "System", "Name": "System.String[]", @@ -87448,75 +89162,11 @@ }, { "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "RecurringScansInterval", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EmailAdmin", - "AliasList": [ - "EmailAdmins" - ], + "Name": "StorageAccountName", "Type": { "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -87527,14 +89177,16 @@ }, { "ParameterMetadata": { - "Name": "NotificationEmail", + "Name": "RetentionInDays", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.Nullable`1[System.UInt32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.UInt32" + ] }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -87588,40 +89240,28 @@ }, { "VerbName": "Update", - "NounName": "AzSynapseWorkspace", - "Name": "Update-AzSynapseWorkspace", - "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseWorkspace", + "NounName": "AzSynapseSqlPoolVulnerabilityAssessmentSetting", + "Name": "Update-AzSynapseSqlPoolVulnerabilityAssessmentSetting", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPoolVulnerabilityAssessmentSetting", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "SetByNameParameterSet", + "DefaultParameterSetName": "UpdateByStorageAccountNameAndNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.SqlPoolVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" + "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "EmailAdmins": "System.Boolean", + "SqlPoolName": "System.String", + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "StorageAccountName": "System.String", + "ScanResultsContainerName": "System.String", + "NotificationEmail": "System.String[]" }, "Methods": [ { @@ -87652,7 +89292,19 @@ "Name": "", "Parameters": [ { - "Name": "workspace", + "Name": "assessment", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workspaceName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sqlPoolName", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -87674,10 +89326,19 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "Name", "AliasList": [ - "WorkspaceName" + "SqlPoolName" ], "Type": { "Namespace": "System", @@ -87687,11 +89348,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "WorkspaceObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", @@ -87718,48 +89379,55 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" + } }, "ValidateNotNullOrEmpty": false }, { - "Name": "SqlAdministratorLoginPassword", + "Name": "ResourceId", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "ManagedVirtualNetwork", + "Name": "StorageAccountName", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", - "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", - "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "EncryptionKeyName", + "Name": "ScanResultsContainerName", "Type": { "Namespace": "System", "Name": "System.String", @@ -87768,22 +89436,42 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "GitRepository", + "Name": "BlobStorageSasUri", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "RecurringScansInterval", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantId": "System.Nullable`1[System.Guid]", - "Type": "System.String", - "HostName": "System.String", - "AccountName": "System.String", - "ProjectName": "System.String", - "RepositoryName": "System.String", - "CollaborationBranch": "System.String", - "RootFolder": "System.String", - "LastCommitId": "System.String" - } + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -87819,7 +89507,7 @@ ], "ParameterSets": [ { - "Name": "SetByNameParameterSet", + "Name": "UpdateByStorageAccountNameAndNameParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -87836,11 +89524,26 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "WorkspaceName" + "SqlPoolName" ], "Type": { "Namespace": "System", @@ -87856,13 +89559,13 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "StorageAccountName", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -87871,13 +89574,13 @@ }, { "ParameterMetadata": { - "Name": "SqlAdministratorLoginPassword", + "Name": "ScanResultsContainerName", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -87886,18 +89589,13 @@ }, { "ParameterMetadata": { - "Name": "ManagedVirtualNetwork", + "Name": "RecurringScansInterval", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", - "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", - "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" - } + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -87906,11 +89604,14 @@ }, { "ParameterMetadata": { - "Name": "EncryptionKeyName", + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -87921,22 +89622,12 @@ }, { "ParameterMetadata": { - "Name": "GitRepository", + "Name": "NotificationEmail", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantId": "System.Nullable`1[System.Guid]", - "Type": "System.String", - "HostName": "System.String", - "AccountName": "System.String", - "ProjectName": "System.String", - "RepositoryName": "System.String", - "CollaborationBranch": "System.String", - "RootFolder": "System.String", - "LastCommitId": "System.String" - } + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -87989,89 +89680,80 @@ ] }, { - "Name": "SetByInputObjectParameterSet", + "Name": "UpdateByBlobStorageSasUriAndNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "ResourceGroupName", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "Tags": "System.Collections.Hashtable", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "WorkspaceUID": "System.String", - "ManagedVirtualNetwork": "System.String", - "SqlAdministratorLogin": "System.String", - "ProvisioningState": "System.String", - "ManagedResourceGroupName": "System.String", - "Name": "System.String", - "Type": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SqlAdministratorLoginPassword", + "Name": "BlobStorageSasUri", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ManagedVirtualNetwork", + "Name": "RecurringScansInterval", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", - "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", - "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" - } + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -88080,11 +89762,14 @@ }, { "ParameterMetadata": { - "Name": "EncryptionKeyName", + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -88095,22 +89780,12 @@ }, { "ParameterMetadata": { - "Name": "GitRepository", + "Name": "NotificationEmail", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantId": "System.Nullable`1[System.Guid]", - "Type": "System.String", - "HostName": "System.String", - "AccountName": "System.String", - "ProjectName": "System.String", - "RepositoryName": "System.String", - "CollaborationBranch": "System.String", - "RootFolder": "System.String", - "LastCommitId": "System.String" - } + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -88163,11 +89838,14 @@ ] }, { - "Name": "SetByResourceIdParameterSet", + "Name": "UpdateByStorageAccountNameAndParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -88182,14 +89860,51 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "WorkspaceObject", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } }, "ValidateNotNullOrEmpty": false }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -88197,13 +89912,13 @@ }, { "ParameterMetadata": { - "Name": "SqlAdministratorLoginPassword", + "Name": "ScanResultsContainerName", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -88212,18 +89927,13 @@ }, { "ParameterMetadata": { - "Name": "ManagedVirtualNetwork", + "Name": "RecurringScansInterval", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", - "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", - "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" - } + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -88232,11 +89942,14 @@ }, { "ParameterMetadata": { - "Name": "EncryptionKeyName", + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -88247,22 +89960,12 @@ }, { "ParameterMetadata": { - "Name": "GitRepository", + "Name": "NotificationEmail", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantId": "System.Nullable`1[System.Guid]", - "Type": "System.String", - "HostName": "System.String", - "AccountName": "System.String", - "ProjectName": "System.String", - "RepositoryName": "System.String", - "CollaborationBranch": "System.String", - "RootFolder": "System.String", - "LastCommitId": "System.String" - } + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -88315,52 +90018,87 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "UpdateByBlobStorageSasUriAndParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Tag", + "Name": "Name", + "AliasList": [ + "SqlPoolName" + ], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SqlAdministratorLoginPassword", + "Name": "WorkspaceObject", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BlobStorageSasUri", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ManagedVirtualNetwork", + "Name": "RecurringScansInterval", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", - "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", - "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" - } + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -88369,11 +90107,14 @@ }, { "ParameterMetadata": { - "Name": "EncryptionKeyName", + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, @@ -88384,22 +90125,12 @@ }, { "ParameterMetadata": { - "Name": "GitRepository", + "Name": "NotificationEmail", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantId": "System.Nullable`1[System.Guid]", - "Type": "System.String", - "HostName": "System.String", - "AccountName": "System.String", - "ProjectName": "System.String", - "RepositoryName": "System.String", - "CollaborationBranch": "System.String", - "RootFolder": "System.String", - "LastCommitId": "System.String" - } + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -88450,178 +90181,49 @@ "ValueFromPipelineByPropertyName": false } ] - } - ] - }, - { - "VerbName": "Wait", - "NounName": "AzSynapseSparkJob", - "Name": "Wait-AzSynapseSparkJob", - "ClassName": "Microsoft.Azure.Commands.Synapse.WaitAzureSynapseSparkJob", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "WaitSparkJobByIdParameterSet", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "WorkspaceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SparkPoolName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SparkPoolObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", - "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", - "Id": "System.String", - "Location": "System.String", - "TagsTable": "System.String", - "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", - "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", - "Type": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SparkJobObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", - "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Tags": "System.Collections.Hashtable", - "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "Id": "System.Nullable`1[System.Int32]", - "ArtifactId": "System.String", - "Result": "System.String", - "State": "System.String", - "Name": "System.String", - "SubmitterName": "System.String", - "TagsTable": "System.String", - "AppId": "System.String", - "SparkPoolName": "System.String", - "SubmitterId": "System.String", - "WorkspaceName": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LivyId", - "AliasList": [ - "Id" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "WaitIntervalInSeconds", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 214748, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TimeoutInSeconds", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 214748, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "WaitSparkJobByIdParameterSet", + "Name": "UpdateByStorageAccountNameAndInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "WorkspaceName", + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "Tags": "System.Collections.Hashtable", + "CreationDate": "System.Nullable`1[System.DateTime]", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", + "ProvisioningState": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", + "Name": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountName", "Type": { "Namespace": "System", "Name": "System.String", @@ -88629,14 +90231,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SparkPoolName", + "Name": "ScanResultsContainerName", "Type": { "Namespace": "System", "Name": "System.String", @@ -88644,41 +90246,53 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "LivyId", + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", "AliasList": [ - "Id" + "EmailAdmins" ], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WaitIntervalInSeconds", + "Name": "NotificationEmail", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 214748, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88688,14 +90302,12 @@ }, { "ParameterMetadata": { - "Name": "TimeoutInSeconds", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 214748, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88732,39 +90344,34 @@ ] }, { - "Name": "WaitSparkJobByIdFromParentObjectParameterSet", + "Name": "UpdateByBlobStorageSasUriAndInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "SparkPoolObject", + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "IsComputeIsolationEnabled": "System.Boolean", - "SessionLevelPackagesEnabled": "System.Boolean", - "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "Sku": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", "Tags": "System.Collections.Hashtable", - "CacheSize": "System.Int32", "CreationDate": "System.Nullable`1[System.DateTime]", - "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", - "NodeCount": "System.Nullable`1[System.Int32]", - "Id": "System.String", + "RestorePointInTime": "System.Nullable`1[System.DateTime]", + "MaxSizeBytes": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", "Location": "System.String", "TagsTable": "System.String", + "CreateMode": "System.String", + "Status": "System.String", "ProvisioningState": "System.String", - "NodeSize": "System.String", - "DefaultSparkLogFolder": "System.String", - "SparkVersion": "System.String", + "RecoverableDatabaseId": "System.String", + "SourceDatabaseId": "System.String", + "Collation": "System.String", "Name": "System.String", - "SparkEventsFolder": "System.String", - "NodeSizeFamily": "System.String", + "SqlPoolName": "System.String", + "WorkspaceName": "System.String", + "Id": "System.String", "Type": "System.String" } }, @@ -88777,34 +90384,61 @@ }, { "ParameterMetadata": { - "Name": "LivyId", + "Name": "BlobStorageSasUri", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", "AliasList": [ - "Id" + "EmailAdmins" ], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WaitIntervalInSeconds", + "Name": "NotificationEmail", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 214748, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88814,14 +90448,12 @@ }, { "ParameterMetadata": { - "Name": "TimeoutInSeconds", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 214748, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88858,58 +90490,80 @@ ] }, { - "Name": "WaitSparkJobByIdFromInputObjectParameterSet", + "Name": "UpdateByStorageAccountNameAndResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "SparkJobObject", + "Name": "ResourceId", "Type": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", - "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Tags": "System.Collections.Hashtable", - "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "Id": "System.Nullable`1[System.Int32]", - "ArtifactId": "System.String", - "Result": "System.String", - "State": "System.String", - "Name": "System.String", - "SubmitterName": "System.String", - "TagsTable": "System.String", - "AppId": "System.String", - "SparkPoolName": "System.String", - "SubmitterId": "System.String", - "WorkspaceName": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "LivyId", + "Name": "StorageAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScanResultsContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", "AliasList": [ - "Id" + "EmailAdmins" ], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -88918,14 +90572,13 @@ }, { "ParameterMetadata": { - "Name": "WaitIntervalInSeconds", + "Name": "NotificationEmail", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 214748, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88935,14 +90588,12 @@ }, { "ParameterMetadata": { - "Name": "TimeoutInSeconds", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 214748, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88976,139 +90627,29172 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false } - ] + ] + }, + { + "Name": "UpdateByBlobStorageSasUriAndResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BlobStorageSasUri", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzSynapseSqlVulnerabilityAssessmentSetting", + "Name": "Update-AzSynapseSqlVulnerabilityAssessmentSetting", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlVulnerabilityAssessmentSetting", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateByStorageAccountNameAndNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "RecurringScansInterval": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "EmailAdmins": "System.Boolean", + "ResourceGroupName": "System.String", + "WorkspaceName": "System.String", + "StorageAccountName": "System.String", + "ScanResultsContainerName": "System.String", + "NotificationEmail": "System.String[]" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "assessment", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workspaceName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "StorageAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ScanResultsContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "BlobStorageSasUri", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateByStorageAccountNameAndNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScanResultsContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateByBlobStorageSasUriAndNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BlobStorageSasUri", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateByStorageAccountNameAndInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScanResultsContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateByBlobStorageSasUriAndInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BlobStorageSasUri", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateByStorageAccountNameAndResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScanResultsContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateByBlobStorageSasUriAndResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BlobStorageSasUri", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "RecurringScansInterval", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EmailAdmin", + "AliasList": [ + "EmailAdmins" + ], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NotificationEmail", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzSynapseWorkspace", + "Name": "Update-AzSynapseWorkspace", + "ClassName": "Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseWorkspace", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "SetByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "workspace", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "WorkspaceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SqlAdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedVirtualNetwork", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", + "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", + "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EncryptionKeyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "GitRepository", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantId": "System.Nullable`1[System.Guid]", + "Type": "System.String", + "HostName": "System.String", + "AccountName": "System.String", + "ProjectName": "System.String", + "RepositoryName": "System.String", + "CollaborationBranch": "System.String", + "RootFolder": "System.String", + "LastCommitId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "SetByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "WorkspaceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SqlAdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedVirtualNetwork", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", + "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", + "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EncryptionKeyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GitRepository", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantId": "System.Nullable`1[System.Guid]", + "Type": "System.String", + "HostName": "System.String", + "AccountName": "System.String", + "ProjectName": "System.String", + "RepositoryName": "System.String", + "CollaborationBranch": "System.String", + "RootFolder": "System.String", + "LastCommitId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorage": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "Encryption": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "Identity": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "ManagedVirtualNetworkSettings": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "VirtualNetworkProfile": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "WorkspaceRepositoryConfiguration": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "ExtraProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ConnectivityEndpoints": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "Tags": "System.Collections.Hashtable", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "WorkspaceUID": "System.String", + "ManagedVirtualNetwork": "System.String", + "SqlAdministratorLogin": "System.String", + "ProvisioningState": "System.String", + "ManagedResourceGroupName": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SqlAdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedVirtualNetwork", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", + "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", + "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EncryptionKeyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GitRepository", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantId": "System.Nullable`1[System.Guid]", + "Type": "System.String", + "HostName": "System.String", + "AccountName": "System.String", + "ProjectName": "System.String", + "RepositoryName": "System.String", + "CollaborationBranch": "System.String", + "RootFolder": "System.String", + "LastCommitId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SqlAdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedVirtualNetwork", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", + "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", + "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EncryptionKeyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GitRepository", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantId": "System.Nullable`1[System.Guid]", + "Type": "System.String", + "HostName": "System.String", + "AccountName": "System.String", + "ProjectName": "System.String", + "RepositoryName": "System.String", + "CollaborationBranch": "System.String", + "RootFolder": "System.String", + "LastCommitId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SqlAdministratorLoginPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedVirtualNetwork", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", + "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", + "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EncryptionKeyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GitRepository", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantId": "System.Nullable`1[System.Guid]", + "Type": "System.String", + "HostName": "System.String", + "AccountName": "System.String", + "ProjectName": "System.String", + "RepositoryName": "System.String", + "CollaborationBranch": "System.String", + "RootFolder": "System.String", + "LastCommitId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Wait", + "NounName": "AzSynapseSparkJob", + "Name": "Wait-AzSynapseSparkJob", + "ClassName": "Microsoft.Azure.Commands.Synapse.WaitAzureSynapseSparkJob", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "WaitSparkJobByIdParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SparkPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SparkPoolObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "ProvisioningState": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", + "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SparkJobObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", + "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "Tags": "System.Collections.Hashtable", + "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "Id": "System.Nullable`1[System.Int32]", + "ArtifactId": "System.String", + "Result": "System.String", + "State": "System.String", + "Name": "System.String", + "SubmitterName": "System.String", + "TagsTable": "System.String", + "AppId": "System.String", + "SparkPoolName": "System.String", + "SubmitterId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LivyId", + "AliasList": [ + "Id" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WaitIntervalInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 214748, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TimeoutInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 214748, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "WaitSparkJobByIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SparkPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LivyId", + "AliasList": [ + "Id" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WaitIntervalInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 214748, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TimeoutInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 214748, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "WaitSparkJobByIdFromParentObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SparkPoolObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkPool, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AutoPause": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AutoScale": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "DynamicExecutorAllocation": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "LibraryRequirements": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "SparkConfigProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "IsComputeIsolationEnabled": "System.Boolean", + "SessionLevelPackagesEnabled": "System.Boolean", + "WorkspacePackages": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "Tags": "System.Collections.Hashtable", + "CacheSize": "System.Int32", + "CreationDate": "System.Nullable`1[System.DateTime]", + "LastSucceededTimestamp": "System.Nullable`1[System.DateTime]", + "NodeCount": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "Location": "System.String", + "TagsTable": "System.String", + "ProvisioningState": "System.String", + "NodeSize": "System.String", + "DefaultSparkLogFolder": "System.String", + "SparkVersion": "System.String", + "Name": "System.String", + "SparkEventsFolder": "System.String", + "NodeSizeFamily": "System.String", + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LivyId", + "AliasList": [ + "Id" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WaitIntervalInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 214748, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TimeoutInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 214748, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "WaitSparkJobByIdFromInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SparkJobObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSparkJob, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LivyInfo": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", + "Scheduler": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "Plugin": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AppInfo": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Errors": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "LogLines": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "Tags": "System.Collections.Hashtable", + "JobType": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "Id": "System.Nullable`1[System.Int32]", + "ArtifactId": "System.String", + "Result": "System.String", + "State": "System.String", + "Name": "System.String", + "SubmitterName": "System.String", + "TagsTable": "System.String", + "AppId": "System.String", + "SparkPoolName": "System.String", + "SubmitterId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LivyId", + "AliasList": [ + "Id" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WaitIntervalInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 214748, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TimeoutInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 214748, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "WaitIntervalInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 214748, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TimeoutInSeconds", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateRangeMin": 0, + "ValidateRangeMax": 214748, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Add", + "NounName": "AzSynapseKustoPoolLanguageExtension", + "Name": "Add-AzSynapseKustoPoolLanguageExtension", + "ClassName": "Add-AzSynapseKustoPoolLanguageExtension", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "AddExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "AddExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "AddViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseKustoPool", + "Name": "Get-AzSynapseKustoPool", + "ClassName": "Get-AzSynapseKustoPool", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LanguageExtensionValue": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "SkuName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", + "SkuSize": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", + "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State]", + "EnableStreamingIngest": "System.Nullable`1[System.Boolean]", + "OptimizedAutoscaleIsEnabled": "System.Nullable`1[System.Boolean]", + "EnablePurge": "System.Nullable`1[System.Boolean]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "OptimizedAutoscaleMaximum": "System.Nullable`1[System.Int32]", + "OptimizedAutoscaleMinimum": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "OptimizedAutoscaleVersion": "System.Nullable`1[System.Int32]", + "SystemDataLastModifiedBy": "System.String", + "DataIngestionUri": "System.String", + "StateReason": "System.String", + "Uri": "System.String", + "Etag": "System.String", + "SystemDataCreatedBy": "System.String", + "WorkspaceUid": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseKustoPoolAttachedDatabaseConfiguration", + "Name": "Get-AzSynapseKustoPoolAttachedDatabaseConfiguration", + "ClassName": "Get-AzSynapseKustoPoolAttachedDatabaseConfiguration", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfiguration, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "DefaultPrincipalsModificationKind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "DatabaseName": "System.String", + "KustoPoolResourceId": "System.String", + "Location": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "TableLevelSharingPropertyMaterializedViewsToInclude": "System.String[]", + "TableLevelSharingPropertyMaterializedViewsToExclude": "System.String[]", + "AttachedDatabaseName": "System.String[]", + "TableLevelSharingPropertyExternalTablesToExclude": "System.String[]", + "TableLevelSharingPropertyTablesToExclude": "System.String[]", + "TableLevelSharingPropertyExternalTablesToInclude": "System.String[]", + "TableLevelSharingPropertyTablesToInclude": "System.String[]" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "AttachedDatabaseConfigurationName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AttachedDatabaseConfigurationName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseKustoPoolDatabase", + "Name": "Get-AzSynapseKustoPoolDatabase", + "ClassName": "Get-AzSynapseKustoPoolDatabase", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "Location": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DatabaseName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DatabaseName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseKustoPoolDatabasePrincipalAssignment", + "Name": "Get-AzSynapseKustoPoolDatabasePrincipalAssignment", + "ClassName": "Get-AzSynapseKustoPoolDatabasePrincipalAssignment", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabasePrincipalAssignment", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabasePrincipalAssignment, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "Role": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole]", + "PrincipalType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "PrincipalId": "System.String", + "PrincipalName": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "TenantId": "System.String", + "TenantName": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseKustoPoolDataConnection", + "Name": "Get-AzSynapseKustoPoolDataConnection", + "ClassName": "Get-AzSynapseKustoPoolDataConnection", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "Location": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseKustoPoolFollowerDatabase", + "Name": "Get-AzSynapseKustoPoolFollowerDatabase", + "ClassName": "Get-AzSynapseKustoPoolFollowerDatabase", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IFollowerDatabaseDefinition", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IFollowerDatabaseDefinition, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DatabaseName": "System.String", + "KustoPoolResourceId": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseKustoPoolLanguageExtension", + "Name": "Get-AzSynapseKustoPoolLanguageExtension", + "ClassName": "Get-AzSynapseKustoPoolLanguageExtension", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName]" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseKustoPoolPrincipalAssignment", + "Name": "Get-AzSynapseKustoPoolPrincipalAssignment", + "ClassName": "Get-AzSynapseKustoPoolPrincipalAssignment", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignment", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignment, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Role": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "PrincipalType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "PrincipalId": "System.String", + "PrincipalName": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "TenantId": "System.String", + "TenantName": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzSynapseKustoPoolSku", + "Name": "Get-AzSynapseKustoPoolSku", + "ClassName": "Get-AzSynapseKustoPoolSku", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuDescription", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuDescription, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LocationInfo": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem[]", + "Restriction": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny[]", + "Name": "System.String", + "ResourceType": "System.String", + "Size": "System.String", + "Location": "System.String[]" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAzureResourceSku", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAzureResourceSku, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CapacityScaleType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType]", + "SkuName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName]", + "SkuSize": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize]", + "CapacityDefault": "System.Nullable`1[System.Int32]", + "CapacityMaximum": "System.Nullable`1[System.Int32]", + "CapacityMinimum": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "ResourceType": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List1", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Invoke", + "NounName": "AzSynapseDetachKustoPoolFollowerDatabase", + "Name": "Invoke-AzSynapseDetachKustoPoolFollowerDatabase", + "ClassName": "Invoke-AzSynapseDetachKustoPoolFollowerDatabase", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DetachExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AttachedDatabaseConfigurationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DetachExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AttachedDatabaseConfigurationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DetachViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AttachedDatabaseConfigurationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AttachedDatabaseConfigurationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzSynapseKustoPool", + "Name": "New-AzSynapseKustoPool", + "ClassName": "New-AzSynapseKustoPool", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LanguageExtensionValue": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "SkuName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", + "SkuSize": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", + "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State]", + "EnableStreamingIngest": "System.Nullable`1[System.Boolean]", + "OptimizedAutoscaleIsEnabled": "System.Nullable`1[System.Boolean]", + "EnablePurge": "System.Nullable`1[System.Boolean]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "OptimizedAutoscaleMaximum": "System.Nullable`1[System.Int32]", + "OptimizedAutoscaleMinimum": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "OptimizedAutoscaleVersion": "System.Nullable`1[System.Int32]", + "SystemDataLastModifiedBy": "System.String", + "DataIngestionUri": "System.String", + "StateReason": "System.String", + "Uri": "System.String", + "Etag": "System.String", + "SystemDataCreatedBy": "System.String", + "WorkspaceUid": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IfMatch", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IfNoneMatch", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuSize", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnablePurge", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnableStreamingIngest", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OptimizedAutoscaleIsEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OptimizedAutoscaleMaximum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OptimizedAutoscaleMinimum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OptimizedAutoscaleVersion", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IfMatch", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IfNoneMatch", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuSize", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurge", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableStreamingIngest", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleIsEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleMaximum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleMinimum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleVersion", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzSynapseKustoPoolAttachedDatabaseConfiguration", + "Name": "New-AzSynapseKustoPoolAttachedDatabaseConfiguration", + "ClassName": "New-AzSynapseKustoPoolAttachedDatabaseConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfiguration, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "DefaultPrincipalsModificationKind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "DatabaseName": "System.String", + "KustoPoolResourceId": "System.String", + "Location": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "TableLevelSharingPropertyMaterializedViewsToInclude": "System.String[]", + "TableLevelSharingPropertyMaterializedViewsToExclude": "System.String[]", + "AttachedDatabaseName": "System.String[]", + "TableLevelSharingPropertyExternalTablesToExclude": "System.String[]", + "TableLevelSharingPropertyTablesToExclude": "System.String[]", + "TableLevelSharingPropertyExternalTablesToInclude": "System.String[]", + "TableLevelSharingPropertyTablesToInclude": "System.String[]" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "AttachedDatabaseConfigurationName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultPrincipalsModificationKind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TableLevelSharingPropertyExternalTablesToExclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TableLevelSharingPropertyExternalTablesToInclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TableLevelSharingPropertyMaterializedViewsToExclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TableLevelSharingPropertyMaterializedViewsToInclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TableLevelSharingPropertyTablesToExclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TableLevelSharingPropertyTablesToInclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AttachedDatabaseConfigurationName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultPrincipalsModificationKind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableLevelSharingPropertyExternalTablesToExclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableLevelSharingPropertyExternalTablesToInclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableLevelSharingPropertyMaterializedViewsToExclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableLevelSharingPropertyMaterializedViewsToInclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableLevelSharingPropertyTablesToExclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableLevelSharingPropertyTablesToInclude", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzSynapseKustoPoolDatabase", + "Name": "New-AzSynapseKustoPoolDatabase", + "ClassName": "New-AzSynapseKustoPoolDatabase", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "Location": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DatabaseName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HotCachePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SoftDeletePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DatabaseName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HotCachePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SoftDeletePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzSynapseKustoPoolDatabasePrincipalAssignment", + "Name": "New-AzSynapseKustoPoolDatabasePrincipalAssignment", + "ClassName": "New-AzSynapseKustoPoolDatabasePrincipalAssignment", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabasePrincipalAssignment", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabasePrincipalAssignment, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "Role": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole]", + "PrincipalType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "PrincipalId": "System.String", + "PrincipalName": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "TenantId": "System.String", + "TenantName": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrincipalId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrincipalType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Role", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TenantId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrincipalId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrincipalType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Role", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TenantId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzSynapseKustoPoolDataConnection", + "Name": "New-AzSynapseKustoPoolDataConnection", + "ClassName": "New-AzSynapseKustoPoolDataConnection", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpandedEventHub", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "Location": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EventHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EventSystemProperty", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Compression", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BlobStorageEventType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IgnoreFirstRecord", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IotHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SharedAccessPolicyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpandedEventGrid", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EventHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpandedEventHub", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EventHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EventSystemProperty", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Compression", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpandedIotHub", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EventSystemProperty", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SharedAccessPolicyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpandedEventGrid", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "BlobStorageEventType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IgnoreFirstRecord", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityExpandedEventGrid", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "BlobStorageEventType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IgnoreFirstRecord", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzSynapseKustoPoolPrincipalAssignment", + "Name": "New-AzSynapseKustoPoolPrincipalAssignment", + "ClassName": "New-AzSynapseKustoPoolPrincipalAssignment", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignment", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignment, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Role": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole]", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "PrincipalType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "PrincipalId": "System.String", + "PrincipalName": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String", + "TenantId": "System.String", + "TenantName": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrincipalId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrincipalType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Role", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TenantId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrincipalId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrincipalType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Role", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TenantId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzSynapseKustoPool", + "Name": "Remove-AzSynapseKustoPool", + "ClassName": "Remove-AzSynapseKustoPool", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzSynapseKustoPoolAttachedDatabaseConfiguration", + "Name": "Remove-AzSynapseKustoPoolAttachedDatabaseConfiguration", + "ClassName": "Remove-AzSynapseKustoPoolAttachedDatabaseConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "AttachedDatabaseConfigurationName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AttachedDatabaseConfigurationName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzSynapseKustoPoolDatabase", + "Name": "Remove-AzSynapseKustoPoolDatabase", + "ClassName": "Remove-AzSynapseKustoPoolDatabase", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DatabaseName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DatabaseName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzSynapseKustoPoolDatabasePrincipalAssignment", + "Name": "Remove-AzSynapseKustoPoolDatabasePrincipalAssignment", + "ClassName": "Remove-AzSynapseKustoPoolDatabasePrincipalAssignment", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzSynapseKustoPoolDataConnection", + "Name": "Remove-AzSynapseKustoPoolDataConnection", + "ClassName": "Remove-AzSynapseKustoPoolDataConnection", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzSynapseKustoPoolLanguageExtension", + "Name": "Remove-AzSynapseKustoPoolLanguageExtension", + "ClassName": "Remove-AzSynapseKustoPoolLanguageExtension", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "RemoveExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "RemoveExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RemoveViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzSynapseKustoPoolPrincipalAssignment", + "Name": "Remove-AzSynapseKustoPoolPrincipalAssignment", + "ClassName": "Remove-AzSynapseKustoPoolPrincipalAssignment", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrincipalAssignmentName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Start", + "NounName": "AzSynapseKustoPool", + "Name": "Start-AzSynapseKustoPool", + "ClassName": "Start-AzSynapseKustoPool", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Start", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Start", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "StartViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Stop", + "NounName": "AzSynapseKustoPool", + "Name": "Stop-AzSynapseKustoPool", + "ClassName": "Stop-AzSynapseKustoPool", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Stop", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Stop", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "StopViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzSynapseKustoPool", + "Name": "Update-AzSynapseKustoPool", + "ClassName": "Update-AzSynapseKustoPool", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPool, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LanguageExtensionValue": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "SkuName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", + "SkuSize": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", + "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State]", + "EnableStreamingIngest": "System.Nullable`1[System.Boolean]", + "OptimizedAutoscaleIsEnabled": "System.Nullable`1[System.Boolean]", + "EnablePurge": "System.Nullable`1[System.Boolean]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "OptimizedAutoscaleMaximum": "System.Nullable`1[System.Int32]", + "OptimizedAutoscaleMinimum": "System.Nullable`1[System.Int32]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "OptimizedAutoscaleVersion": "System.Nullable`1[System.Int32]", + "SystemDataLastModifiedBy": "System.String", + "DataIngestionUri": "System.String", + "StateReason": "System.String", + "Uri": "System.String", + "Etag": "System.String", + "SystemDataCreatedBy": "System.String", + "WorkspaceUid": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IfMatch", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnablePurge", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnableStreamingIngest", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OptimizedAutoscaleIsEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OptimizedAutoscaleMaximum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OptimizedAutoscaleMinimum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OptimizedAutoscaleVersion", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuSize", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceUid", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "KustoPoolName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IfMatch", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurge", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableStreamingIngest", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleIsEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleMaximum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleMinimum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleVersion", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuSize", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceUid", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IfMatch", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurge", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableStreamingIngest", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleIsEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleMaximum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleMinimum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleVersion", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuSize", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceUid", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "IfMatch", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurge", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableStreamingIngest", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleIsEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleMaximum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleMinimum", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OptimizedAutoscaleVersion", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuSize", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceUid", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzSynapseKustoPoolDatabase", + "Name": "Update-AzSynapseKustoPoolDatabase", + "ClassName": "Update-AzSynapseKustoPoolDatabase", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabase, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "Location": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DatabaseName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HotCachePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SoftDeletePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DatabaseName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HotCachePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SoftDeletePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HotCachePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SoftDeletePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HotCachePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SoftDeletePeriod", + "Type": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzSynapseKustoPoolDataConnection", + "Name": "Update-AzSynapseKustoPoolDataConnection", + "ClassName": "Update-AzSynapseKustoPoolDataConnection", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpandedEventHub", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Kind": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "Location": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataLastModifiedBy": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EventHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EventSystemProperty", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Compression", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IotHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SharedAccessPolicyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BlobStorageEventType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IgnoreFirstRecord", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateExpandedEventGrid", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EventHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BlobStorageEventType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IgnoreFirstRecord", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpandedIotHub", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EventSystemProperty", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SharedAccessPolicyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpandedEventHub", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DataConnectionName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KustoPoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EventHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EventSystemProperty", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Compression", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityExpandedEventHub", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EventHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EventSystemProperty", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Compression", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Compression, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityExpandedEventGrid", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EventHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BlobStorageEventType", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IgnoreFirstRecord", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityExpandedIotHub", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.ISynapseIdentity, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AttachedDatabaseConfigurationName": "System.String", + "DataConnectionName": "System.String", + "DatabaseName": "System.String", + "Id": "System.String", + "KustoPoolName": "System.String", + "Location": "System.String", + "PrincipalAssignmentName": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String", + "WorkspaceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EventSystemProperty", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SharedAccessPolicyName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConsumerGroup", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataFormat", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MappingRuleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + } + ], + "TypeDictionary": { + "System.String": { + "Name": "System.String" + }, + "System.Boolean": { + "Name": "System.Boolean" + }, + "System.Byte": { + "Name": "System.Byte" + }, + "System.SByte": { + "Name": "System.SByte" + }, + "System.Int16": { + "Name": "System.Int16" + }, + "System.UInt16": { + "Name": "System.UInt16" + }, + "System.Int32": { + "Name": "System.Int32" + }, + "System.UInt32": { + "Name": "System.UInt32" + }, + "System.Int64": { + "Name": "System.Int64" + }, + "System.UInt64": { + "Name": "System.UInt64" + }, + "System.Single": { + "Name": "System.Single" + }, + "System.Double": { + "Name": "System.Double" + }, + "System.Decimal": { + "Name": "System.Decimal" + }, + "System.Char": { + "Name": "System.Char" + }, + "System.Type": { + "Namespace": "System", + "Name": "System.Type", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultDataLakeStorageAccountUrl": "System.String", + "DefaultDataLakeStorageFilesystem": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "defaultDataLakeStorage", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CustomerManagedKeyDetails": "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails", + "DoubleEncryptionEnabled": "System.Nullable`1[System.Boolean]" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "encryption", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Key": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails", + "Status": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "cmk", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "KeyVaultUrl": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Nullable`1[System.Boolean]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IdentityType": "System.String", + "PrincipalId": "System.String", + "TenantId": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "identity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", + "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", + "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" + }, + "Methods": [ + { + "Name": "ToSdkObject", + "ReturnType": "Microsoft.Azure.Management.Synapse.Models.ManagedVirtualNetworkSettings" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "settings", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Generic.IList`1[System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String" + ] + }, + "Microsoft.Azure.Management.Synapse.Models.ManagedVirtualNetworkSettings": { + "Namespace": "Microsoft.Azure.Management.Synapse.Models", + "Name": "Microsoft.Azure.Management.Synapse.Models.ManagedVirtualNetworkSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.ManagedVirtualNetworkSettings, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", + "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", + "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "preventDataExfiltration", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "linkedAccessCheckOnTargetResource", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "allowedAadTenantIdsForLinking", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "VirtualNetworkProfileComputeSubnetId": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "virtualNetworkProfile", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantId": "System.Nullable`1[System.Guid]", + "Type": "System.String", + "HostName": "System.String", + "AccountName": "System.String", + "ProjectName": "System.String", + "RepositoryName": "System.String", + "CollaborationBranch": "System.String", + "RootFolder": "System.String", + "LastCommitId": "System.String" + }, + "Methods": [ + { + "Name": "ToSdkObject", + "ReturnType": "Microsoft.Azure.Management.Synapse.Models.WorkspaceRepositoryConfiguration" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "workspaceRepositoryConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Nullable`1[System.Guid]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Guid]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Guid" + ] + }, + "System.Guid": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "Microsoft.Azure.Management.Synapse.Models.WorkspaceRepositoryConfiguration": { + "Namespace": "Microsoft.Azure.Management.Synapse.Models", + "Name": "Microsoft.Azure.Management.Synapse.Models.WorkspaceRepositoryConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.WorkspaceRepositoryConfiguration, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantId": "System.Nullable`1[System.Guid]", + "Type": "System.String", + "HostName": "System.String", + "AccountName": "System.String", + "ProjectName": "System.String", + "RepositoryName": "System.String", + "CollaborationBranch": "System.String", + "RootFolder": "System.String", + "LastCommitId": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "hostName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "projectName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "repositoryName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "collaborationBranch", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rootFolder", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastCommitId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tenantId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Generic.IDictionary`2[System.String,System.Object]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String", + "System.Object" + ] + }, + "System.Object": { + "Namespace": "System", + "Name": "System.Object", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Collections.Generic.IDictionary`2[System.String,System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String", + "System.String" + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection" + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrivateEndpoint": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint", + "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "e", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "privateEndpoint", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "System.String", + "Description": "System.String", + "ActionsRequired": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "privateLinkServiceConnectionState", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Hashtable": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "VersionProfile": "System.String" + } + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Credential": "System.String", + "Type": "System.String" + } + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OnPremise": "System.Boolean", + "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", + "Name": "System.String", + "AdTenant": "System.String", + "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", + "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", + "BatchEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", + "GraphEndpointResourceId": "System.String", + "AzureKeyVaultServiceEndpointResourceId": "System.String", + "AzureKeyVaultDnsSuffix": "System.String", + "TrafficManagerDnsSuffix": "System.String", + "SqlDatabaseDnsSuffix": "System.String", + "ActiveDirectoryServiceEndpointResourceId": "System.String", + "GraphUrl": "System.String", + "GalleryUrl": "System.String", + "ActiveDirectoryAuthority": "System.String", + "PublishSettingsFileUrl": "System.String", + "ManagementPortalUrl": "System.String", + "ResourceManagerUrl": "System.String", + "ServiceManagementUrl": "System.String", + "StorageEndpointSuffix": "System.String", + "ContainerRegistryEndpointSuffix": "System.String" + } + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "State": "System.String" + } + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String" + } + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CacheData": "System.Byte[]" + }, + "Methods": [ + { + "Name": "Clear", + "ReturnType": "System.Void" + } + ] + }, + "System.Byte[]": { + "Namespace": "System", + "Name": "System.Byte[]", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Byte" + }, + "System.Void": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" + ] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" + ] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" + ] + }, + "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus" + ] + }, + "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Enabled": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus", + "Provisioning": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus", + "Deprovisioning": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus", + "Disabled": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus", + "Unknown": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus" + }, + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Azure.Analytics.Synapse.Artifacts.Models.Trigger": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.Trigger, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Annotations": "System.Collections.Generic.IList`1[System.Object]", + "RuntimeState": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState]", + "Description": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "System.Collections.Generic.IList`1[System.Object]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[System.Object]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Object" + ] + }, + "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState" + ] + }, + "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Started": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState", + "Stopped": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState", + "Disabled": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState" + }, + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel" + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", + "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Result": "System.Collections.Generic.IList`1[System.String]" + }, + "Methods": [ + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Capacity": "System.Int32", + "Name": "System.String", + "Tier": "System.String" + }, + "Methods": [ + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "sku", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "Parameters": [ + { + "Name": "sku", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Nullable`1[System.DateTime]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.DateTime" + ] + }, + "System.DateTime": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Nullable`1[System.Int64]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType": { + "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", + "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "__AllParameterSets", + "Name": "CompareTo", "Parameters": [ { - "ParameterMetadata": { - "Name": "WaitIntervalInSeconds", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 214748, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "ParameterMetadata": { - "Name": "TimeoutInSeconds", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateRangeMin": 0, - "ValidateRangeMax": 214748, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "format", + "Type": "System.String" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.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]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "provider", + "Type": "System.IFormatProvider" } - ] + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ] - } - ], - "TypeDictionary": { - "System.String": { - "Name": "System.String" - }, - "System.Boolean": { - "Name": "System.Boolean" - }, - "System.Byte": { - "Name": "System.Byte" - }, - "System.SByte": { - "Name": "System.SByte" - }, - "System.Int16": { - "Name": "System.Int16" - }, - "System.UInt16": { - "Name": "System.UInt16" - }, - "System.Int32": { - "Name": "System.Int32" - }, - "System.UInt32": { - "Name": "System.UInt32" - }, - "System.Int64": { - "Name": "System.Int64" - }, - "System.UInt64": { - "Name": "System.UInt64" }, - "System.Single": { - "Name": "System.Single" - }, - "System.Double": { - "Name": "System.Double" + "System.TypeCode": { + "Namespace": "System", + "Name": "System.TypeCode", + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "System.Decimal": { - "Name": "System.Decimal" + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel" + ] }, - "System.Char": { - "Name": "System.Char" + "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Model", + "Name": "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Code": "System.String", + "Message": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] }, - "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus]": { + "System.Nullable`1[System.Int32]": { "Namespace": "System", - "Name": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus" + "System.Int32" ] }, - "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel" + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", + "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Enabled": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus", - "Provisioning": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus", - "Deprovisioning": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus", - "Disabled": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus", - "Unknown": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus" + "Rank": "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank]", + "SchemaName": "System.String", + "TableName": "System.String", + "ColumnName": "System.String", + "SensitivityLabel": "System.String", + "InformationType": "System.String", + "SensitivityLabelId": "System.String", + "InformationTypeId": "System.String" }, "Methods": [ + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -89119,16 +119803,60 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank" + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", + "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ { "Name": "Equals", "Parameters": [ { - "Name": "other", - "Type": "Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus" + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" } ], "ReturnType": "System.Boolean" }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "ReturnType": "System.Int32" @@ -89137,9 +119865,86 @@ "Name": "ToString", "ReturnType": "System.String" }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSNotebook": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "BigDataPool": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference", + "Metadata": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata", + "SessionProperties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties", + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Cells": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell]", + "NotebookFormat": "System.Nullable`1[System.Int32]", + "NotebookFormatMinor": "System.Nullable`1[System.Int32]", + "Description": "System.String" + }, + "Methods": [ { "Name": "GetType", "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -89147,25 +119952,20 @@ "Name": "", "Parameters": [ { - "Name": "value", + "Name": "notebook", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Type": { - "Namespace": "System", - "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails": { + "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDataLakeStorageAccountDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultDataLakeStorageAccountUrl": "System.String", - "DefaultDataLakeStorageFilesystem": "System.String" + "Type": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType]", + "ReferenceName": "System.String" }, "Methods": [ { @@ -89196,20 +119996,82 @@ "Name": "", "Parameters": [ { - "Name": "defaultDataLakeStorage", + "Name": "bigDataPoolReference", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails": { + "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType" + ] + }, + "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "BigDataPoolReference": "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType" + }, + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSEncryptionDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "CustomerManagedKeyDetails": "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails", - "DoubleEncryptionEnabled": "System.Nullable`1[System.Boolean]" + "Kernelspec": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec", + "LanguageInfo": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo", + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]" }, "Methods": [ { @@ -89240,20 +120102,21 @@ "Name": "", "Parameters": [ { - "Name": "encryption", + "Name": "notebookMetadata", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails": { + "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSCustomerManagedKeyDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Key": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails", - "Status": "System.String" + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "DisplayName": "System.String", + "Name": "System.String" }, "Methods": [ { @@ -89284,20 +120147,21 @@ "Name": "", "Parameters": [ { - "Name": "cmk", + "Name": "notebookKernelSpec", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails": { + "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceKeyDetails, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Name": "System.String", - "KeyVaultUrl": "System.String" + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "CodemirrorMode": "System.String", + "Name": "System.String" }, "Methods": [ { @@ -89328,29 +120192,23 @@ "Name": "", "Parameters": [ { - "Name": "key", + "Name": "notebookLanguageInfo", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Nullable`1[System.Boolean]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity": { + "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IdentityType": "System.String", - "PrincipalId": "System.String", - "TenantId": "System.String" + "DriverCores": "System.Nullable`1[System.Int32]", + "ExecutorCores": "System.Nullable`1[System.Int32]", + "NumExecutors": "System.Nullable`1[System.Int32]", + "DriverMemory": "System.String", + "ExecutorMemory": "System.String" }, "Methods": [ { @@ -89381,27 +120239,34 @@ "Name": "", "Parameters": [ { - "Name": "identity", + "Name": "notebookSessionProperties", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings": { + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell" + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedVirtualNetworkSettings, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", - "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", - "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Outputs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem]", + "Source": "System.Collections.Generic.IList`1[System.String]", + "Metadata": "System.Object", + "Attachments": "System.Object", + "CellType": "System.String" }, "Methods": [ - { - "Name": "ToSdkObject", - "ReturnType": "Microsoft.Azure.Management.Synapse.Models.ManagedVirtualNetworkSettings" - }, { "Name": "GetType", "ReturnType": "System.Type" @@ -89430,29 +120295,32 @@ "Name": "", "Parameters": [ { - "Name": "settings", + "Name": "notebookCell", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IList`1[System.String]": { + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.String" + "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem" ] }, - "Microsoft.Azure.Management.Synapse.Models.ManagedVirtualNetworkSettings": { - "Namespace": "Microsoft.Azure.Management.Synapse.Models", - "Name": "Microsoft.Azure.Management.Synapse.Models.ManagedVirtualNetworkSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.ManagedVirtualNetworkSettings, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AllowedAadTenantIdsForLinking": "System.Collections.Generic.IList`1[System.String]", - "LinkedAccessCheckOnTargetResource": "System.Nullable`1[System.Boolean]", - "PreventDataExfiltration": "System.Nullable`1[System.Boolean]" + "ExecutionCount": "System.Nullable`1[System.Int32]", + "Text": "System.Object", + "Data": "System.Object", + "Metadata": "System.Object", + "Name": "System.String", + "OutputType": "System.String" }, "Methods": [ { @@ -89479,34 +120347,27 @@ } ], "Constructors": [ - { - "Name": "" - }, { "Name": "", "Parameters": [ { - "Name": "preventDataExfiltration", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "linkedAccessCheckOnTargetResource", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "allowedAadTenantIdsForLinking", + "Name": "notebookCellOutputItem", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile": { + "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVirtualNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScript, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "VirtualNetworkProfileComputeSubnetId": "System.String" + "Content": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptContent", + "Folder": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptFolder", + "Type": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptType", + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Description": "System.String" }, "Methods": [ { @@ -89537,33 +120398,25 @@ "Name": "", "Parameters": [ { - "Name": "virtualNetworkProfile", + "Name": "sqlscript", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration": { + "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptContent": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSWorkspaceRepositoryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptContent", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptContent, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "TenantId": "System.Nullable`1[System.Guid]", - "Type": "System.String", - "HostName": "System.String", - "AccountName": "System.String", - "ProjectName": "System.String", - "RepositoryName": "System.String", - "CollaborationBranch": "System.String", - "RootFolder": "System.String", - "LastCommitId": "System.String" + "CurrentConnection": "Microsoft.Azure.Commands.Synapse.Models.PSSqlConnection", + "Metadata": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptMetadata", + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ResultLimit": "System.Nullable`1[System.Int32]", + "Query": "System.String" }, "Methods": [ - { - "Name": "ToSdkObject", - "ReturnType": "Microsoft.Azure.Management.Synapse.Models.WorkspaceRepositoryConfiguration" - }, { "Name": "GetType", "ReturnType": "System.Type" @@ -89592,40 +120445,21 @@ "Name": "", "Parameters": [ { - "Name": "workspaceRepositoryConfiguration", + "Name": "sqlscriptContent", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Nullable`1[System.Guid]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Guid]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Guid" - ] - }, - "System.Guid": { - "Namespace": "System", - "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "Microsoft.Azure.Management.Synapse.Models.WorkspaceRepositoryConfiguration": { - "Namespace": "Microsoft.Azure.Management.Synapse.Models", - "Name": "Microsoft.Azure.Management.Synapse.Models.WorkspaceRepositoryConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.WorkspaceRepositoryConfiguration, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Commands.Synapse.Models.PSSqlConnection": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "TenantId": "System.Nullable`1[System.Guid]", - "Type": "System.String", - "HostName": "System.String", - "AccountName": "System.String", - "ProjectName": "System.String", - "RepositoryName": "System.String", - "CollaborationBranch": "System.String", - "RootFolder": "System.String", - "LastCommitId": "System.String" + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Type": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType]", + "Name": "System.String" }, "Methods": [ { @@ -89652,104 +120486,34 @@ } ], "Constructors": [ - { - "Name": "" - }, { "Name": "", "Parameters": [ { - "Name": "type", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "hostName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accountName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "projectName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "repositoryName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "collaborationBranch", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rootFolder", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "lastCommitId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "tenantId", + "Name": "sqlConnection", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IDictionary`2[System.String,System.Object]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.String", - "System.Object" - ] - }, - "System.Object": { + "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType]": { "Namespace": "System", - "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "System.Collections.Generic.IDictionary`2[System.String,System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.String", - "System.String" - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection" + "Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType" ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "PrivateEndpoint": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint", - "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String" + "SqlOnDemand": "Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType", + "SqlPool": "Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType" }, "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -89760,9 +120524,27 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "Azure.Analytics.Synapse.Artifacts.Models.SqlConnectionType" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "GetHashCode", "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ], "Constructors": [ @@ -89770,19 +120552,20 @@ "Name": "", "Parameters": [ { - "Name": "e", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint": { + "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptMetadata": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptMetadata", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptMetadata, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Id": "System.String" + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Language": "System.String" }, "Methods": [ { @@ -89813,21 +120596,19 @@ "Name": "", "Parameters": [ { - "Name": "privateEndpoint", + "Name": "sqlScriptMetadata", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState": { + "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptFolder": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptFolder", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Status": "System.String", - "Description": "System.String", - "ActionsRequired": "System.String" + "Name": "System.String" }, "Methods": [ { @@ -89858,83 +120639,21 @@ "Name": "", "Parameters": [ { - "Name": "privateLinkServiceConnectionState", + "Name": "sqlscriptFolder", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Hashtable": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "Azure.Analytics.Synapse.Artifacts.Models.Trigger": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.Trigger", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.Trigger, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptType": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSqlScriptType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Values": "System.Collections.Generic.ICollection`1[System.Object]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "Annotations": "System.Collections.Generic.IList`1[System.Object]", - "RuntimeState": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState]", - "Item": "System.Object", - "Description": "System.String" + "SqlQuery": "System.String" }, "Methods": [ - { - "Name": "GetEnumerator", - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,System.Object]]" - }, - { - "Name": "TryGetValue", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - }, - { - "Name": "value", - "Type": "System.Object&" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ContainsKey", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Add", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - }, - { - "Name": "value", - "Type": "System.Object" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Remove", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetType", "ReturnType": "System.Type" @@ -89960,68 +120679,59 @@ ], "Constructors": [ { - "Name": "" + "Name": "", + "Parameters": [ + { + "Name": "sqlScriptType", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "System.Collections.Generic.ICollection`1[System.Object]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[System.Object]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Object" - ] - }, - "System.Collections.Generic.ICollection`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.String" - ] - }, - "System.Collections.Generic.IList`1[System.Object]": { + "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[System.Object]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Object" - ] - }, - "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState]": { - "Namespace": "System", - "Name": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState]", - "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun]", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState" + "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun" ] }, - "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Started": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState", - "Stopped": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState", - "Disabled": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState" + "AdditionalProperties": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", + "ActivityRunEnd": "System.Nullable`1[System.DateTimeOffset]", + "ActivityRunStart": "System.Nullable`1[System.DateTimeOffset]", + "DurationInMs": "System.Nullable`1[System.Int32]", + "Error": "System.Object", + "Output": "System.Object", + "Input": "System.Object", + "Status": "System.String", + "ActivityRunId": "System.String", + "ActivityType": "System.String", + "ActivityName": "System.String", + "PipelineRunId": "System.String", + "PipelineName": "System.String", + "LinkedServiceName": "System.String" }, "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" }, { "Name": "Equals", "Parameters": [ { - "Name": "other", - "Type": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState" + "Name": "obj", + "Type": "System.Object" } ], "ReturnType": "System.Boolean" @@ -90029,14 +120739,6 @@ { "Name": "GetHashCode", "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90044,175 +120746,90 @@ "Name": "", "Parameters": [ { - "Name": "value", + "Name": "activityRun", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,System.Object]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,System.Object]]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Collections.Generic.KeyValuePair`2[System.String,System.Object]" - ] - }, - "System.Collections.Generic.KeyValuePair`2[System.String,System.Object]": { + "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.KeyValuePair`2[System.String,System.Object]", - "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.Object]", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "System.Object" ] }, - "System.Void": { + "System.Nullable`1[System.DateTimeOffset]": { "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", - "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", - "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", - "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", - "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", - "VersionProfile": "System.String" - } - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Credential": "System.String", - "Type": "System.String" - } - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OnPremise": "System.Boolean", - "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String", - "AdTenant": "System.String", - "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", - "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", - "BatchEndpointResourceId": "System.String", - "DataLakeEndpointResourceId": "System.String", - "GraphEndpointResourceId": "System.String", - "AzureKeyVaultServiceEndpointResourceId": "System.String", - "AzureKeyVaultDnsSuffix": "System.String", - "TrafficManagerDnsSuffix": "System.String", - "SqlDatabaseDnsSuffix": "System.String", - "ActiveDirectoryServiceEndpointResourceId": "System.String", - "GraphUrl": "System.String", - "GalleryUrl": "System.String", - "ActiveDirectoryAuthority": "System.String", - "PublishSettingsFileUrl": "System.String", - "ManagementPortalUrl": "System.String", - "ResourceManagerUrl": "System.String", - "ServiceManagementUrl": "System.String", - "StorageEndpointSuffix": "System.String", - "ContainerRegistryEndpointSuffix": "System.String" - } - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Name": "System.String", - "State": "System.String" - } + "Name": "System.Nullable`1[System.DateTimeOffset]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.DateTimeOffset" + ] }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String" - } + "System.DateTimeOffset": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.Artifacts.Models.DataFlow": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "CacheData": "System.Byte[]" + "Folder": "Azure.Analytics.Synapse.Artifacts.Models.DataFlowFolder", + "Annotations": "System.Collections.Generic.IList`1[System.Object]", + "Description": "System.String" }, "Methods": [ { - "Name": "Clear", - "ReturnType": "System.Void" - } - ] - }, - "System.Byte[]": { - "Namespace": "System", - "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.Byte" - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel" + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } ] }, - "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment", - "Name": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.VulnerabilityAssessment.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.Artifacts.Models.DataFlowFolder": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.DataFlowFolder", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.DataFlowFolder, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Result": "System.Collections.Generic.IList`1[System.String]" + "Name": "System.String" }, "Methods": [ - { - "Name": "ToString", - "ReturnType": "System.String" - }, { "Name": "GetType", "ReturnType": "System.Type" }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "Equals", "Parameters": [ @@ -90234,24 +120851,29 @@ } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSynapseSku, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.Artifacts.Models.Dataset": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.Dataset, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Capacity": "System.Int32", - "Name": "System.String", - "Tier": "System.String" + "Folder": "Azure.Analytics.Synapse.Artifacts.Models.DatasetFolder", + "LinkedServiceName": "Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference", + "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification]", + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Annotations": "System.Collections.Generic.IList`1[System.Object]", + "Structure": "System.Object", + "Schema": "System.Object", + "Description": "System.String" }, "Methods": [ - { - "Name": "ToString", - "ReturnType": "System.String" - }, { "Name": "GetType", "ReturnType": "System.Type" }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "Equals", "Parameters": [ @@ -90272,48 +120894,29 @@ "Name": "", "Parameters": [ { - "Name": "sku", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "Parameters": [ - { - "Name": "sku", + "Name": "linkedServiceName", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Nullable`1[System.DateTime]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.DateTime" - ] - }, - "System.DateTime": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "System.Nullable`1[System.Int64]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Int64" - ] - }, - "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType": { - "Namespace": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model", - "Name": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.Artifacts.Models.DatasetFolder": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.DatasetFolder", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.DatasetFolder, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Name": "System.String" + }, "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, { "Name": "Equals", "Parameters": [ @@ -90325,97 +120928,134 @@ "ReturnType": "System.Boolean" }, { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + } + ] + }, + "Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Type": "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType", + "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "ReferenceName": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" }, { - "Name": "CompareTo", + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { "Name": "GetHashCode", "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, + } + ], + "Constructors": [ { - "Name": "ToString", + "Name": "", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "referenceName", + "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.String" - }, + ] + } + ] + }, + "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType": { + "Namespace": "Azure.Analytics.Synapse.Artifacts", + "Name": "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "LinkedServiceReference": "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType" + }, + "Methods": [ { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "other", + "Type": "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", - "ReturnType": "System.TypeCode" + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" }, { "Name": "GetType", "ReturnType": "System.Type" } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } ] }, - "System.TypeCode": { - "Namespace": "System", - "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]": { + "System.Collections.Generic.IDictionary`2[System.String,Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel" + "System.String", + "Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification" ] }, - "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Model", - "Name": "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Model.PSVulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Code": "System.String", - "Message": "System.String" + "Type": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", + "DefaultValue": "System.Object" }, "Methods": [ { @@ -90443,49 +121083,30 @@ ], "Constructors": [ { - "Name": "" + "Name": "", + "Parameters": [ + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "System.Nullable`1[System.Int32]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel" - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", - "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.Artifacts.Models.ParameterType": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Rank": "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank]", - "SchemaName": "System.String", - "TableName": "System.String", - "ColumnName": "System.String", - "SensitivityLabel": "System.String", - "InformationType": "System.String", - "SensitivityLabelId": "System.String", - "InformationTypeId": "System.String" + "Object": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", + "String": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", + "Int": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", + "Float": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", + "Bool": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", + "Array": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", + "SecureString": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType" }, "Methods": [ - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "ReturnType": "System.Type" - }, { "Name": "Equals", "Parameters": [ @@ -90496,124 +121117,226 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "GetHashCode", "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ], "Constructors": [ { - "Name": "" + "Name": "", + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank" + "Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData" ] }, - "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models.DataClassification", - "Name": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.DataClassification.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData": { + "Namespace": "Microsoft.Azure.Management.Synapse.Models", + "Name": "Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "SentBytes": "System.Nullable`1[System.Double]", + "ReceivedBytes": "System.Nullable`1[System.Double]", + "AvailableMemoryInMB": "System.Nullable`1[System.Int32]", + "CpuUtilization": "System.Nullable`1[System.Int32]", + "ConcurrentJobsLimit": "System.Nullable`1[System.Int32]", + "ConcurrentJobsRunning": "System.Nullable`1[System.Int32]", + "MaxConcurrentJobs": "System.Nullable`1[System.Int32]", + "NodeName": "System.String" + }, "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" + "Name": "GetType", + "ReturnType": "System.Type" }, { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" + "Name": "ToString", + "ReturnType": "System.String" }, { - "Name": "CompareTo", + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { "Name": "GetHashCode", "ReturnType": "System.Int32" - }, + } + ], + "Constructors": [ { - "Name": "ToString", - "ReturnType": "System.String" + "Name": "" }, { - "Name": "ToString", + "Name": "", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "additionalProperties", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "nodeName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "availableMemoryInMB", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cpuUtilization", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "concurrentJobsLimit", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "concurrentJobsRunning", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxConcurrentJobs", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sentBytes", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "receivedBytes", + "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.String" + ] + } + ] + }, + "System.Nullable`1[System.Double]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Double]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Double" + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError" + ] + }, + "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError": { + "Namespace": "Microsoft.Azure.Management.Synapse.Models", + "Name": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Parameters": "System.Collections.Generic.IList`1[System.String]", + "Time": "System.Nullable`1[System.DateTime]", + "Code": "System.String", + "Message": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], "ReturnType": "System.String" }, { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", - "ReturnType": "System.TypeCode" + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" }, { - "Name": "GetType", - "ReturnType": "System.Type" + "Name": "", + "Parameters": [ + { + "Name": "additionalProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "time", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "code", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "parameters", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSNotebook": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebook, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.Artifacts.Models.LinkedService": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "BigDataPool": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference", - "Metadata": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata", - "SessionProperties": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties", - "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "Cells": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell]", - "NotebookFormat": "System.Nullable`1[System.Int32]", - "NotebookFormatMinor": "System.Nullable`1[System.Int32]", + "ConnectVia": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference", + "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification]", + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Annotations": "System.Collections.Generic.IList`1[System.Object]", "Description": "System.String" }, "Methods": [ @@ -90642,22 +121365,17 @@ ], "Constructors": [ { - "Name": "", - "Parameters": [ - { - "Name": "notebook", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "" } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Type": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType]", + "Type": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType", + "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ReferenceName": "System.String" }, "Methods": [ @@ -90689,27 +121407,23 @@ "Name": "", "Parameters": [ { - "Name": "bigDataPoolReference", + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "referenceName", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType]": { - "Namespace": "System", - "Name": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType]", - "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType" - ] - }, - "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType": { + "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType": { "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "BigDataPoolReference": "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType" + "IntegrationRuntimeReference": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType" }, "Methods": [ { @@ -90727,7 +121441,7 @@ "Parameters": [ { "Name": "other", - "Type": "Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType" + "Type": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType" } ], "ReturnType": "System.Boolean" @@ -90757,14 +121471,16 @@ } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata": { + "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookMetadata, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Kernelspec": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec", - "LanguageInfo": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo", - "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]" + "ConnectionState": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState", + "IsReserved": "System.Nullable`1[System.Boolean]", + "PrivateLinkResourceId": "System.String", + "GroupId": "System.String", + "ProvisioningState": "System.String" }, "Methods": [ { @@ -90795,21 +121511,21 @@ "Name": "", "Parameters": [ { - "Name": "notebookMetadata", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec": { + "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookKernelSpec, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "DisplayName": "System.String", - "Name": "System.String" + "Status": "System.String", + "Description": "System.String", + "ActionsRequired": "System.String" }, "Methods": [ { @@ -90840,70 +121556,25 @@ "Name": "", "Parameters": [ { - "Name": "notebookKernelSpec", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo": { + "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookLanguageInfo, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "CodemirrorMode": "System.String", "Name": "System.String" }, "Methods": [ { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" + "Name": "ToSdkObject", + "ReturnType": "Azure.Analytics.Synapse.Artifacts.Models.PipelineFolder" }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "notebookLanguageInfo", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookSessionProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DriverCores": "System.Nullable`1[System.Int32]", - "ExecutorCores": "System.Nullable`1[System.Int32]", - "NumExecutors": "System.Nullable`1[System.Int32]", - "DriverMemory": "System.String", - "ExecutorMemory": "System.String" - }, - "Methods": [ { "Name": "GetType", "ReturnType": "System.Type" @@ -90932,32 +121603,19 @@ "Name": "", "Parameters": [ { - "Name": "notebookSessionProperties", + "Name": "pipelineFolder", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell" - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCell, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.Artifacts.Models.PipelineFolder": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.PipelineFolder", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.PipelineFolder, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "Outputs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem]", - "Source": "System.Collections.Generic.IList`1[System.String]", - "Metadata": "System.Object", - "Attachments": "System.Object", - "CellType": "System.String" + "Name": "System.String" }, "Methods": [ { @@ -90985,35 +121643,26 @@ ], "Constructors": [ { - "Name": "", - "Parameters": [ - { - "Name": "notebookCell", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "" } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem]": { + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem" + "System.String", + "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification" ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem": { + "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSNotebookCellOutputItem, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ExecutionCount": "System.Nullable`1[System.Int32]", - "Text": "System.Object", - "Data": "System.Object", - "Metadata": "System.Object", - "Name": "System.String", - "OutputType": "System.String" + "Type": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", + "DefaultValue": "System.Object" }, "Methods": [ { @@ -91044,41 +121693,29 @@ "Name": "", "Parameters": [ { - "Name": "notebookCellOutputItem", + "Name": "parameterSpecification", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun]": { + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Synapse.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun" + "System.String", + "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification" ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun": { + "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Values": "System.Collections.Generic.IEnumerable`1[System.Object]", - "Keys": "System.Collections.Generic.IEnumerable`1[System.String]", - "ActivityRunEnd": "System.Nullable`1[System.DateTimeOffset]", - "ActivityRunStart": "System.Nullable`1[System.DateTimeOffset]", - "DurationInMs": "System.Nullable`1[System.Int32]", - "Error": "System.Object", - "Output": "System.Object", - "Input": "System.Object", - "Status": "System.String", - "ActivityRunId": "System.String", - "ActivityType": "System.String", - "ActivityName": "System.String", - "PipelineRunId": "System.String", - "PipelineName": "System.String", - "LinkedServiceName": "System.String" + "Type": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", + "DefaultValue": "System.Object" }, "Methods": [ { @@ -91109,60 +121746,24 @@ "Name": "", "Parameters": [ { - "Name": "activityRun", + "Name": "variableSpecification", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IEnumerable`1[System.Object]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[System.Object]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.Object" - ] - }, - "System.Collections.Generic.IEnumerable`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.String" - ] - }, - "System.Nullable`1[System.DateTimeOffset]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTimeOffset]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.DateTimeOffset" - ] - }, - "System.DateTimeOffset": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "Azure.Analytics.Synapse.Artifacts.Models.DataFlow": { + "Azure.Analytics.Synapse.Artifacts.Models.VariableType": { "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.DataFlow, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.VariableType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Folder": "Azure.Analytics.Synapse.Artifacts.Models.DataFlowFolder", - "Annotations": "System.Collections.Generic.IList`1[System.Object]", - "Description": "System.String" + "String": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", + "Bool": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", + "Boolean": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", + "Array": "Azure.Analytics.Synapse.Artifacts.Models.VariableType" }, "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -91173,39 +121774,12 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "" - } - ] - }, - "Azure.Analytics.Synapse.Artifacts.Models.DataFlowFolder": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.DataFlowFolder", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.DataFlowFolder, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Name": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "other", + "Type": "Azure.Analytics.Synapse.Artifacts.Models.VariableType" } ], "ReturnType": "System.Boolean" @@ -91213,104 +121787,14 @@ { "Name": "GetHashCode", "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "" - } - ] - }, - "Azure.Analytics.Synapse.Artifacts.Models.Dataset": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.Dataset", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.Dataset, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Folder": "Azure.Analytics.Synapse.Artifacts.Models.DatasetFolder", - "LinkedServiceName": "Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference", - "Values": "System.Collections.Generic.ICollection`1[System.Object]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification]", - "Annotations": "System.Collections.Generic.IList`1[System.Object]", - "Structure": "System.Object", - "Schema": "System.Object", - "Item": "System.Object", - "Description": "System.String" - }, - "Methods": [ - { - "Name": "GetEnumerator", - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,System.Object]]" - }, - { - "Name": "TryGetValue", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - }, - { - "Name": "value", - "Type": "System.Object&" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ContainsKey", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Add", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - }, - { - "Name": "value", - "Type": "System.Object" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Remove", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetType", - "ReturnType": "System.Type" }, { "Name": "ToString", "ReturnType": "System.String" }, { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" + "Name": "GetType", + "ReturnType": "System.Type" } ], "Constructors": [ @@ -91318,19 +121802,31 @@ "Name": "", "Parameters": [ { - "Name": "linkedServiceName", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Azure.Analytics.Synapse.Artifacts.Models.DatasetFolder": { + "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.Activity]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.Activity]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Analytics.Synapse.Artifacts.Models.Activity, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Artifacts.Models.Activity" + ] + }, + "Azure.Analytics.Synapse.Artifacts.Models.Activity": { "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.DatasetFolder", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.DatasetFolder, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.Activity", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.Activity, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Name": "System.String" + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "DependsOn": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency]", + "UserProperties": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.UserProperty]", + "Name": "System.String", + "Description": "System.String" }, "Methods": [ { @@ -91358,18 +121854,32 @@ ], "Constructors": [ { - "Name": "" + "Name": "", + "Parameters": [ + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference": { + "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency" + ] + }, + "Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency": { "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Type": "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType", - "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ReferenceName": "System.String" + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "DependencyConditions": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition]", + "Activity": "System.String" }, "Methods": [ { @@ -91400,23 +121910,34 @@ "Name": "", "Parameters": [ { - "Name": "type", + "Name": "activity", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "referenceName", + "Name": "dependencyConditions", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType": { - "Namespace": "Azure.Analytics.Synapse.Artifacts", - "Name": "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition" + ] + }, + "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "LinkedServiceReference": "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType" + "Succeeded": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition", + "Failed": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition", + "Skipped": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition", + "Completed": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition" }, "Methods": [ { @@ -91434,7 +121955,7 @@ "Parameters": [ { "Name": "other", - "Type": "Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType" + "Type": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition" } ], "ReturnType": "System.Boolean" @@ -91464,22 +121985,21 @@ } ] }, - "System.Collections.Generic.IDictionary`2[System.String,Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification]": { + "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.UserProperty]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.UserProperty]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Analytics.Synapse.Artifacts.Models.UserProperty, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.String", - "Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification" + "Azure.Analytics.Synapse.Artifacts.Models.UserProperty" ] }, - "Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification": { + "Azure.Analytics.Synapse.Artifacts.Models.UserProperty": { "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.UserProperty", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.UserProperty, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Type": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", - "DefaultValue": "System.Object" + "Value": "System.Object", + "Name": "System.String" }, "Methods": [ { @@ -91487,66 +122007,15 @@ "ReturnType": "System.Type" }, { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "type", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Azure.Analytics.Synapse.Artifacts.Models.ParameterType": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Object": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", - "String": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", - "Int": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", - "Float": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", - "Bool": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", - "Array": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", - "SecureString": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType" - }, - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { + "Name": "ToString", + "ReturnType": "System.String" + }, + { "Name": "Equals", "Parameters": [ { - "Name": "other", - "Type": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType" + "Name": "obj", + "Type": "System.Object" } ], "ReturnType": "System.Boolean" @@ -91554,20 +122023,16 @@ { "Name": "GetHashCode", "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "ReturnType": "System.Type" } ], "Constructors": [ { "Name": "", "Parameters": [ + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" @@ -91576,28 +122041,14 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData" - ] - }, - "Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData": { - "Namespace": "Microsoft.Azure.Management.Synapse.Models", - "Name": "Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "SentBytes": "System.Nullable`1[System.Double]", - "ReceivedBytes": "System.Nullable`1[System.Double]", - "AvailableMemoryInMB": "System.Nullable`1[System.Int32]", - "CpuUtilization": "System.Nullable`1[System.Int32]", - "ConcurrentJobsLimit": "System.Nullable`1[System.Int32]", - "ConcurrentJobsRunning": "System.Nullable`1[System.Int32]", - "MaxConcurrentJobs": "System.Nullable`1[System.Int32]", - "NodeName": "System.String" + "Name": "System.String", + "Id": "System.String", + "InvokedByType": "System.String" }, "Methods": [ { @@ -91624,78 +122075,43 @@ } ], "Constructors": [ - { - "Name": "" - }, { "Name": "", "Parameters": [ { - "Name": "additionalProperties", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "nodeName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "availableMemoryInMB", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cpuUtilization", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "concurrentJobsLimit", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "concurrentJobsRunning", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxConcurrentJobs", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sentBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "receivedBytes", + "Name": "pipelineRunInvokedBy", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Nullable`1[System.Double]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.Double" + "System.String", + "System.String" ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError]": { + "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission]", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission, Azure.Analytics.Synapse.AccessControl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError" + "Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission" ] }, - "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError": { - "Namespace": "Microsoft.Azure.Management.Synapse.Models", - "Name": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission": { + "Namespace": "Azure.Analytics.Synapse.AccessControl.Models", + "Name": "Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission, Azure.Analytics.Synapse.AccessControl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "Parameters": "System.Collections.Generic.IList`1[System.String]", - "Time": "System.Nullable`1[System.DateTime]", - "Code": "System.String", - "Message": "System.String" + "Actions": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "NotActions": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "DataActions": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "NotDataActions": "System.Collections.Generic.IReadOnlyList`1[System.String]" }, "Methods": [ { @@ -91720,104 +122136,87 @@ "Name": "GetHashCode", "ReturnType": "System.Int32" } - ], - "Constructors": [ - { - "Name": "" - }, - { - "Name": "", - "Parameters": [ - { - "Name": "additionalProperties", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "time", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "code", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parameters", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } ] }, - "Azure.Analytics.Synapse.Artifacts.Models.LinkedService": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.LinkedService, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "System.Collections.Generic.IReadOnlyList`1[System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String" + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ConnectVia": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference", - "Values": "System.Collections.Generic.ICollection`1[System.Object]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification]", - "Annotations": "System.Collections.Generic.IList`1[System.Object]", - "Item": "System.Object", - "Description": "System.String" + "JobCreationRequest": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase", + "RunningAt": "System.Nullable`1[System.DateTimeOffset]", + "SuccessAt": "System.Nullable`1[System.DateTimeOffset]", + "NotStartedAt": "System.Nullable`1[System.DateTimeOffset]", + "StartingAt": "System.Nullable`1[System.DateTimeOffset]", + "DeadAt": "System.Nullable`1[System.DateTimeOffset]", + "TerminatedAt": "System.Nullable`1[System.DateTimeOffset]", + "RecoveringAt": "System.Nullable`1[System.DateTimeOffset]", + "CurrentState": "System.String" }, "Methods": [ { - "Name": "GetEnumerator", - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,System.Object]]" + "Name": "GetType", + "ReturnType": "System.Type" }, { - "Name": "TryGetValue", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - }, - { - "Name": "value", - "Type": "System.Object&" - } - ], - "ReturnType": "System.Boolean" + "Name": "ToString", + "ReturnType": "System.String" }, { - "Name": "ContainsKey", + "Name": "Equals", "Parameters": [ { - "Name": "key", - "Type": "System.String" + "Name": "obj", + "Type": "System.Object" } ], "ReturnType": "System.Boolean" }, { - "Name": "Add", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - }, - { - "Name": "value", - "Type": "System.Object" - } - ], - "ReturnType": "System.Void" - }, + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "Remove", + "Name": "", "Parameters": [ { - "Name": "key", - "Type": "System.String" + "Name": "stateInfo", + "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" - }, + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Configuration": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", + "Arguments": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "Jars": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "Files": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "Archives": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "DriverCores": "System.Nullable`1[System.Int32]", + "ExecutorCores": "System.Nullable`1[System.Int32]", + "ExecutorCount": "System.Nullable`1[System.Int32]", + "Name": "System.String", + "File": "System.String", + "ClassName": "System.String", + "DriverMemory": "System.String", + "ExecutorMemory": "System.String" + }, + "Methods": [ { "Name": "GetType", "ReturnType": "System.Type" @@ -91843,18 +122242,26 @@ ], "Constructors": [ { - "Name": "" + "Name": "", + "Parameters": [ + { + "Name": "jobCreationRequest", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Type": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType", - "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "ReferenceName": "System.String" + "CurrentState": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState]", + "SubmittedAt": "System.Nullable`1[System.DateTimeOffset]", + "ScheduledAt": "System.Nullable`1[System.DateTimeOffset]", + "EndedAt": "System.Nullable`1[System.DateTimeOffset]", + "CancellationRequestedAt": "System.Nullable`1[System.DateTimeOffset]" }, "Methods": [ { @@ -91885,23 +122292,29 @@ "Name": "", "Parameters": [ { - "Name": "type", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "referenceName", + "Name": "schedulerInfo", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState" + ] + }, + "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState": { + "Namespace": "Azure.Analytics.Synapse.Spark.Models", + "Name": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "IntegrationRuntimeReference": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType" + "Queued": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState", + "Scheduled": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState", + "Ended": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState" }, "Methods": [ { @@ -91919,7 +122332,7 @@ "Parameters": [ { "Name": "other", - "Type": "Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType" + "Type": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState" } ], "ReturnType": "System.Boolean" @@ -91949,16 +122362,17 @@ } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties": { + "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ConnectionState": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState", - "IsReserved": "System.Nullable`1[System.Boolean]", - "PrivateLinkResourceId": "System.String", - "GroupId": "System.String", - "ProvisioningState": "System.String" + "CurrentState": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.PluginCurrentState]", + "PreparationStartedAt": "System.Nullable`1[System.DateTimeOffset]", + "ResourceAcquisitionStartedAt": "System.Nullable`1[System.DateTimeOffset]", + "SubmissionStartedAt": "System.Nullable`1[System.DateTimeOffset]", + "MonitoringStartedAt": "System.Nullable`1[System.DateTimeOffset]", + "CleanupStartedAt": "System.Nullable`1[System.DateTimeOffset]" }, "Methods": [ { @@ -91989,31 +122403,35 @@ "Name": "", "Parameters": [ { - "Name": "properties", + "Name": "pluginInfo", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSManagedPrivateEndpointConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.PluginCurrentState]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.PluginCurrentState]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Spark.Models.PluginCurrentState, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState" + ] + }, + "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState": { + "Namespace": "Azure.Analytics.Synapse.Spark.Models", + "Name": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Status": "System.String", - "Description": "System.String", - "ActionsRequired": "System.String" + "Preparation": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", + "ResourceAcquisition": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", + "Queued": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", + "Submission": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", + "Monitoring": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", + "Cleanup": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", + "Ended": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState" }, "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -92024,9 +122442,27 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "GetHashCode", "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ], "Constructors": [ @@ -92034,25 +122470,31 @@ "Name": "", "Parameters": [ { - "Name": "state", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineFolder, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Azure.Analytics.Synapse.Spark.Models.SparkServiceError, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Spark.Models.SparkServiceError" + ] + }, + "Azure.Analytics.Synapse.Spark.Models.SparkServiceError": { + "Namespace": "Azure.Analytics.Synapse.Spark.Models", + "Name": "Azure.Analytics.Synapse.Spark.Models.SparkServiceError", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Spark.Models.SparkServiceError, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Name": "System.String" + "Source": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkErrorSource]", + "ErrorCode": "System.String", + "Message": "System.String" }, "Methods": [ - { - "Name": "ToSdkObject", - "ReturnType": "Azure.Analytics.Synapse.Artifacts.Models.PipelineFolder" - }, { "Name": "GetType", "ReturnType": "System.Type" @@ -92075,35 +122517,89 @@ "Name": "GetHashCode", "ReturnType": "System.Int32" } + ] + }, + "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkErrorSource]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkErrorSource]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Spark.Models.SparkErrorSource, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource" + ] + }, + "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource": { + "Namespace": "Azure.Analytics.Synapse.Spark.Models", + "Name": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "SystemError": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource", + "UserError": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource", + "UnknownError": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource", + "DependencyError": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource" + }, + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + } ], "Constructors": [ { "Name": "", "Parameters": [ { - "Name": "pipelineFolder", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Azure.Analytics.Synapse.Artifacts.Models.PipelineFolder": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.PipelineFolder", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.PipelineFolder, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Spark.Models.SparkJobType, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Spark.Models.SparkJobType" + ] + }, + "Azure.Analytics.Synapse.Spark.Models.SparkJobType": { + "Namespace": "Azure.Analytics.Synapse.Spark.Models", + "Name": "Azure.Analytics.Synapse.Spark.Models.SparkJobType", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Spark.Models.SparkJobType, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Name": "System.String" + "SparkBatch": "Azure.Analytics.Synapse.Spark.Models.SparkJobType", + "SparkSession": "Azure.Analytics.Synapse.Spark.Models.SparkJobType" }, "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -92114,33 +122610,48 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "Azure.Analytics.Synapse.Spark.Models.SparkJobType" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "GetHashCode", "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ], "Constructors": [ { - "Name": "" + "Name": "", + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification" - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification": { + "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSParameterSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Type": "Azure.Analytics.Synapse.Artifacts.Models.ParameterType", - "DefaultValue": "System.Object" + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Enabled": "System.Nullable`1[System.Boolean]", + "DelayInMinutes": "System.Nullable`1[System.Int32]" }, "Methods": [ { @@ -92171,29 +122682,21 @@ "Name": "", "Parameters": [ { - "Name": "parameterSpecification", + "Name": "autoPause", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification" - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification": { + "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSVariableSpecification, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Type": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", - "DefaultValue": "System.Object" + "Enabled": "System.Nullable`1[System.Boolean]", + "MinNodeCount": "System.Nullable`1[System.Int32]", + "MaxNodeCount": "System.Nullable`1[System.Int32]" }, "Methods": [ { @@ -92224,40 +122727,35 @@ "Name": "", "Parameters": [ { - "Name": "variableSpecification", + "Name": "autoScale", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Azure.Analytics.Synapse.Artifacts.Models.VariableType": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.VariableType, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "String": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", - "Bool": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", - "Boolean": "Azure.Analytics.Synapse.Artifacts.Models.VariableType", - "Array": "Azure.Analytics.Synapse.Artifacts.Models.VariableType" + "Enabled": "System.Boolean" }, "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" }, { "Name": "Equals", "Parameters": [ { - "Name": "other", - "Type": "Azure.Analytics.Synapse.Artifacts.Models.VariableType" + "Name": "obj", + "Type": "System.Object" } ], "ReturnType": "System.Boolean" @@ -92265,14 +122763,6 @@ { "Name": "GetHashCode", "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92280,87 +122770,69 @@ "Name": "", "Parameters": [ { - "Name": "value", + "Name": "dynamicExecutorAllocation", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.Activity]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.Activity]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Analytics.Synapse.Artifacts.Models.Activity, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Artifacts.Models.Activity" - ] - }, - "Azure.Analytics.Synapse.Artifacts.Models.Activity": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.Activity", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.Activity, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Values": "System.Collections.Generic.ICollection`1[System.Object]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "DependsOn": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency]", - "UserProperties": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.UserProperty]", - "Item": "System.Object", - "Name": "System.String", - "Description": "System.String" + "Time": "System.Nullable`1[System.DateTime]", + "Content": "System.String", + "Filename": "System.String" }, "Methods": [ { - "Name": "GetEnumerator", - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,System.Object]]" + "Name": "GetType", + "ReturnType": "System.Type" }, { - "Name": "TryGetValue", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - }, - { - "Name": "value", - "Type": "System.Object&" - } - ], - "ReturnType": "System.Boolean" + "Name": "ToString", + "ReturnType": "System.String" }, { - "Name": "ContainsKey", + "Name": "Equals", "Parameters": [ { - "Name": "key", - "Type": "System.String" + "Name": "obj", + "Type": "System.Object" } ], "ReturnType": "System.Boolean" }, { - "Name": "Add", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - }, - { - "Name": "value", - "Type": "System.Object" - } - ], - "ReturnType": "System.Void" - }, + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "Remove", + "Name": "", "Parameters": [ { - "Name": "key", - "Type": "System.String" + "Name": "libraryRequirements", + "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" - }, + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Time": "System.Nullable`1[System.DateTime]", + "Content": "System.String", + "Filename": "System.String", + "ConfigurationType": "System.String" + }, + "Methods": [ { "Name": "GetType", "ReturnType": "System.Type" @@ -92389,85 +122861,108 @@ "Name": "", "Parameters": [ { - "Name": "name", + "Name": "sparkConfigProperties", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency]": { + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency" + "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" ] }, - "Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.ActivityDependency, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", + "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Values": "System.Collections.Generic.ICollection`1[System.Object]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "DependencyConditions": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition]", - "Item": "System.Object", - "Activity": "System.String" + "WorkspaceName": "System.String", + "Path": "System.String", + "ContainerName": "System.String", + "UploadedTimestamp": "System.String", + "PackageType": "System.String", + "ProvisioningStatus": "System.String", + "CreatorId": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String" }, "Methods": [ { - "Name": "GetEnumerator", - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,System.Object]]" + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" }, { - "Name": "TryGetValue", + "Name": "Equals", "Parameters": [ { - "Name": "key", - "Type": "System.String" - }, - { - "Name": "value", - "Type": "System.Object&" + "Name": "obj", + "Type": "System.Object" } ], "ReturnType": "System.Boolean" }, { - "Name": "ContainsKey", + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "key", - "Type": "System.String" + "Name": "packageInfo", + "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" + ] }, { - "Name": "Add", + "Name": "", "Parameters": [ { - "Name": "key", - "Type": "System.String" + "Name": "packageInfo", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "value", - "Type": "System.Object" + "Name": "workspaceName", + "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Void" + ] }, { - "Name": "Remove", + "Name": "", "Parameters": [ { - "Name": "key", - "Type": "System.String" + "Name": "packageInfo", + "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" - }, + ] + } + ] + }, + "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TargetBigDataPool": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference", + "JobProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties", + "Description": "System.String", + "RequiredSparkVersion": "System.String", + "Language": "System.String" + }, + "Methods": [ { "Name": "GetType", "ReturnType": "System.Type" @@ -92496,52 +122991,47 @@ "Name": "", "Parameters": [ { - "Name": "activity", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "dependencyConditions", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition" - ] - }, - "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Succeeded": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition", - "Failed": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition", - "Skipped": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition", - "Completed": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition" + "Arguments": "System.Collections.Generic.IList`1[System.String]", + "Jars": "System.Collections.Generic.IList`1[System.String]", + "Files": "System.Collections.Generic.IList`1[System.String]", + "Archives": "System.Collections.Generic.IList`1[System.String]", + "DriverCores": "System.Int32", + "ExecutorCores": "System.Int32", + "NumberOfExecutors": "System.Int32", + "Configuration": "System.Object", + "Name": "System.String", + "File": "System.String", + "ClassName": "System.String", + "DriverMemory": "System.String", + "ExecutorMemory": "System.String" }, "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" }, { "Name": "Equals", "Parameters": [ { - "Name": "other", - "Type": "Azure.Analytics.Synapse.Artifacts.Models.DependencyCondition" + "Name": "obj", + "Type": "System.Object" } ], "ReturnType": "System.Boolean" @@ -92549,14 +123039,6 @@ { "Name": "GetHashCode", "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92564,28 +123046,29 @@ "Name": "", "Parameters": [ { - "Name": "value", + "Name": "sparkJobProperties", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.UserProperty]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Azure.Analytics.Synapse.Artifacts.Models.UserProperty]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Analytics.Synapse.Artifacts.Models.UserProperty, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Artifacts.Models.UserProperty" - ] - }, - "Azure.Analytics.Synapse.Artifacts.Models.UserProperty": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.UserProperty", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.UserProperty, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Value": "System.Object", - "Name": "System.String" + "JobCreationRequest": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase", + "IdleAt": "System.Nullable`1[System.DateTimeOffset]", + "ShuttingDownAt": "System.Nullable`1[System.DateTimeOffset]", + "BusyAt": "System.Nullable`1[System.DateTimeOffset]", + "ErrorAt": "System.Nullable`1[System.DateTimeOffset]", + "NotStartedAt": "System.Nullable`1[System.DateTimeOffset]", + "StartingAt": "System.Nullable`1[System.DateTimeOffset]", + "DeadAt": "System.Nullable`1[System.DateTimeOffset]", + "TerminatedAt": "System.Nullable`1[System.DateTimeOffset]", + "RecoveringAt": "System.Nullable`1[System.DateTimeOffset]", + "CurrentState": "System.String" }, "Methods": [ { @@ -92616,25 +123099,24 @@ "Name": "", "Parameters": [ { - "Name": "name", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "value", + "Name": "stateInfo", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy": { + "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSPipelineRunInvokedBy, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Name": "System.String", - "Id": "System.String", - "InvokedByType": "System.String" + "Traceback": "System.Collections.Generic.IReadOnlyList`1[System.String]", + "ExecutionCount": "System.Nullable`1[System.Int32]", + "Data": "System.Object", + "Status": "System.String", + "ErrorName": "System.String", + "ErrorValue": "System.String" }, "Methods": [ { @@ -92665,243 +123147,211 @@ "Name": "", "Parameters": [ { - "Name": "pipelineRunInvokedBy", + "Name": "output", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.String", - "System.String" - ] - }, - "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission, Azure.Analytics.Synapse.AccessControl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission" - ] - }, - "Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission": { - "Namespace": "Azure.Analytics.Synapse.AccessControl.Models", - "Name": "Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.AccessControl.Models.SynapseRbacPermission, Azure.Analytics.Synapse.AccessControl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Actions": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "NotActions": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "DataActions": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "NotDataActions": "System.Collections.Generic.IReadOnlyList`1[System.String]" - }, + "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "GetType", - "ReturnType": "System.Type" + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "ToString", - "ReturnType": "System.String" + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "System.Collections.Generic.IReadOnlyList`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Nullable`1[System.UInt32]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.UInt32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.String" + "System.UInt32" ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyBatchStateInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "JobCreationRequest": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase", - "RunningAt": "System.Nullable`1[System.DateTimeOffset]", - "SuccessAt": "System.Nullable`1[System.DateTimeOffset]", - "NotStartedAt": "System.Nullable`1[System.DateTimeOffset]", - "StartingAt": "System.Nullable`1[System.DateTimeOffset]", - "DeadAt": "System.Nullable`1[System.DateTimeOffset]", - "TerminatedAt": "System.Nullable`1[System.DateTimeOffset]", - "RecoveringAt": "System.Nullable`1[System.DateTimeOffset]", - "CurrentState": "System.String" - }, + "System.String[]": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", + "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" + }, + "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", + "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "GetType", - "ReturnType": "System.Type" + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "ToString", - "ReturnType": "System.String" + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "stateInfo", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Configuration": "System.Collections.Generic.IReadOnlyDictionary`2[System.String,System.String]", - "Arguments": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Jars": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Files": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "Archives": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "DriverCores": "System.Nullable`1[System.Int32]", - "ExecutorCores": "System.Nullable`1[System.Int32]", - "ExecutorCount": "System.Nullable`1[System.Int32]", - "Name": "System.String", - "File": "System.String", - "ClassName": "System.String", - "DriverMemory": "System.String", - "ExecutorMemory": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" }, { "Name": "ToString", "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "ToString", "Parameters": [ { - "Name": "jobCreationRequest", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "format", + "Type": "System.String" } - ] - } - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSchedulerInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CurrentState": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState]", - "SubmittedAt": "System.Nullable`1[System.DateTimeOffset]", - "ScheduledAt": "System.Nullable`1[System.DateTimeOffset]", - "EndedAt": "System.Nullable`1[System.DateTimeOffset]", - "CancellationRequestedAt": "System.Nullable`1[System.DateTimeOffset]" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, { - "Name": "", - "Parameters": [ - { - "Name": "schedulerInfo", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState]": { - "Namespace": "System", - "Name": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState]", - "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState" - ] - }, - "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState": { - "Namespace": "Azure.Analytics.Synapse.Spark.Models", - "Name": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Queued": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState", - "Scheduled": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState", - "Ended": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState" - }, + "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", + "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -92914,15 +123364,25 @@ "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "HasFlag", "Parameters": [ { - "Name": "other", - "Type": "Azure.Analytics.Synapse.Spark.Models.SchedulerCurrentState" + "Name": "flag", + "Type": "System.Enum" } ], "ReturnType": "System.Boolean" }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "ReturnType": "System.Int32" @@ -92932,91 +123392,53 @@ "ReturnType": "System.String" }, { - "Name": "GetType", - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "ToString", "Parameters": [ { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } - ] - } - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkServicePluginInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CurrentState": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.PluginCurrentState]", - "PreparationStartedAt": "System.Nullable`1[System.DateTimeOffset]", - "ResourceAcquisitionStartedAt": "System.Nullable`1[System.DateTimeOffset]", - "SubmissionStartedAt": "System.Nullable`1[System.DateTimeOffset]", - "MonitoringStartedAt": "System.Nullable`1[System.DateTimeOffset]", - "CleanupStartedAt": "System.Nullable`1[System.DateTimeOffset]" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" + ], + "ReturnType": "System.String" }, { "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, { - "Name": "", - "Parameters": [ - { - "Name": "pluginInfo", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.PluginCurrentState]": { - "Namespace": "System", - "Name": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.PluginCurrentState]", - "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Spark.Models.PluginCurrentState, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState" - ] - }, - "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState": { - "Namespace": "Azure.Analytics.Synapse.Spark.Models", - "Name": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Preparation": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", - "ResourceAcquisition": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", - "Queued": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", - "Submission": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", - "Monitoring": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", - "Cleanup": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState", - "Ended": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState" - }, + "Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", + "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -93029,15 +123451,25 @@ "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "HasFlag", "Parameters": [ { - "Name": "other", - "Type": "Azure.Analytics.Synapse.Spark.Models.PluginCurrentState" + "Name": "flag", + "Type": "System.Enum" } ], "ReturnType": "System.Boolean" }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "ReturnType": "System.Int32" @@ -93047,38 +123479,60 @@ "ReturnType": "System.String" }, { - "Name": "GetType", - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, { - "Name": "", + "Name": "ToString", "Parameters": [ { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "format", + "Type": "System.String" } - ] + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IReadOnlyList`1[Azure.Analytics.Synapse.Spark.Models.SparkServiceError]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Azure.Analytics.Synapse.Spark.Models.SparkServiceError, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Spark.Models.SparkServiceError" - ] - }, - "Azure.Analytics.Synapse.Spark.Models.SparkServiceError": { - "Namespace": "Azure.Analytics.Synapse.Spark.Models", - "Name": "Azure.Analytics.Synapse.Spark.Models.SparkServiceError", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Spark.Models.SparkServiceError, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Microsoft.Azure.Commands.Synapse.Models.PSSystemData": { + "Namespace": "Microsoft.Azure.Commands.Synapse.Models", + "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Source": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkErrorSource]", - "ErrorCode": "System.String", - "Message": "System.String" + "CreatedAt": "System.Nullable`1[System.DateTime]", + "LastModifiedAt": "System.Nullable`1[System.DateTime]", + "CreatedBy": "System.String", + "CreatedByType": "System.String", + "LastModifiedBy": "System.String", + "LastModifiedByType": "System.String" }, "Methods": [ { @@ -93103,26 +123557,31 @@ "Name": "GetHashCode", "ReturnType": "System.Int32" } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "systemData", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } ] }, - "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkErrorSource]": { + "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]": { "Namespace": "System", - "Name": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkErrorSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Spark.Models.SparkErrorSource, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Synapse.Models.RestorePointType, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource" + "Microsoft.Azure.Management.Synapse.Models.RestorePointType" ] }, - "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource": { - "Namespace": "Azure.Analytics.Synapse.Spark.Models", - "Name": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "SystemError": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource", - "UserError": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource", - "UnknownError": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource", - "DependencyError": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource" - }, + "Microsoft.Azure.Management.Synapse.Models.RestorePointType": { + "Namespace": "Microsoft.Azure.Management.Synapse.Models", + "Name": "Microsoft.Azure.Management.Synapse.Models.RestorePointType", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.RestorePointType, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -93135,15 +123594,25 @@ "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "HasFlag", "Parameters": [ { - "Name": "other", - "Type": "Azure.Analytics.Synapse.Spark.Models.SparkErrorSource" + "Name": "flag", + "Type": "System.Enum" } ], "ReturnType": "System.Boolean" }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "ReturnType": "System.Int32" @@ -93153,189 +123622,141 @@ "ReturnType": "System.String" }, { - "Name": "GetType", - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "ToString", "Parameters": [ { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } - ] - } - ] - }, - "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]": { - "Namespace": "System", - "Name": "System.Nullable`1[Azure.Analytics.Synapse.Spark.Models.SparkJobType]", - "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Spark.Models.SparkJobType, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Spark.Models.SparkJobType" - ] - }, - "Azure.Analytics.Synapse.Spark.Models.SparkJobType": { - "Namespace": "Azure.Analytics.Synapse.Spark.Models", - "Name": "Azure.Analytics.Synapse.Spark.Models.SparkJobType", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Spark.Models.SparkJobType, Azure.Analytics.Synapse.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "SparkBatch": "Azure.Analytics.Synapse.Spark.Models.SparkJobType", - "SparkSession": "Azure.Analytics.Synapse.Spark.Models.SparkJobType" - }, - "Methods": [ + ], + "ReturnType": "System.String" + }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "other", - "Type": "Azure.Analytics.Synapse.Spark.Models.SparkJobType" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "ToString", - "ReturnType": "System.String" + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" }, { "Name": "GetType", "ReturnType": "System.Type" } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties": { + "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAutoPauseProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Nullable`1[System.Boolean]", - "DelayInMinutes": "System.Nullable`1[System.Int32]" - }, + "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "GetType", - "ReturnType": "System.Type" + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "ToString", - "ReturnType": "System.String" + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "", + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "autoPause", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSAutoScaleProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Nullable`1[System.Boolean]", - "MinNodeCount": "System.Nullable`1[System.Int32]", - "MaxNodeCount": "System.Nullable`1[System.Int32]" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" }, { "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, { - "Name": "", - "Parameters": [ - { - "Name": "autoScale", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation": { + "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval": { "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSDynamicExecutorAllocation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Boolean" - }, + "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -93347,86 +123768,95 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, { - "Name": "", + "Name": "CompareTo", "Parameters": [ { - "Name": "dynamicExecutorAllocation", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "target", + "Type": "System.Object" } - ] - } - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLibraryRequirements, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Time": "System.Nullable`1[System.DateTime]", - "Content": "System.String", - "Filename": "System.String" - }, - "Methods": [ + ], + "ReturnType": "System.Int32" + }, { - "Name": "GetType", - "ReturnType": "System.Type" + "Name": "GetHashCode", + "ReturnType": "System.Int32" }, { "Name": "ToString", "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, { - "Name": "", + "Name": "ToString", "Parameters": [ { - "Name": "libraryRequirements", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "provider", + "Type": "System.IFormatProvider" } - ] + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkConfigProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus" + ] + }, + "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus": { + "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", + "Name": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus", + "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Time": "System.Nullable`1[System.DateTime]", - "Content": "System.String", - "Filename": "System.String", - "ConfigurationType": "System.String" + "Succeeded": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus", + "Failed": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus", + "Inprogress": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus" }, "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -93437,9 +123867,27 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "GetHashCode", "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ], "Constructors": [ @@ -93447,37 +123895,25 @@ "Name": "", "Parameters": [ { - "Name": "sparkConfigProperties", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage" - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages", - "Name": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.WorkspacePackages.PSSynapseWorkspacePackage, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult": { + "Namespace": "Microsoft.Azure.Management.Synapse.Models", + "Name": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "WorkspaceName": "System.String", - "Path": "System.String", - "ContainerName": "System.String", - "UploadedTimestamp": "System.String", - "PackageType": "System.String", - "ProvisioningStatus": "System.String", - "CreatorId": "System.String", - "Id": "System.String", - "Name": "System.String", + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Parameters": "System.Collections.Generic.IList`1[System.String]", + "StartTime": "System.Nullable`1[System.DateTime]", "Type": "System.String", - "Etag": "System.String" + "Result": "System.String", + "ErrorCode": "System.String", + "ActivityId": "System.String" }, "Methods": [ { @@ -93505,49 +123941,55 @@ ], "Constructors": [ { - "Name": "", - "Parameters": [ - { - "Name": "packageInfo", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "" }, { "Name": "", "Parameters": [ { - "Name": "packageInfo", + "Name": "additionalProperties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "workspaceName", + "Name": "type", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "Parameters": [ + }, { - "Name": "packageInfo", + "Name": "startTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "result", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "errorCode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "parameters", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "activityId", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TargetBigDataPool": "Microsoft.Azure.Commands.Synapse.Models.PSBigDataPoolReference", - "JobProperties": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties", - "Description": "System.String", - "RequiredSparkVersion": "System.String", - "Language": "System.String" - }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.CustomSetupBase]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.CustomSetupBase]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.CustomSetupBase, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Synapse.Models.CustomSetupBase" + ] + }, + "Microsoft.Azure.Management.Synapse.Models.CustomSetupBase": { + "Namespace": "Microsoft.Azure.Management.Synapse.Models", + "Name": "Microsoft.Azure.Management.Synapse.Models.CustomSetupBase", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.CustomSetupBase, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -93574,34 +124016,27 @@ ], "Constructors": [ { - "Name": "", - "Parameters": [ - { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "" } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSparkJobProperties, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode" + ] + }, + "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode": { + "Namespace": "Microsoft.Azure.Management.Synapse.Models", + "Name": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Arguments": "System.Collections.Generic.IList`1[System.String]", - "Jars": "System.Collections.Generic.IList`1[System.String]", - "Files": "System.Collections.Generic.IList`1[System.String]", - "Archives": "System.Collections.Generic.IList`1[System.String]", - "DriverCores": "System.Int32", - "ExecutorCores": "System.Int32", - "NumberOfExecutors": "System.Int32", - "Configuration": "System.Object", - "Name": "System.String", - "File": "System.String", - "ClassName": "System.String", - "DriverMemory": "System.String", - "ExecutorMemory": "System.String" + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError]", + "NodeId": "System.String", + "Status": "System.String" }, "Methods": [ { @@ -93628,33 +124063,50 @@ } ], "Constructors": [ + { + "Name": "" + }, { "Name": "", "Parameters": [ { - "Name": "sparkJobProperties", + "Name": "additionalProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "nodeId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "status", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "errors", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivySessionStateInformation, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime" + ] + }, + "Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime": { + "Namespace": "Microsoft.Azure.Management.Synapse.Models", + "Name": "Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "JobCreationRequest": "Microsoft.Azure.Commands.Synapse.Models.PSLivyRequestBase", - "IdleAt": "System.Nullable`1[System.DateTimeOffset]", - "ShuttingDownAt": "System.Nullable`1[System.DateTimeOffset]", - "BusyAt": "System.Nullable`1[System.DateTimeOffset]", - "ErrorAt": "System.Nullable`1[System.DateTimeOffset]", - "NotStartedAt": "System.Nullable`1[System.DateTimeOffset]", - "StartingAt": "System.Nullable`1[System.DateTimeOffset]", - "DeadAt": "System.Nullable`1[System.DateTimeOffset]", - "TerminatedAt": "System.Nullable`1[System.DateTimeOffset]", - "RecoveringAt": "System.Nullable`1[System.DateTimeOffset]", - "CurrentState": "System.String" + "CreateTime": "System.Nullable`1[System.DateTime]", + "Name": "System.String", + "SubscriptionId": "System.String", + "DataFactoryName": "System.String", + "DataFactoryLocation": "System.String" }, "Methods": [ { @@ -93681,28 +124133,68 @@ } ], "Constructors": [ + { + "Name": "" + }, { "Name": "", "Parameters": [ { - "Name": "stateInfo", + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "subscriptionId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "dataFactoryName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "dataFactoryLocation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "createTime", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSLivyStatementOutput, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode" + ] + }, + "Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode": { + "Namespace": "Microsoft.Azure.Management.Synapse.Models", + "Name": "Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Traceback": "System.Collections.Generic.IReadOnlyList`1[System.String]", - "ExecutionCount": "System.Nullable`1[System.Int32]", - "Data": "System.Object", + "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", + "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", + "LastEndUpdateTime": "System.Nullable`1[System.DateTime]", + "LastStartUpdateTime": "System.Nullable`1[System.DateTime]", + "LastStopTime": "System.Nullable`1[System.DateTime]", + "LastStartTime": "System.Nullable`1[System.DateTime]", + "ExpiryTime": "System.Nullable`1[System.DateTime]", + "LastConnectTime": "System.Nullable`1[System.DateTime]", + "RegisterTime": "System.Nullable`1[System.DateTime]", + "ConcurrentJobsLimit": "System.Nullable`1[System.Int32]", + "MaxConcurrentJobs": "System.Nullable`1[System.Int32]", + "Version": "System.String", + "VersionStatus": "System.String", "Status": "System.String", - "ErrorName": "System.String", - "ErrorValue": "System.String" + "LastUpdateResult": "System.String", + "HostServiceUri": "System.String", + "MachineName": "System.String", + "NodeName": "System.String" }, "Methods": [ { @@ -93729,51 +124221,171 @@ } ], "Constructors": [ + { + "Name": "" + }, { "Name": "", "Parameters": [ { - "Name": "output", + "Name": "additionalProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "nodeName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "machineName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "hostServiceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "status", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "capabilities", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "versionStatus", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "version", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "registerTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastConnectTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "expiryTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastStartTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastStopTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastUpdateResult", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastStartUpdateTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastEndUpdateTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "isActiveDispatcher", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "concurrentJobsLimit", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxConcurrentJobs", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Nullable`1[System.TimeSpan]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.TimeSpan" + ] + }, + "System.TimeSpan": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName]" + } + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "Equals", + "Name": "CompleteArgument", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.LanguageExtensionName" } ], "ReturnType": "System.Boolean" }, { - "Name": "CompareTo", + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { "Name": "GetHashCode", @@ -93783,162 +124395,102 @@ "Name": "ToString", "ReturnType": "System.String" }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "ReturnType": "System.TypeCode" - }, { "Name": "GetType", "ReturnType": "System.Type" } ] }, - "System.Nullable`1[System.UInt32]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.UInt32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.UInt32" + "System.Management.Automation.CompletionResult" ] }, - "System.String[]": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", - "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups" + "System.Management.Automation.CompletionResult": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.CompletionResult", + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", - "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.SendAsyncStep, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Target": "System.Object", + "Method": "System.Reflection.MethodInfo" + }, "Methods": [ { - "Name": "Equals", + "Name": "Invoke", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ + "Name": "request", + "Type": "System.Net.Http.HttpRequestMessage" + }, { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CompareTo", - "Parameters": [ + "Name": "callback", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.IEventListener" + }, { - "Name": "target", - "Type": "System.Object" + "Name": "next", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.ISendAsync" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]" }, { - "Name": "ToString", + "Name": "BeginInvoke", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "request", + "Type": "System.Net.Http.HttpRequestMessage" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "callback", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.IEventListener" + }, + { + "Name": "next", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.ISendAsync" + }, + { + "Name": "__callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "object", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.IAsyncResult" }, { - "Name": "ToString", + "Name": "EndInvoke", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "result", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]" }, { - "Name": "ToString", + "Name": "GetObjectData", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "info", + "Type": "System.Runtime.Serialization.SerializationInfo" + }, + { + "Name": "context", + "Type": "System.Runtime.Serialization.StreamingContext" } ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "ReturnType": "System.TypeCode" + "ReturnType": "System.Void" }, - { - "Name": "GetType", - "ReturnType": "System.Type" - } - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", - "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Methods": [ { "Name": "Equals", "Parameters": [ @@ -93950,111 +124502,142 @@ "ReturnType": "System.Boolean" }, { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" + "Name": "GetInvocationList", + "ReturnType": "System.Delegate[]" }, { "Name": "GetHashCode", "ReturnType": "System.Int32" }, { - "Name": "ToString", - "ReturnType": "System.String" + "Name": "Clone", + "ReturnType": "System.Object" }, { - "Name": "ToString", + "Name": "DynamicInvoke", "Parameters": [ { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "args", + "Type": "System.Object[]" } ], - "ReturnType": "System.String" + "ReturnType": "System.Object" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" + "Name": "GetType", + "ReturnType": "System.Type" }, { "Name": "ToString", + "ReturnType": "System.String" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "object", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "method", + "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "ReturnType": "System.Type" + ] } ] }, - "Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models.Auditing", - "Name": "Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.Auditing.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Reflection.MethodInfo": { + "Namespace": "System.Reflection", + "Name": "System.Reflection.MethodInfo", + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Net.Http.HttpResponseMessage" + ] + }, + "System.Net.Http.HttpResponseMessage": { + "Namespace": "System.Net.Http", + "Name": "System.Net.Http.HttpResponseMessage", + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "System.IAsyncResult": { + "Namespace": "System", + "Name": "System.IAsyncResult", + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Delegate[]": { + "Namespace": "System", + "Name": "System.Delegate[]", + "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Delegate" + }, + "System.Delegate": { + "Namespace": "System", + "Name": "System.Delegate", + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension" + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "Equals", + "Name": "CompleteArgument", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName" } ], "ReturnType": "System.Boolean" }, { - "Name": "CompareTo", + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { "Name": "GetHashCode", @@ -94065,69 +124648,51 @@ "ReturnType": "System.String" }, { - "Name": "ToString", + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", "Parameters": [ { - "Name": "format", + "Name": "commandName", "Type": "System.String" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "parameterName", + "Type": "System.String" + }, { - "Name": "format", + "Name": "wordToComplete", "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize" } ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "ReturnType": "System.Type" - } - ] - }, - "Microsoft.Azure.Commands.Synapse.Models.PSSystemData": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CreatedAt": "System.Nullable`1[System.DateTime]", - "LastModifiedAt": "System.Nullable`1[System.DateTime]", - "CreatedBy": "System.String", - "CreatedByType": "System.String", - "LastModifiedBy": "System.String", - "LastModifiedByType": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { "Name": "Equals", @@ -94142,62 +124707,75 @@ { "Name": "GetHashCode", "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "", - "Parameters": [ - { - "Name": "systemData", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]": { + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Synapse.Models.RestorePointType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Synapse.Models.RestorePointType, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Management.Synapse.Models.RestorePointType" + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType" ] }, - "Microsoft.Azure.Management.Synapse.Models.RestorePointType": { - "Namespace": "Microsoft.Azure.Management.Synapse.Models", - "Name": "Microsoft.Azure.Management.Synapse.Models.RestorePointType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.RestorePointType, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "Equals", + "Name": "CompleteArgument", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.CreatedByType" } ], "ReturnType": "System.Boolean" }, { - "Name": "CompareTo", + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { "Name": "GetHashCode", @@ -94207,84 +124785,70 @@ "Name": "ToString", "ReturnType": "System.String" }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "ReturnType": "System.TypeCode" - }, { "Name": "GetType", "ReturnType": "System.Type" } ] }, - "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "Equals", + "Name": "CompleteArgument", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ResourceProvisioningState" } ], "ReturnType": "System.Boolean" }, { - "Name": "CompareTo", + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { "Name": "GetHashCode", @@ -94295,42 +124859,77 @@ "ReturnType": "System.String" }, { - "Name": "ToString", + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", "Parameters": [ { - "Name": "format", + "Name": "commandName", "Type": "System.String" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.State" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", - "ReturnType": "System.TypeCode" + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" }, { "Name": "GetType", @@ -94338,40 +124937,64 @@ } ] }, - "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval": { - "Namespace": "Microsoft.Azure.Commands.Synapse.Models", - "Name": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Synapse.Models.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Synapse, Version=0.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "Equals", + "Name": "CompleteArgument", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DefaultPrincipalsModificationKind" } ], "ReturnType": "System.Boolean" }, { - "Name": "CompareTo", + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { "Name": "GetHashCode", @@ -94382,42 +125005,69 @@ "ReturnType": "System.String" }, { - "Name": "ToString", + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", "Parameters": [ { - "Name": "format", + "Name": "commandName", "Type": "System.String" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.Kind" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", - "ReturnType": "System.TypeCode" + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "ReturnType": "System.String" }, { "Name": "GetType", @@ -94425,30 +125075,51 @@ } ] }, - "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]": { + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole]": { "Namespace": "System", - "Name": "System.Nullable`1[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus" + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole" ] }, - "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus": { - "Namespace": "Azure.Analytics.Synapse.Artifacts.Models", - "Name": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus", - "AssemblyQualifiedName": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus, Azure.Analytics.Synapse.Artifacts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Succeeded": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus", - "Failed": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus", - "Inprogress": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus" - }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ + { + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" + }, { "Name": "Equals", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole" } ], "ReturnType": "System.Boolean" @@ -94457,8 +125128,8 @@ "Name": "Equals", "Parameters": [ { - "Name": "other", - "Type": "Azure.Analytics.Synapse.Artifacts.Models.TriggerRunStatus" + "Name": "obj", + "Type": "System.Object" } ], "ReturnType": "System.Boolean" @@ -94475,40 +125146,56 @@ "Name": "GetType", "ReturnType": "System.Type" } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } ] }, - "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult": { - "Namespace": "Microsoft.Azure.Management.Synapse.Models", - "Name": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "Parameters": "System.Collections.Generic.IList`1[System.String]", - "StartTime": "System.Nullable`1[System.DateTime]", - "Type": "System.String", - "Result": "System.String", - "ErrorCode": "System.String", - "ActivityId": "System.String" - }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "GetType", - "ReturnType": "System.Type" + "Name": "CompleteArgument", + "Parameters": [ + { + "Name": "commandName", + "Type": "System.String" + }, + { + "Name": "parameterName", + "Type": "System.String" + }, + { + "Name": "wordToComplete", + "Type": "System.String" + }, + { + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" + }, + { + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "ToString", - "ReturnType": "System.String" + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType" + } + ], + "ReturnType": "System.Boolean" }, { "Name": "Equals", @@ -94523,67 +125210,57 @@ { "Name": "GetHashCode", "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "" + "Name": "ToString", + "ReturnType": "System.String" }, { - "Name": "", + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", "Parameters": [ { - "Name": "additionalProperties", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "type", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "commandName", + "Type": "System.String" }, { - "Name": "result", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "parameterName", + "Type": "System.String" }, { - "Name": "errorCode", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "wordToComplete", + "Type": "System.String" }, { - "Name": "parameters", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" }, { - "Name": "activityId", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } - ] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.CustomSetupBase]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.CustomSetupBase]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.CustomSetupBase, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Synapse.Models.CustomSetupBase" - ] - }, - "Microsoft.Azure.Management.Synapse.Models.CustomSetupBase": { - "Namespace": "Microsoft.Azure.Management.Synapse.Models", - "Name": "Microsoft.Azure.Management.Synapse.Models.CustomSetupBase", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.CustomSetupBase, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "ToString", - "ReturnType": "System.String" + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DataConnectionKind" + } + ], + "ReturnType": "System.Boolean" }, { "Name": "Equals", @@ -94598,110 +125275,65 @@ { "Name": "GetHashCode", "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "" + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode" + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole" ] }, - "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode": { - "Namespace": "Microsoft.Azure.Management.Synapse.Models", - "Name": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError]", - "NodeId": "System.String", - "Status": "System.String" - }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "CompleteArgument", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "" - }, - { - "Name": "", - "Parameters": [ + "Name": "commandName", + "Type": "System.String" + }, { - "Name": "additionalProperties", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "parameterName", + "Type": "System.String" }, { - "Name": "nodeId", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "wordToComplete", + "Type": "System.String" }, { - "Name": "status", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" }, { - "Name": "errors", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } - ] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime" - ] - }, - "Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime": { - "Namespace": "Microsoft.Azure.Management.Synapse.Models", - "Name": "Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CreateTime": "System.Nullable`1[System.DateTime]", - "Name": "System.String", - "SubscriptionId": "System.String", - "DataFactoryName": "System.String", - "DataFactoryLocation": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "ToString", - "ReturnType": "System.String" + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole" + } + ], + "ReturnType": "System.Boolean" }, { "Name": "Equals", @@ -94716,80 +125348,91 @@ { "Name": "GetHashCode", "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "" + "Name": "ToString", + "ReturnType": "System.String" }, { - "Name": "", + "Name": "GetType", + "ReturnType": "System.Type" + } + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem" + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Location": "System.String", + "Zone": "System.String[]" + } + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny[], Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny" + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.IAny, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Methods": [ + { + "Name": "CompleteArgument", "Parameters": [ { - "Name": "name", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "commandName", + "Type": "System.String" }, { - "Name": "subscriptionId", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "parameterName", + "Type": "System.String" }, { - "Name": "dataFactoryName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "wordToComplete", + "Type": "System.String" }, { - "Name": "dataFactoryLocation", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "commandAst", + "Type": "System.Management.Automation.Language.CommandAst" }, { - "Name": "createTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "fakeBoundParameters", + "Type": "System.Collections.IDictionary" } - ] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode" - ] - }, - "Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode": { - "Namespace": "Microsoft.Azure.Management.Synapse.Models", - "Name": "Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.Synapse, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", - "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", - "LastEndUpdateTime": "System.Nullable`1[System.DateTime]", - "LastStartUpdateTime": "System.Nullable`1[System.DateTime]", - "LastStopTime": "System.Nullable`1[System.DateTime]", - "LastStartTime": "System.Nullable`1[System.DateTime]", - "ExpiryTime": "System.Nullable`1[System.DateTime]", - "LastConnectTime": "System.Nullable`1[System.DateTime]", - "RegisterTime": "System.Nullable`1[System.DateTime]", - "ConcurrentJobsLimit": "System.Nullable`1[System.Int32]", - "MaxConcurrentJobs": "System.Nullable`1[System.Int32]", - "Version": "System.String", - "VersionStatus": "System.String", - "Status": "System.String", - "LastUpdateResult": "System.String", - "HostServiceUri": "System.String", - "MachineName": "System.String", - "NodeName": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]" }, { - "Name": "ToString", - "ReturnType": "System.String" + "Name": "Equals", + "Parameters": [ + { + "Name": "e", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType" + } + ], + "ReturnType": "System.Boolean" }, { "Name": "Equals", @@ -94804,107 +125447,32 @@ { "Name": "GetHashCode", "ReturnType": "System.Int32" - } - ], - "Constructors": [ + }, { - "Name": "" + "Name": "ToString", + "ReturnType": "System.String" }, { - "Name": "", - "Parameters": [ - { - "Name": "additionalProperties", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "nodeName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "machineName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "hostServiceUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "status", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "capabilities", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "versionStatus", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "version", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "registerTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "lastConnectTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "expiryTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "lastStartTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "lastStopTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "lastUpdateResult", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "lastStartUpdateTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "lastEndUpdateTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "isActiveDispatcher", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "concurrentJobsLimit", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxConcurrentJobs", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "GetType", + "ReturnType": "System.Type" } ] }, - "System.Nullable`1[System.TimeSpan]": { + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName]": { "Namespace": "System", - "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.TimeSpan" + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuName" ] }, - "System.TimeSpan": { + "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize]": { "Namespace": "System", - "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize, Az.Synapse.private, Version=0.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize" + ] } } } \ No newline at end of file